opening range

  1. S

    AFL for Opening range breakout

    Hi , I am looking for afl code for opening range breakout with these entry and exit condition. System Name : Opening range breakout Instrument option Condition Range : start time 09:16 - end time 09:31 (dynamic) buy entry : if range high is broken in 1 min close sl buy : range low (Initial...
  2. S

    Skip first candle in opening range breakout

    I have ORB strategy which will mark high and low level at breakout time. But I want to skip first 15 min candle from ORB calculation .. How can write it in afl to skip first candle ? _N(Title = StrFormat("{{NAME}} - {{INTERVAL}} {{DATE}} Open %g, Hi %g, Lo %g, Close %g (%.1f%%) {{VALUES}}", O...