I purchased a custom datatype, called the BWTPrecisionRenko. When I open a chart and choose "DataSeries", I can choose the type, "BWTPrecisionRenko" with no problem. I also have to choose a brick size and a reversal percentage.
I want to use the Add() statement, in a strategy to test a multi brick size strategy.
I want to run the strategy against a BWTPrecisionRenko - 3 Tick, 125% datatype, as the primary and use the Add() to add the secondary object BWTPrecisionRenko - 9 tick, 125%.
My problem is that in the ..\Ninjatrader 7\bin\Custom directory all I see is the dll, "BWTPrecisionRenko.dll".
So I can't look in it to see what the proper periodType is. I've tried Custom0 - Custom9, Final1 - Final4, and BWTPrecisionRenko as a PeriodType. NT is not taking it.
Is there any way to find out what the proper syntax for the Add() statement is? What periodType does NT see the BWTPrecisionRenko datatype as?

Comment