area in NT but can not create a custom indicator.
The code I'm using is:
// trying the VMA to plot
double value = VMA(Close, 4,2)[0];
Plot0.Set(Close[0]);
I'm not sure if this is right or not.
I have not done anything in the Indicator Wizard except hit
ENTER as I have done in the past.
I do get a plot on the screen but it doesn't match the
VMA(Close,4,2) plot, which is what I want.
-Stephen

Comment