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

Re: [amibroker] Param Slider not working for thsi one



PureBytes Links

Trading Reference Links

 
----- Original Message -----
Sent: Wednesday, December 15, 2004 10:36 PM
Subject: [amibroker] Param Slider not working for thsi one


Hi,
The slider does nto work for this one only. I am lost why?
 
The step variable in PARAM is missing.

Period = 9;
Co_Efficient = Param( "Co_Efficient", .05, 1.0, .05 );
EMACalculated=EMA(Close,Period);

UpperChannel=EMACalculated+EMACalculated*Co_Efficient;
LowerChannel=EMACalculated-EMACalculated*Co_Efficient;
Plot(UpperChannel,"UpperChannel",ColorRed,styleLine);
Plot(LowerChannel,"LowerChannel",ColorWhite,styleLine);
Plot(EMACalculated,"EMA " + Period,ColorGreen,styleLine);

Regards

Suresh





Check AmiBroker web page at:
http://www.amibroker.com/

Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html





Check AmiBroker web page at:
http://www.amibroker.com/

Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html



Yahoo! Groups Sponsor
ADVERTISEMENT
click here


Yahoo! Groups Links