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

Re: [amibroker] Stochastic



PureBytes Links

Trading Reference Links

Hi Mark,
 
Here is the original code for the built in Stochastic %D indicator:
// Stochastic %D
periods = Param( "Periods", 15, 1, 200, 1 );
Ksmooth = Param( "%K avg", 3, 1, 200, 1 );
Dsmooth = Param( "%D avg", 3, 1, 200, 1 );
Plot( StochD( periods , Ksmooth, DSmooth ), _DEFAULT_NAME(), ParamColor( "Color", colorCycle ), ParamStyle("Style") );
Just copy this into either the indicator builder or Notebook and save as an .afl file (name: Stochastic %D.afl) into your Indicators subfolder (or where ever).  In the future, you might want to make a backup of your Formulas folder and store it off computer ( along with other critical files, like your Brokey.dll ) just to be safe. 
 
Peace and Justice   ---   Patrick
----- Original Message -----
Sent: Thursday, July 07, 2005 2:22 PM
Subject: [amibroker] Stochastic

Can someone point me in the right direction of just write the afl for this down here for me?

I looked online in the archives but all of them are not the simple Stochastic %D

 

Some how I messed up my Stochastic %D and now it is all messed up

I have way to many lines and I was just trying to overlay one stochastic over another and some how I got the formulas all screwed up

 

Thank you for your help

 

 

 

Mark





Please note that this group is for discussion between users only.

To get support from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com

For other support material please check also:
http://www.amibroker.com/support.html





Please note that this group is for discussion between users only.

To get support from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com

For other support material please check also:
http://www.amibroker.com/support.html





YAHOO! GROUPS LINKS