PureBytes Links
Trading Reference Links
|
Ian,
Thanks for the formula!
Maybe we could get Ton Maas to post his formula again.(If you don't mind
Ton!)
J.
>From: "Ian Burgoyne" <iburgy@xxxxxxxxxxx>
>Reply-To: metastock@xxxxxxxxxxxxx
>To: metastock@xxxxxxxxxxxxx
>Subject: Trading The Trend
>Date: Mon, 03 Jan 2000 13:48:38 EST
>
>Harvey Pearce recently filed an update to the formula he wrote for
>Metastock back in 1998 "Trading The Trend - by Andrew Abraham" which was
>very handy thanks Harvey.
>There was another formula posted to the list at the same time, I think by
>Ton Maas and you can see how they both plot on the chart below.
>Ian Burgoyne
>Melbourne
>
>Here is the formula:
>
>TTT-TREND TRAILING Ind - Andrew Abraham
>
>fml(“VOLAInd”) : Mov(ATR(21),1,W)*3;
>
>If(C>Ref(C,-21) AND C>fml(“VOLAInd”),
>HHV(H,21)-Ref(fml(“VOLAInd”),-1),
>Ref(fml(“VOLAInd”),-1)+LLV(L,21))
>
>adapted for MS6.52
>
>VOLAInd:=Mov(ATR(21),1,W)*3;
>
>If(C>Ref(C,-21) AND C>VOLAInd,
>HHV(H,21)-Ref(VOLAInd,-1),
>Ref(VOLAInd,-1)+LLV(L,21))
>
>{Andrew Abraham - from TASC article SEP98 - TRADING THE TRENDS}
______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com
|