[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [EquisMetaStock Group] formula help



PureBytes Links

Trading Reference Links

i think this is the url you're looking for:
if you're looing for Bill Williams Profitunity, below is the code (hope this ok, since profitunity is locked/protected in MS):
Alligator Green: Ref(Wilders((H+L)/2, 5), -3)
Alligator Red:    Ref(Wilders((H+L)/2, 8), -5)
Alligator Blue:   Ref(Wilders((H+L)/2, 13), -8)
Awesome Oscillator (AO) Green:
  MA34 := Mov((H+L)/2, 34, S);
  MA5 := Mov((H+L)/2, 5, S);
  AO := MA5 - MA34;
  If(AO > Ref(AO,-1), AO, 0)
AO Red:
  MA34 := Mov((H+L)/2, 34, S);
  MA5 := Mov((H+L)/2, 5, S);
  AO := MA5 - MA34;
  If(AO < Ref(AO,-1), AO, 0)
Accelerator (AC) Green:
  MA34 := Mov((H+L)/2, 34, S);
  MA5 := Mov((H+L)/2, 5, S);
  AO := MA5 - MA34;
  AC := AO - Mov(AO, 5, S);
  If(AC > Ref(AC,-1), AC, 0);
AC Red:
  MA34 := Mov((H+L)/2, 34, S);
  MA5 := Mov((H+L)/2, 5, S);
  AO := MA5 - MA34;
  AC := AO - Mov(AO, 5, S);
  If(AC < Ref(AC,-1), AC, 0);
Fractal:
  Hi := BarsSince(H<Ref(H,-2) AND Ref(H,-1)<Ref(H,-2) AND Ref(H,-3)<Ref(H,-2) AND Ref(H,-4)<Ref(H,-2));
  Lo := BarsSince(L>Ref(L,-2) AND Ref(L,-1)>Ref(L,-2) AND Ref(L,-3)>Ref(L,-2) AND Ref(L,-4)>Ref(L,-2));
  If(Hi > Lo, ValueWhen(1, L>Ref(L,-2) AND Ref(L,-1)>Ref(L,-2) AND Ref(L,-3)>Ref(L,-2) AND Ref(L,-4)>Ref(L,-2), Ref(L,-2)), ValueWhen(1, H<Ref(H,-2) AND Ref(H,-1)<Ref(H,-2) AND Ref(H,-3)<Ref(H,-2) AND Ref(H,-4)<Ref(H,-2), Ref(H,-2)))
 
On Tue, Aug 26, 2008 at 4:39 AM, Lionel Issen <lissen@xxxxxxxxxxxxx> wrote:

Is there a Metastock version of Bill Williams acceleration/deceleration indicator?

 

Recently Preston posted the address of a web site that has Metastock formulas, it's a Polish site.  I seemed to have lost/misfiled that email. If you see this Preston can you send me  the web site address?

 

Thanx

 

Lionel


__._,_.___

Your email settings: Individual Email|Traditional
Change settings via the Web (Yahoo! ID required)
Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured
Visit Your Group | Yahoo! Groups Terms of Use | Unsubscribe

__,_._,___