Comment on EA's for auto buy/sell signals - Pi
hello sir, while creating tradescipt EA for backtesting what function to use for supertrend?
I used ST,STR,SUPERTREND, but it was showing undefined function.
Buy script:
TREND(SUPERTREND(15, 5), 5) = UP
Buy script:
TREND(SUPERTREND(15, 5), 5) = DOWN.