leonytham Posted February 9, 2011 Report Share Posted February 9, 2011 Dear friend, I have a problem to solve this working Reverse Maringale EA... Hope somebody could help to make this EA opens OPPOSITE order after PROFIT (not after loss). This original Reverse Maringale EA works like below: EA immediately opens buy* order, with 0.1lot, TP40pips, SL30pips ---> if hit TP, EA opens new buy* order (with double lot size from 0.1, at 0.2, TP40pips, SL30pips) ---> if hit TP again, EA opens new buy* order (with double lot size from 0.2, at 0.4, TP40pips, SL30pips)... ---> HOWEVER, say after level 5, at lot size 1.6, hit SL, then EA resets & start again with BUY* 0.1lot TP40, SL30 Would HOPE (any programmer) to help change the NEXT profit ---> to open at OPPOSITE order: EA immediately opens BUY* order, with 0.1lot, TP40pips, SL30pips ---> if hit TP, EA opens new SELL* order (with double lot size from 0.1, at 0.2, TP40pips, SL30pips) ---> if hit TP again, EA opens new BUY* order (with double lot size from 0.2, at 0.4, TP40pips, SL30pips)... ---> HOWEVER, say after level 5, at lot size 1.6, hit SL, then EA resets & start again with BUY* 0.1lot TP40, SL30 Waiting for your help to open opposite order AFTER profit (still maintain buy/reset if loss ) http://www.multiupload.com/8OSZXMPM14 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.