I am trying to use a SMA as a variable in an EFS, and wondering if I can modify the SMA to be based on the HIGH, LOW and also based on a interval.
Was trying this:
var vSMA_H = sma(13, high, inv, 60));
But that doesn't appear to be correct.
Any suggestions?
Was trying this:
var vSMA_H = sma(13, high, inv, 60));
But that doesn't appear to be correct.
Any suggestions?
Comment