I would like to create a new bar type based on this information. However, bar types reside in the namespace "NinjaTrader.NinjaScript.BarsTypes" and are formed within the "OnDataPoint" override function. The "OnDataPoint" function is passed the standard hi lo open close data volume bid ask information of the data stream.
How do I get my override "OnDataPoint" to access the information created in "OnBarUpdate" to create a new bar type ?

Comment