I have simple idea for EA with name PIPmaher.
We need to manage this function:
Sellstart
StartLots
BoosterLots
PIPstep
MaxBuySellOrders
Slippage
MagicNumber
Default value should be:
SellStart = true (if value=false, then start with buy)
StartLots = 0.01
BoosterLots = 1,6
PIPstep = 7
MaxBuySellOrders = 13
Slippage = 3
MagicNumber = 0
For TP, SL ... we can use Multi purpose trade manager.
Example (EURUSD):
Price is 1,1000 and we start with sell 0,01
price go down 7 pips so we sell 0,02 (0,01*1,6)
price go down another 7 pips so we sell 0,03 (0,016*1,6)
Everytime when price go down 7 pips we sell ...
Price is now 1,0986 and go up 7 pips so we buy 0,04 (0,0256*1,6)
Price is now 1,0993 and go up 7 pips so we buy 0,07 (0,0409*1,6)
Everytime when price go up 7 pips we buy ...
Can please someone can code it and I testing right away and post result...
Sorry for my english