OPEN-SOURCE SCRIPT
Atualizado

ATR Trailing Stop Strategy by ceyhun

Same coding only coloring and strategy version added

CDC ATR Trailing Stop V2.1 (2013)


//Barcolor
Green = Trail1 > Trail2 and close > Trail2 and low > Trail2
Blue = Trail1 > Trail2 and close > Trail2 and low < Trail2
Red = Trail2 > Trail1 and close < Trail2 and high < Trail2
Yellow = Trail2 > Trail1 and close < Trail2 and high > Trail2
//It gives White color where there is deterioration.


ATR Trailing Stop by ceyhun

Let's not use InfoPanel in strategy, it would be wrong as it signals the next day.

Notas de Lançamento
fix
Notas de Lançamento
fix
Notas de Lançamento
name error period

Aviso legal