Problem: if Time = CalcTime(Sess1StartTime, BarInterval) and BarStatus(1) = 2 then ..

Discussion in 'Strategy Building' started by Jana, Jul 12, 2003.

  1. Jana

    Jana

    EL-Problem:
    I seek a similar code like :
    if Time = CalcTime(Sess1StartTime, BarInterval) and BarStatus(1) = 2 then
    begin

    I want to start the calculation to the first data of the current day without the "sess1starttime"
    thanks
     
  2. if Date<>Date[1] then ?