Easylanguage help

Discussion in 'Strategy Building' started by DAN34, Apr 13, 2003.

  1. DAN34

    DAN34

    Hello
    2 questions concerning intraday bars .

    1)How to determine the highest or the lowest of a bar at a precise time in the day?

    2)How to determine the highest or the lowest of a bar, at x bars after the opening?

    Thanks,

    :confused:
     
  2. m_c_a98

    m_c_a98

    Maybe try something like

    var:myH(0);
    If time=(enter time here) then
    myH = High;