PureBytes Links
Trading Reference Links
|
Hi Brett
I found these two indicators in my indicator list - can't remember
where they came from though:
[Tom Demark Buy]
Bsetup:=Sum(C<Ref(C,-4),9)=9;
BCD:=HighestSince(1,Peak(1,Bsetup,.001),(C<Ref(L,-2)) + PREV);
BUY:=BCD-ValueWhen(1,Bsetup,BCD)=13 AND Ref(BCD-ValueWhen
(1,Bsetup,BCD)=13,-1)<>1;
BUY
[Tom Demark Sell]
Ssetup:=Sum(C>Ref(C,-4),9)=9;
SCD:=HighestSince(1,Peak(1,Ssetup,.001),(C>Ref(H,-2)) + PREV);
SELL:=SCD-ValueWhen(1,Ssetup,SCD)=13 AND Ref(SCD-ValueWhen
(1,Ssetup,SCD)=13,-1)<>1;
SELL
Regards
Duras
--- In Metastockusers@xxxxxxxxxxxxxxx, Brett Sinclair
<brett_j_sinclair@xxxx> wrote:
> Has anyone programmed Tom Demark's Sequential and Combo
Indicators? I have seen several different versions of the Sequential
but I'm not sure which (if any) are correctly coded.
>
> Thanks, Brett
>
>
>
>
> ---------------------------------
> Click here to donate to the Hurricane Katrina relief effort.
------------------------ Yahoo! Groups Sponsor --------------------~-->
Put more honey in your pocket. (money matters made easy).
http://us.click.yahoo.com/r7D80C/dlQLAA/cosFAA/zMEolB/TM
--------------------------------------------------------------------~->
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/Metastockusers/
<*> To unsubscribe from this group, send an email to:
Metastockusers-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|