About Execute Order
-
Anyone help me?
i want to create martingle EA but
i want open 3 trade is 0.01 and only 2 trade is 0.02 and 3 trade is 0.03.
-
There is a lot of information on these forums about this, but basically: 1st tree - No trade - condition - buy sell with a 0.01 lot 2nd tree - trade count - if trade - condition - for each trade - buy/sell (set to use last trade lot in a loop, adjusted +0.01.
-
hello sir,
have you any suggestion in code?
because i dont find in this forum. -
Yes, it is in my above post, make a start and add a shared link to work out what to do next.
-
https://fxdreema.com/shared/2AtSEWFye
can you modify this code?
i want to open 3 trade is 0.01 size , 2 trade is 0.02 , 2 trade is 0.03, 2 trade is 0.04 and 2 trade is 0.05 size because i dont want continous increase size of trade.
-
The value with a for each and a condition before placing, break the loop and continue until maxed is reached
-
can you modify this code? because i dont do it .
-
Set it up and add a shared link, I will look at what you've done.