martingale. Splitting the lot into several transactions
-
hello
I have written a martingale robot.
I want my trades to be no more than 10 lots from one stage onwards and instead open a few trades. For example, open 2 trades of 10 lots together or 4 trades of 10 lots together. -
Hello. I am not expertise in FXDreema. But i have idea that you may try.
Check trade Count <= 2
(This part for first 2 trades (10lot each)Check trade count >=2 && <=4
(This part for last 4 trades (2.5lot each)P.S. Some variable block, formula block or some custom MQL block, you may need it to fast(less block, less stress) for easy adjust and modify in your way on.
Please dont mind if it dont work.
Have a nice day . . . .
-
sorry
i still have aproblem -
@khansari How is the number of trades per stage determined?
-
@l-andorrà
hello
it is martingale (0.01-0.02-0.04-0.08-0.16-.....) but i want
when the lot is up to 10lots like (20-40-80-...) the trade Splitting lot into several positions like( 210lots -410lots - 8 * 10 lots-.....) -
Try this brother. I didnt test yet but it way work and easy to understand
-
@khansari very big lot big trader
-
@khansari bro this platform monthly fees how much i am creat my own trading bot my strytagy
-
@khansari I don't understand the logic behind that. Why do you need to split the number of trades when those lot size values are hit? I don't see the point.