Mocnarf1
Member
Why would this statement be invalid in a Study?
close + 0.20 < SimpleMovingAvg("length" = 9)."SMA"[0];
The ThinkScript Forum on TOS suggested using AverageType so this is what I have
close + 0.25 < averageType.SIMPLE
How do I change the averageType say to 21 or 42?
And does averageType default to 9?
close + 0.20 < SimpleMovingAvg("length" = 9)."SMA"[0];
The ThinkScript Forum on TOS suggested using AverageType so this is what I have
close + 0.25 < averageType.SIMPLE
How do I change the averageType say to 21 or 42?
And does averageType default to 9?