PureBytes Links
Trading Reference Links
|
Scott,
I think you mean the Ergodic Oscillator from William Blau
Ergodic Oscillator:
pr:= CLOSE;RR:= 32;SS:= 5;UU:= 1;N1:=
pr-Ref(pr,-1);N2:= Mov(N1,RR,E);N3:= Mov(N2,SS,E);Num:=
Mov(N3,UU,E);D1:= Abs(pr-Ref(pr,-1));D2:= Mov(D1,RR,E);D3:=
Mov(D2,SS,E);Denom:= Mov(D3,UU,E);
Ergodic:= 100*Num/Denom;ErgodicSignal:=
Mov(Ergodic,SS,E);0;Ergodic;ErgodicSignal;
*end*
<BLOCKQUOTE
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
----- Original Message -----
<DIV
style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black">From:
scottie785
To: <A
title=Metastockusers@xxxxxxxxxxxxxxx
href="mailto:Metastockusers@xxxxxxxxxxxxxxx">Metastockusers@xxxxxxxxxxxxxxx
Sent: Tuesday, November 26, 2002 2:40
AM
Subject: [Metastockusers] Does anyone
have the Ergotic indicator formula for Metastock?
If so please email me at <A
href="mailto:sas785@xxxxxxxxxxx">sas785@xxxxxxxxxxxMany
Thanks,ScottTo
unsubscribe from this group, send an email to:<A
href="mailto:Metastockusers-unsubscribe@xxxxxxxxxxx">Metastockusers-unsubscribe@xxxxxxxxxxxYour
use of Yahoo! Groups is subject to the <A
href="http://docs.yahoo.com/info/terms/">Yahoo! Terms of Service.
Yahoo! Groups Sponsor
<font face=arial
size=-2>ADVERTISEMENT<img src="http://ad.doubleclick.net/ad/N879.ameritrade.yahoo/B1054521.11;sz=300x250;adc=ZHS;ord=1038319338?" alt="" width="300" height="250"
border="0">
To unsubscribe from this group, send an email to:
Metastockusers-unsubscribe@xxxxxxxxxxx
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
|