It seems I have some lack in fundamentel formulae
understanding. But I'm trying to do the test myself and I don't get it
right!
E.g. the first rule is: Buy:
Cross(-opt1,CMO(C,3))
In the indicatorbuilder I found this formula, wich is namend
"Chande Momentum Oscillator".
100*((Sum(If(C,>,Ref(C,-1),(C-Ref(C,-1)),0),14))-(Sum(If(C,<,Ref(C,-1),(Ref(C,-1)-C),0),14)))
/((Sum(If(C,>,Ref(C,-1),(C-Ref(C,-1)),0),14)+(Sum(If(C,<,Ref(C,-1),(Ref(C,-1)-C),0),14))))
Question:
1. Because of the 3 periods Mr.Karnish uses, should I change
the 14 into a 3?
2. Should I rename the "Chande Momentum Oscillator"into
CMO.
3. By doing so, the way to write the first rule (see above)
will than be : Cross(-opt1, Fml( "CMO")), because I am referring to an indicator
in the Indicatorlist?
4.Do I have to skip the (C,3)) because I already have changed
a 14 days period into a 3 one? Or must I see the "CMO"as a complete entity and
set the "(C,3)" stil behind it?
When writing the third rule , Sell short: ( CMO(C,3),opt1)
into the systemtester "Metastock" correct me over and over again.
Is the word Cross missing here? Because Buy to cover is with
the Crossfunction and I should say to sell short is triggered when the CMO
crosses the above triggerline!
I would also say that I very much appreciate Mr.Karnish
webinar.
And to you all out there: I would really appreciate your help
on this.
Regards,
Kees Takkenberg
__._,_.___
__,_._,___
|