I'm a new user of eSignal.
Could you translate this formula from MetastocK To eSignal language and tell me where i have to insert it???
Enter Long:
Cross(opt1,ForecastOsc(CLOSE,opt3))
Close Long:
Cross(ForecastOsc(CLOSE,opt3),opt2)
Enter Short:
Cross(ForecastOsc(CLOSE,opt3),opt2)
Close Short:
Cross(opt1,ForecastOsc(CLOSE,opt3))
"opt3" represents the number of days inserted into the
forecast oscillator. I usually use three (3) to ten (10) for the forecast oscillator
Opt1 is the numeric value below a zero basis line that will trigger a long
position and close out the short
Opt2 is the numeric value above a zero basis line that will trigger a short sale
Thank You
Could you translate this formula from MetastocK To eSignal language and tell me where i have to insert it???
Enter Long:
Cross(opt1,ForecastOsc(CLOSE,opt3))
Close Long:
Cross(ForecastOsc(CLOSE,opt3),opt2)
Enter Short:
Cross(ForecastOsc(CLOSE,opt3),opt2)
Close Short:
Cross(opt1,ForecastOsc(CLOSE,opt3))
"opt3" represents the number of days inserted into the
forecast oscillator. I usually use three (3) to ten (10) for the forecast oscillator
Opt1 is the numeric value below a zero basis line that will trigger a long
position and close out the short
Opt2 is the numeric value above a zero basis line that will trigger a short sale
Thank You
Comment