I have a trend indicator which plots perfectly and prints its value perfectly.
My strategy also accesses/calls the trend indicator and prints and uses the trend value from the indicator perfectly.
However, when I Add() the indicator to the strategy, it shows up in panel 2 but does not plot...and the trend value is no longer produced/available.
I add many indicators to my cs often and have never had this problem occur. What could cause this?
At this point I have to add the indicator to my strategy chart manually to watch/check the trend triggers and I can see that the cs is using the trend values properly...no problem. For convenience I would like my cs to add the indicator, like all others, however the indicator ceases working.....with no errors in the Log.
Thanks.

Comment