|
I’ll try to explain the strategy as simple as possible and i hope someone could make an EA for this strategy.
For example we take Long scenario for the first market conditions :
1.Plan A : If number positions <= 0, Open Buy 0.1lot TP15 SL30. ( instant execution )
2.Plan B : If number position >= 1, immediately send order Sell Stop 0.3lot TP15 SL30, 15 pips below Plan A. ( pending order )
3.Plan C : If number positions >= 4, immediately send order Buy Stop 0.6lot TP15 SL30, 15 pips above Plan B. ( pending order )
4.Plan D : If number positions >= 10, immediately send order Sell Stop 1.2lot TP15 SL30, 15 pips below Plan C. ( pending order )
5.Plan E : If number positions >= 22, immediately send order Buy Stop 2.4lot TP15 SL30, 15 pips above Plan D. ( pending order )
6.Continue to the next round if we don’t end with profit yet. (TP15 pips).
7.Next round of all pending order are 4.8, 9.6, 19.2, 38.4, & 76.8lots.
8.If number positions <= 0, delete all pending order.
And all of that scenario will be ends up with profit 15 pips.
For Short scenario we simply do the reverse.
|