PureBytes Links
Trading Reference Links
|
Hi cs --
And with a little more detail --
On the AmiBroker Charts menu, expand Indicators, scroll down to ATR, right click ATR, select Edit. The Formula Editor will open and display the formula for that indicator.
In the case of ATR, that is probably no help to you, since you will see this:
periods = Param( "Periods", 15, 1, 200, 1 ); Plot( ATR(periods), _DEFAULT_NAME(), ParamColor( "Color", colorCycle ), ParamStyle("Style") );
Tomasz has coded the calculation into a built-in function named ATR.
To get more information about ATR, including the formula for the ATR, then do this: while in the Formula Editor, pull down the Help menu, type ATR and click List Topics. The documentation for the ATR function is displayed, including a reference that will describe ATR:
http://stockcharts.com/education/IndicatorAnalysis/indic_ATR.html
Follow that link to an excellent description of ATR, including charts, methods of calculation, and formulas.
Thanks, Howard www.quantitativetradingsystems.com
On 8/13/07, cstrader
<cstrader232@xxxxxxxxxxxx> wrote:
Should know this, but could someone please point me
to the formulas for the AB built-in indicators (particularly for now
ATR)
Thanks
__._,_.___
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 NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/
For other support material please check also:
http://www.amibroker.com/support.html
SPONSORED LINKS
__,_._,___
|