My Custom indicator compiles with no errors.
My Custom Indicator shows up on List of the "NinjaScript explorer" as being available.
When I try to apply the indicator to a Chart my Custom indicator does not show up.
Here is the senerio I wrote in my Custom indicator script in State=Configure:
AddPlot(...)
AddLine(...)
If the value that I pass to the "AddLine" is negative my Custom indicator isn't available to apply to a chart. <as described above>
I feel that a compiler error should be generated for this?

Comment