I have 'stratY' working in a chart fine
I have stratY code pickup valueZ as follows:
double lastValue = indX ( Close,....other parameters....).valueZ;
I keep getting 0 (default value) even though indX is plotting the correct valueZ
no compile or execution errors in the Log.
I have even tried, in stratY, Add( indX( Close,....other parameters....) and the correct valueZ is plotted by the added indX however still passes 0 to stratY
I must be missing something obvious I am sure

Comment