Trade Limits
-
Hi Guys Im trying to create a 3Ema strategy which contains of:
100Ema
with 10 and 20 emasso whenever the price is above 100 ema and the emas make cross it should take a trade but the thing is the smaller moving averages makes too many crossovers so it opens so many orders how can i limit to one order per buy signal and one order per sell signal?
also if i add close trades on opposite signal it opens 54 orders on one trade.
-
@adeel Hi
you can use "One per bar" for just check one time for each candleand always using "Candle ID 1" in conditions
-
@xfire thanks bro alot I will try it.