I have includes for many of my indicators. I set them up so that I can 
override the parameters in the using program. 

This is they way I set the parameters up in the include.

fEMA = Param("Ema period", pEma, 2, 20, 1);

Then in the program just before the include I set pEma to a value I 
want in that program. 

pEma = 5;
#include "pathToInclude\emaInclude.afl"

If I override the parameter in the using program then that is saved 
when I exit AB. 

Barry

--- In [email protected], "goodland_888" <goodland...@...> 
wrote:
>
> Anybody has solutions for this problem??
> 
> --- In [email protected], "wel6" <e9981@> wrote:
> >
> > After changing parameters like colors or periods of MAs and save to 
a
> > specific name of template, when I load this particular template next
> > time, all parameters change back to default and I have to reset them
> > again. Why it cannot be done when I save a template it also save the
> > parameters I set to?
> >
>


Reply via email to