PureBytes Links
Trading Reference Links
|
Here you go:
=================
Chaos accelerator
=================
---8<-----------------------
{ Download Random.dll from
http://www.traderhelp.net and place in
MetaStock External Function DLLs folder }
{ Refresh chart for new Chaos }
{ http://users.bigpond.com/prominex/pegasus.htm }
{ User inputs }
x:=Input("Chaos accelerator function (0-100)",
0,100,10)/1000;
seed:=Input("Randomizer seed = 1~1000000, none = 0",0,1000000,0)-1;
{ Random generator engine}
y:=ExtFml("Random.Number",seed);
{ Chaos acceleration }
z:=y*Cum(1)*x;
{ Center display }
center:=LastValue(Highest(z))/2;
avg:=Mov(z,21,S);
diff:=center-avg;
chaos:=z+diff;
{ Plot in own window }
center;chaos
---8<-----------------------
Please share your findings with the group.
jose '-)
--- In equismetastock@xxxxxxxxxxxxxxx, "mrtraderx" <mrtraderx@xxxx>
wrote:
>
> Can anyone post the code to this indicator please?
>
> Thanx
------------------------ Yahoo! Groups Sponsor --------------------~-->
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/BefplB/TM
--------------------------------------------------------------------~->
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/equismetastock/
<*> 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/
|