Buy Script:
Sell Script:
Codice:
INPUTS: @periods(9), @strenght(5) SET A = SuperTrend(@periods, @strenght) CROSSOVER(CLOSE, A)
Codice:
INPUTS: @periods(9), @strenght(5) SET A = SuperTrend(@periods, @strenght) CROSSOVER(A, CLOSE)

