PureBytes Links
Trading Reference Links
|
On Wed, 15 Dec 2004 22:53:28 -0500, "wavemechanic" <wd78@xxxxxxxxxxxx> wrote:
> ----- Original Message -----
> From: murthysuresh
> To: amibroker@xxxxxxxxxxxxxxx
> 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 <snip> rest of message deleted = was Yahoo SPAM
Dunno Yuki, the message looks fine to me. He posted ASCII. I think the issue is
not HTML, but the lack of using a "Prefix for Quoted Lines", like what I use in
the above. The ">" to prefix the quoted text.
I think the other issue, was top posting, which is actually a "no no". He top
posted the line below that blended in, ... just my guess:
> Hi,
> The slider does nto work for this one only. I am lost why?
>
> The step variable in PARAM is missing.
Posted public to help and ease reading threads and help conform to 'Net SIG /
Newsgroup convention. TIA
-= Chris ß =-
Using Agent - www.forteinc.com
_______________________________________________________
------------------------ 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/
|