Parameters should be integers.

The small fractions you are using could create significant rounding errors

Use and integer and then devide the the result by some constant to get the 
desired results


----- Original Message ----- 
From: "interfool" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Monday, August 18, 2008 6:13 PM
Subject: [amibroker] Question about comparisons


> I'm trying to scan for stocks that are X amount below the 8 MA.
>
> Here's the code I have so far. Doesn't work. I also would like to see
> the value of MA(Close,8) when I run the scan, so I know what values
> would be good to start with. Code snippet:
>
> _SECTION_BEGIN("Basic Params");
> MA8Multi = Param("MA 8 Multiplier",.9,.000001,100,.01) ;
> _SECTION_END();
>
> Buy = MA(  Close , 8 ) > Close * MA8Multi ;
>
> What am I doing wrong?
>
> Thanks,
>
> ol' interfool
>
>
> ------------------------------------
>
> Please note that this group is for discussion between users only.
>
> To get support from AmiBroker please send an e-mail directly to
> SUPPORT {at} amibroker.com
>
> For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
> http://www.amibroker.com/devlog/
>
> For other support material please check also:
> http://www.amibroker.com/support.html
> Yahoo! Groups Links
>
>
>

Reply via email to