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

Re: [amibroker] parameters depending on stocks.



PureBytes Links

Trading Reference Links

I don't know about storing the parameters outside of AB (it is possible - I 
just don't know how yet) but it is convenient enough to "store" parameters in 
the indicator code itself.  Check the Name() of the stock and set parameters 
accordingly.  Sounds like a nest of tangled if statements, but I made it much 
more condensed by using JScript anonymous objects.  I will post my code soon, 
though it is still a work in progress.

dan
liberte@xxxxxxxxxxxxx
liberte721 at yahoo.com

On Tuesday 04 July 2006 03:28 pm, agauthe wrote:
> Hi,
>
> How is it possible to store specific parameter for each stocks.
>
> I would like to to be able to store indicator parameters depending of
> the stock name and display the indicator graph automatically using the
> rigth parameters when scrolling from one stcock to another one.
>
> Thanks for any pointer
>
> Alain