Brett,
I am up and running. Removed the offending file and all recompiled. Made the Calculate on barclose changes and used Plotit.Set(Close[0]) to take out my custom changes. So Both the Indicator and the Strategy are both Plotting the following:
Plotit.Set(Close[0]);// Temporary change should be newvaluez
Fishmod.Set(FisherTransform(Plotit,21)[0]);
The problem persists. Have you been able to recreate it?
Mike

Comment