I'm adding the indicator to the chart from a Strategy using AddChartIndicator.
The strategy doesn't need all the properties of the base indicators and therefore some of the properties that the TypeConverter tries to access are missing. This causes an error when I open the indicators dialog on the chart.
Is there any way from inside an IndicatorBaseConverter subtype to detect that the indicator is in the context of a Strategy's AddChartIndicator, so that I can override the logic? Or to disable the TypeConverter completely?

Comment