Hi JCL,

I am having trouble getting some indicators to work, could you run through with me how to use them?

DChannel(int TimePeriod): var
Donchian Channel; from the minimum and maximum value of the High and Low var* over the time period. Returns: rRealUpperBand, rRealLowerBand. The function internally creates series and thus must be called in a fixed order in the script

So I have tried to declare the value of DChannel as 55 for the upper band but then I can't seem to use rRealUpperBand in the script?

Also stochastics is another one I have trouble with. Could you please show me how to use this type of indicator? Thanks.

Maybe a short script using them would help?