I want to use the multiple time function option of the new efs studies and my programming skill being a little rusty would appreciate a sample of the correct syntax within a EFS strategy.
The syntax for the standard study of OscStudy:
var vPriceOsc5_20 = new OscStudy(5, 20, "Close", false);
I tried this but get a syntax error:
var vPriceOsc5_2060 = new Osc(5, 20, "Close", false,,inv(60))
What would the systax be for the same study using a 60 minute and daily interval.
I have the same question for StochStudy, ADXDMStudy, and MAStudy.
Thanks very much.
The syntax for the standard study of OscStudy:
var vPriceOsc5_20 = new OscStudy(5, 20, "Close", false);
I tried this but get a syntax error:
var vPriceOsc5_2060 = new Osc(5, 20, "Close", false,,inv(60))
What would the systax be for the same study using a 60 minute and daily interval.
I have the same question for StochStudy, ADXDMStudy, and MAStudy.
Thanks very much.
Comment