Formula Nr7
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