PureBytes Links
Trading Reference Links
|
based on that:
Indicator - name - default periods
AccDist - accumulation/distribution - none
ADX - average directional movement index (AFL 1.3) - 14
ATR - average true range (AFL 1.3) - none
BBandBot - bottom bollinger band - 15, 2
BBandTop - top bollinger band - 15, 2
CCI - commodity channel index - 14
Chaikin - chaikin oscillator - 9, 14
GetChartBkColor - get the RGB color value of chart background (AFL 3.20) - none
GetCursorMouseButtons - get current state of mouse buttons (AFL 2.80) - none
GetCursorXPosition - get current X position of mouse pointer (AFL 2.80) - none
GetCursorYPosition - get current Y position of mouse pointer (AFL 2.80) - none
MACD - moving average convergence/divergence - 12, 26
MDI - minus directional movement indicator (-DI) (AFL 1.3) - 14
MFI - money flow index - 14
NVI - negative volume index - none
OBV - on balance volume - none
OSCP - price oscillator - none
OSCV - volume oscillator - none
PDI - plus directional movement indicator (AFL 1.3) - 14
PlotText - write text on the chart (AFL 2.80) - none
PlotVAPOverlayA - plot multiple-segment Volume-At-Price chart (AFL 3.20) - none
PVI - positive volume index - none
RequestTimedRefresh - forces periodical refresh of indicator pane (AFL 2.90) - none
RMI - Relative Momentum Index (AFL 2.1) - 20, 5
ROC - percentage rate of change - 12
RSI - relative strength index - 14
RWI - random walk index - none
RWIHI - random walk index of highs - none
RWILO - random walk index of lows - none
SAR - parabolic stop-and-reverse (AFL 1.3) - 0.02, 0.2
SetBarFillColor - set bar/candlestick/cloud chart fill color (AFL 3.1) - none
SetChartBkColor - set background color of a chart (AFL 2.80) - none
SetChartBkGradientFill - enables background gradient color fill in indicators (AFL 2.90) - none
SIGNAL - macd signal line - 12, 26, 9
STOCHD - stochastic slow %D - 14, 3, 3
STOCHK - stochastic slow %K - 14, 3
TRIX - triple exponential smoothed price - 9
ULTIMATE - ultimate oscillator - 7, 14, 28
--- In amibroker@xxxxxxxxxxxxxxx, "Mike" <sfclimbers@xxx> wrote:
>
> I suspect that you already know this. But...
>
> The User Guide documentation for each function includes any default values, where the default is provided in the form x = y such that y is the default for x.
>
> e.g.
> RSI( periods = 14 )
> http://www.amibroker.com/guide/afl/afl_view.php?id=125
>
> Is that what you are asking for? I'm not aware of any list of default values other than what is provided on a function by function basis in the user guide.
>
> Mike
>
> --- In amibroker@xxxxxxxxxxxxxxx, "Ton Sieverding" <ton.sieverding@> wrote:
> >
> > Thanks, no thanks. That's of course not what ik meant. In your method I should walk trough all indicators and get the Param values from the Param screen. If there is no other possibility I will do that of course. But I am looking for a kind of file or document showing all default values used within the AmiBroker indicators. I know it exists but cannot find it anymore ...
> >
> > Regards, Ton.
> >
> > ----- Original Message -----
> > From: gmorlosky
> > To: amibroker@xxxxxxxxxxxxxxx
> > Sent: Wednesday, July 01, 2009 3:44 PM
> > Subject: [amibroker] Re: AmiBroker default values for standard indicators
> >
> >
> >
> >
> >
> > Plot the basic indicators (example: RSI(), MACD(), etc.) and then right click > Parameters and there are all the defaults.
> >
> > --- In amibroker@xxxxxxxxxxxxxxx, "amsiev" <ton.sieverding@> wrote:
> > >
> > > RSI() should have 14 etc. I know they are somewhere but ... Can anybody help me ?
> > >
> > > Regards, Ton.
> > >
> >
>
------------------------------------
**** IMPORTANT PLEASE READ ****
This group is for the discussion between users only.
This is *NOT* technical support channel.
TO GET TECHNICAL SUPPORT send an e-mail directly to
SUPPORT {at} amibroker.com
TO SUBMIT SUGGESTIONS please use FEEDBACK CENTER at
http://www.amibroker.com/feedback/
(submissions sent via other channels won't be considered)
For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/amibroker/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:amibroker-digest@xxxxxxxxxxxxxxx
mailto:amibroker-fullfeatured@xxxxxxxxxxxxxxx
<*> To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|