Take buy trade “ n times”
-
How to take buy trades “ n times “ ( if price = 1980 take a buy trade and if price comes again to 1980 , take one more trade)
-
That's a very specific number, condition = 1980, loop n times, buy
-
@jstap if i want to start a trade at 09:30 am and place another trade 100 pips away from initial price and repeat this pending order 2 times
-
-
@vijithtr Is that doing what you want? I prefer to use a time filter over 1 minute rather than a specific time.
-
In this EA i want pending order below(100pips) the initial price level how todo that ?
-
@jstap In this EA i want buy pending order below(100pips) the initial price level how todo that ?
-
@vijithtr It is doing that, but if you mean, buy below and sell above put -100 in your pending blocks.
-
@jstap ok
-
@jstap -100 in which field?? . there is only an option for price offset
-
-
Yes on a buy 100 is above, and -100 is below, opposite for sells.
-
@jstap thankyou