Configure Buy /sell sequence
-
I would like to configure the buy / sell block of my EA in order to buy with the sequence x*1,6 in loosses trend.
f.e. 0,02 first, next one 0,03, next one 0,05, next one and 0,08 next one 0,14.I´ve tried different configurations of the sell block (Martingale/paroli-Labouchere-custom settings) but I´ve not been able to get the desired
sequence, and I get 0,02,0,03,0,02 ..... or other like that.Can someone give some clues/ screenshoot ??
Thank you in advance.
-
-
Ok, it starts working, but the only left is that the EA don´t should sell "on profit" conditions, I´ve set to 0 the buy block in multiply on profit but I get the image below.
The target is just to make 0,04 and 0,07 disappear, all the other are ok
Thanks
-
Martingale settings does not prevent trades from creating. If the lot size is 0 or something lower than the minimum, the minimum will be taken. If you don't want to put a new trade somewhere, put some filter or condition above, like No trade is running, Once a day, Check current unrealized profit, Condition...
-
Ok the idea was to eliminate "Paroli" trades.
-
Martingale settings control only the lot size that will be taken, not the creation of the new trade. Once you run Buy now, you will end up with a new trade, no matter what MM model you have selected. So if you want to Not create some trade in some situation, you need to "explain" this situation with some filter block above the Buy now/Sell now
-
Ok tks !!!!
