PureBytes Links
Trading Reference Links
|
Hello,
Yes you can. Go to Tools->Preferences menu. All parameters are available
on Indicators and Other indicators pages.
For displaying current values of indicators you should use Chart commentary window,
and WriteVal functions:
WriteVal( ADX( Prefs( 49 ) );
A Prefs() function allows you to access preferences settings so you don't
need to re-edit the formula each time you change the perferences.
For complete reference of WriteVal and Prefs function please
check AFL Function Reference chapter of User's guide.
Best regards,
Tomasz Janeczko
===============
AmiBroker - the comprehensive share manager.
http://www.amibroker.com
----- Original Message -----
From: "Peter Gialames" <investor@xxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Friday, August 24, 2001 5:43 PM
Subject: [amibroker] Change default indicator parameters
> Tomasz,
>
> There are certain (default) indicators that can be inserted with a right
> click on the price screen. How can I change the parameters of the default
> ADX/+DI/-DI indicator to 5? How can I add the writeln function (in the
> default ADX/+DI/-DI indicator) so that the title is updated when a different
> date is selected? Do these functions have to be rewritten in order to
> modify the parameters/display?
>
> Thanks in advance,
> Peter Gialames
>
>
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>
>
|