Formula Nr7

Da traderpedia.
Versione del 17 gen 2012 alle 19:25 di imported>Stefano Fanton
(diff) ← Versione meno recente | Versione attuale (diff) | Versione più recente → (diff)
Jump to navigation Jump to search

Codice Tradestation

INIZIO FORMULA

Type : PaintBar, Name : NR7 Days

Input: NR(4);
IF H-L<LOWEST(H-L,NR-1)[1] Then Begin
Plot1(High,"High");
Plot2(Low,"Low");
IF CheckAlert Then Alert = TRUE;
End; 

FINE FORMULA

Vedi anche: