The session template is set to for example CME Equities ETH hours - and the incorrect open is given for the CurrentDayOHL
I tried modifying the above indicators adding a 1 minute data series and using this in the onbarupdate process.
Strangely it seems to mess up the High Low for CurrentDayOHL and dont think the open is correct.
Is it going to be a problem in the way the indicator uses the sessioniterator which will be based on the charts Primary Data Series ?
So the break at eod with the session is going to be an issue.
Is there a way for the adddataseries to be set to break at eod even though the primary bar series for the chart is at break at eod = false?
Or does it inherit directly from the primary series.
Just thinking of some ways around this.
If i used standard Ninja point and figure with break at eod set to false i would likely see the same issue - main related to the opens and closes of these indicators
thanks

Comment