anniebee
09-08-2009, 07:36 AM
{
Add(EMA(9));
}
{
CalculateOnBarClose = false;
}
{
Print(Slope(EMA(9), 9, 0));
}
please can you tell me what is wrong with my ''class member declaration''
i simply want it to give me the slope of the ema
thanks very much
Add(EMA(9));
}
{
CalculateOnBarClose = false;
}
{
Print(Slope(EMA(9), 9, 0));
}
please can you tell me what is wrong with my ''class member declaration''
i simply want it to give me the slope of the ema
thanks very much