- Search Metals Mine
- mt41969 replied Dec 3, 2008
Please find attached my SCRIPT file for basket trading. It is not an EA because an EA stops if there is no tick update from the chart you have it attached too. This can be very dangerous if you have multiple currency pairs opened and need them ...
Relative Strength Basket Trading System
- mt41969 replied Dec 3, 2008
This coding seems to be very profitable. Strong is 60 and Weak is 40. if(Trade_JPY_Basket) { if( iCustom(NULL, 0, "RS_GROUP_JPY V1.0", 1, 0) < Weak_Signal && iCustom(NULL, 0, "KG RS GROUP", 1, 0) < Weak_Signal && iCustom(NULL, 0, "RS_GROUP_JPY ...
Relative Strength Basket Trading System
- mt41969 replied Dec 3, 2008
Its a well known problem. I place my EA on EURUSD. But it will place upto 52 other currency pair trades. Now say EURUSD doesnt get a tick update, basically the EA stops. So, say i have 27 other open trades with a profit of > 100 or a loss of < -100. ...
EA and ticks
-
EA and ticks
Started Dec 3, 2008|Platform Tech|4 replieswe all know that an EA only works if it gets a tick refresh. My question is how do we overcome ...
- mt41969 replied Dec 3, 2008
what is the difference between v1.0 and v1.1 of these indicators ?
Relative Strength Basket Trading System
- mt41969 replied Dec 3, 2008
Strong > 60 and Weak < 40 works very well.
Relative Strength Basket Trading System
- mt41969 replied Dec 2, 2008
i think it needs to be an EA because... i am basket trading, so, i attach the EA to a chart but the EA will be placing multiple trades on other currencies. the problem is that my EA's profit/loss only gets updated when the chart the EA is attached ...
EA update
-
EA update
Started Dec 2, 2008|Platform Tech|8 repliesHi i have an EA which calculates some variables and displays their output using COMMENT(). ...
- mt41969 replied Dec 2, 2008
A change in direction/re-trace can always happen. At the end of the day these indicators are like all others which are lagging. Dont get me wrong as it does have allot of merits but AGAIN the entry/exit points are critical, like all other methods. ...
Relative Strength Basket Trading System
- mt41969 replied Dec 2, 2008
This works fine. void CloseOrders() { if(IsConnected() && IsTradeAllowed() && !IsTradeContextBusy()) { int total=OrdersTotal(); for(int i=total-1; i>=0; i--) { if(OrderSelect(i, SELECT_BY_POS)) { bool result=false; while(!result) { RefreshRates(); ...
Close all my trades
- mt41969 replied Dec 1, 2008
If you are trading with real money be careful trading XXXJPY pairs in the asian session (now) as there is high impact news statement due.
Relative Strength Basket Trading System
- mt41969 replied Dec 1, 2008
Yes. Just do a search on here for correlation. You will find hundreds of threads, indicators etc on the subject. Some people disagree with the idea. However, it does work IF the EURCHF is trending UP and the correlation between EURUSD & USDCHF is <= ...
Hedge Trading System
- mt41969 replied Dec 1, 2008
Yes. When correlation between EURUSD & USDCHF is <= -0.9. When the above occurs and EURCHF is trending UP then.... - BUY EURCHF - BUY EURUSD - BUY USDCHF All equal lots.
Hedge Trading System
- mt41969 replied Dec 1, 2008
result=false; while(!result) { RefreshRates() OrderClose(OrderTicket(),OrderLots( ),Ask,3,Yellow); } result=false; while(!result) { RefreshRates() OrderClose(OrderTicket(),OrderLots( ),Bid,3,Yellow); }
Close all my trades
- mt41969 replied Dec 1, 2008
I would disagree with your final statement. I have been making a life out of it for over 2 years since leaving barclays bank. I agree you wont win every single trade. But i basket trade, whereby i make 8 BUYS or 8 SELLS in one go. The object is to ...
Stop fooling yourself; There is no system
- mt41969 replied Dec 1, 2008
This sould be voted the most commical thread of all time.
Stop fooling yourself; There is no system