PureBytes Links
Trading Reference Links
|
Hi,,
i am looking "Explorer Code" for : Support & Resistance (PIVOT Point) to put in MS Explorer.
and how to write code 3 line Moving Average Optimation to put in my System Tester.
{how to add this code to be smoothed} {taken from J.Silva})
r1:=If(Ref(C,-1)<O,Max(O-Ref(C,-1),H-L),H-L);
r2:=If(Ref(C,-1)>O,Max(Ref(C,-1)-O,H-L),H-L);
bull:=If(C=O,If(H-C=C-L,If(Ref(C,-1)>O,
Max(H-O,C-L),r1),If(H-C>C-L,If(Ref(C,-1)<O,
Max(H-Ref(C,-1),C-L),H-O), r1)),If(C<O,If(Ref(C,-1)<O,
Max(H-Ref(C,-1),C-L),Max(H-O,C-L)),r1));bear:=If(C=O,
If(H-C=C-L,If(Ref(C,-1)<O,Max(O-L,H-C),r2),If(H-C>C-L,
r2,If(Ref(C,-1)>O,Max(Ref(C,-1)-L,H-C),O-L))),If(C<O,
r2,If(Ref(C,-1)>O,Max(Ref(C,-1)-L,H-C),Max(O-L,H-C))));
Mov(bull-bear,10,S)
waiting your share and advise.
Thanks
Sathya
____________________________________________________________________________________
Never miss a thing. Make Yahoo your home page.
http://www.yahoo.com/r/hs
[Non-text portions of this message have been removed]
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/equismetastock/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/equismetastock/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:equismetastock-digest@xxxxxxxxxxxxxxx
mailto:equismetastock-fullfeatured@xxxxxxxxxxxxxxx
<*> To unsubscribe from this group, send an email to:
equismetastock-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|