You can think of keeping indicator values of various scrips in include file and calling it into the main program . e.g
//Moving average period of various scrips:
IIf(Name() == "IBM", 15,
IIf(Name() == "CSCO", 25,
20)) ;
--- In [email protected], "asitasu" <asit...@...> wrote:
>
> dear friends,
>
> i am new to amibroker, looking to save chart of diffrent script with diffrent
> indicator for study. how to do it? can any one help me.
>
> thank you in advance.
>
