Re: [amibroker] ParametersThanks Herman, it's an easy solution
Ara
----- Original Message -----
From: Herman
To: Ara Kaloustian
Sent: Friday, December 05, 2008 11:48 AM
Subject: Re: [amibroker] Parameters
Save the Indicator Parameters to Static var and read those in your AA code.
This does however require that your indicator executes once before calling the
AA functions. You could check for NULL values in the AA and generate a
PopupWindow if they are NULL.
herman
Friday, December 5, 2008, 2:44:41 PM, you wrote:
>
Parameters for screen display and for backtest seem to be operating
independently.
Example:
If I set a parameter by right clicking on the screen to bring the
parameter dialog box, and set a parameter, it does not affect the Backtest
operation.
Conversly, if I set a parameter in the AA dialog box, it does not
affect the screen display.
It would be very convenient, if the two could be linked.
Anyone with a solution ??
Thanks
ara