Indicatore volatilità
Buongiorno Cesare , il codice sorgente metastock è il seguente:
Nome indicatore: TTI ATR Extreme
1 x:= if ( C < Mov (C ,40 ,E ),
2 (((L - Mov(L ,40 ,E ))/C)*100)*((ATR(14)/C)*100),
3 (((H - Mov(H ,40 ,E ))/C)*100)*((ATR(14)/C)*100);
4 Mov(x ,40 ,E )+Stdev(x,200)...