Search results

  1. T

    Tradestation alerts help

    Try this as a function: Vars: BarsBack (00), Loop (00), HiHi (00) ; For Loop = 1 to 53 begin If H > H [Loop] then Hihi = H else HiHi = H [Loop] ; end ; if C > HiHi then Alert("New High") 51 Is a 52 period high (excluding current bar). You can...
Back
Top