Formula Nr7
Versione del 17 gen 2012 alle 18:25 di imported>Stefano Fanton
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