However, when I create this indicator from another indicator no drawing objects is being created. From the log I see that the internal logic of the indicator works properly but everything that is Draw.<some object like Rectangle or ArrowUp> is just being ignored like it does not exist in the code.
How does my indicator know that it is created from the code vs added to the chart from Ninja's GUI and how do I make it draw when it is created from the code?

Comment