tried to backtest with this coding for selling trades in two conditions
!) ema 5 crossing ema 10
- parabolic sar
SMA(CLOSE,5) < SMA(CLOSE,10)CROSSOVER(PSAR(CLOSE,0.02, 0.2), CLOSE) = TRUE
if this coding is not right please correct it and kindly guide me how to backtest it with my own stock