PureBytes Links
Trading Reference Links
|
Hi,
<font size=2
color=navy face=Arial>I appreciate that there seems to be an upsurge in the requests for
help recently, but I would be really, really grateful if I could get some help with
this problem.
<font size=2
color=navy face=Arial>
<font size=2
color=navy face=Arial>In my MS 8.1 there is a canned CMO Expert called PS CMO Reversal
which has the following Exit Long code:
<font size=2
color=navy face=Arial>
<font size=2
color=navy face=Arial>a:=CMO(C,13)>Ref(CMO(C,13),-1) AND
Ref(CMO(C,13),-1)<Ref(CMO(C,13),-2);
<font size=2
color=navy face=Arial>b:=CMO(C,13)<Ref(CMO(C,13),-1) AND
Ref(CMO(C,13),-1)>Ref(CMO(C,13),-2);
<font size=2
color=navy face=Arial>state:=If(BarsSince(a)<BarsSince(b),1,0);
<font size=2
color=navy face=Arial>state<Ref(state,-1)
<font size=2
color=navy face=Arial>
<font size=2
color=navy face=Arial>I would very much like to use this indicator in conjunction with
the Barssince function but I am not able to insert anything in front of the “a:=CMO…..”.
That is I would like to use it along these lines Barssince(PS CMO Reversal-Exit
Long)<10.
<font size=2
color=navy face=Arial>
<font size=2
color=navy face=Arial>Is there any way around this or can the code be rewritten in such a
way as to remove the a:= and b:=.
<font size=2
color=navy face=Arial>
<font size=2
color=navy face=Arial>
<font size=2
color=navy face=Arial>I have been wrestling with this now for several months so I have
tried to solve it myself without asking for help, but I have not advanced very
far. So as I said at the outset I would be genuinely grateful if some one can
help me with it.
<font size=2
color=navy face=Arial>
<font size=2
color=navy face=Arial>Also Jose posted the “<font size=2
face="Courier New">multi-function metastock dll”
earlier today. Is this able to used and if so how do you go about applying it?
<font
size=2 face="Courier New">
<font
size=2 face="Courier New">Again whether I can
get help with this specific problem or not, I just wanted to say thanks to the
small number of really talented members who spring so often to the aid of the newbie’s
and the less gifted users like me, who have problems from time to time. You
have taught me and no doubt a great many others a good deal and I just wanted
to say thanks for that.
<font
size=2 face="Courier New">
<font
size=2 face="Courier New">Regards,
<font
size=2 face="Courier New">
<font
size=2 face="Courier New">Kevin
<font
size=2 face="Courier New">
<font size=2
color=navy face=Arial>
<span
>
<span
>
<span
>
Yahoo! Groups Sponsor
ADVERTISEMENT
Yahoo! Groups Links
To visit your group on the web, go to:http://groups.yahoo.com/group/equismetastock/
To unsubscribe from this group, send an email to:equismetastock-unsubscribe@xxxxxxxxxxxxxxx
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
|