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

[amibroker] Param Slider not working for thsi one



PureBytes Links

Trading Reference Links


Hi,
The slider does nto work for this one only. I am lost why?
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





------------------------ Yahoo! Groups Sponsor --------------------~--> 
$4.98 domain names from Yahoo!. Register anything.
http://us.click.yahoo.com/Q7_YsB/neXJAA/yQLSAA/GHeqlB/TM
--------------------------------------------------------------------~-> 

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

Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/amibroker/

<*> To unsubscribe from this group, send an email to:
    amibroker-unsubscribe@xxxxxxxxxxxxxxx

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/