Dear Sir,
2 Questions:
#1 - Has anyone written and posted a regression fit to a cubic equation? I can't find one. If one exists somewhere in "EFS Studies" - please point it out to me.
#2
I'm writing the cubic fit, mentioned above , and would like to use OHLC/4 data. I realize that I can explicitly calculate it by retrieving open(), high() . . . , BUT I notice that in your MAStudy you can specify OHLC/4 as a data source.
Can I retrieve this average already computed?? Something like
vAvg = OHLC/4(); ( or whatever) ????
Thanking You in Advance,
Ed Hoopes
[email protected]
2 Questions:
#1 - Has anyone written and posted a regression fit to a cubic equation? I can't find one. If one exists somewhere in "EFS Studies" - please point it out to me.
#2
I'm writing the cubic fit, mentioned above , and would like to use OHLC/4 data. I realize that I can explicitly calculate it by retrieving open(), high() . . . , BUT I notice that in your MAStudy you can specify OHLC/4 as a data source.
Can I retrieve this average already computed?? Something like
vAvg = OHLC/4(); ( or whatever) ????
Thanking You in Advance,
Ed Hoopes
[email protected]
Comment