I have a custom bar type named "UniRenkoBarsType". It works as bar type and I can apply it to a chart.
When I try to add a new data series to my strategy as below
AddDataSeries("MNQ 09-23", Data.BarsPeriodType.UniRenkoBarsType, 10, Data.MarketDataType.Last);
'NinjaTrader.Data.BarsPeriodType' does not contain a definition for 'UniRenkoBarsType'
Is there a way to fix this issue or is it not possible to add these exotic bar types to NT8 Strategies as additional series?
Thanks
M

Comment