PureBytes Links
Trading Reference Links
|
Thanks Graham
very good
Peter
--- In amibroker@xxxxxxxxxxxxxxx, "Graham" <gkavanagh@xxxx> wrote:
> Filter = Close < Ref( EMA( Close, 7 ) * 1.03, -1 );//replace comma
with
> decimal pont in 1,03
>
> Cheers,
> Graham
> http://groups.msn.com/ASXShareTrading
> http://groups.msn.com/FMSAustralia
>
>
> -----Original Message-----
> From: iddm2000 [mailto:pibotto@x...]
> Sent: Friday, 19 September 2003 2:12 PM
> To: amibroker@xxxxxxxxxxxxxxx
> Subject: [amibroker] error
>
>
> I write:
> /* Create date: 19 set 2003
> The Close Price of the current bar is less than the Exponential MA
> (Short)+3% of 1 bar ago */
>
> Filter = Close < Ref( EMA( Close, 7 ) * 1,03, -1 );
> AddColumn( Close, "Close " );
> AddColumn( Open, "Open " );
> AddColumn( High, "High " );
> AddColumn( Low, "Low " );
> AddColumn( Volume, "Volume " );
>
> and I receive this error message:
> Error 11.
> Too many arguments
>
> Why??
>
> Thanks
>
> Peter
>
>
>
> ------------------------ Yahoo! Groups Sponsor --------------------
-~--> Buy
> Remanufactured Ink Cartridges & Refill Kits at MyInks.com for: HP
$8-20.
> Epson $3-9, Canon $5-15, Lexmark $4-17. Free s/h over $50 (US &
Canada).
> http://www.c1tracking.com/l.asp?cid=6351
> http://us.click.yahoo.com/0zJuRD/6CvGAA/qnsNAA/GHeqlB/TM
> -------------------------------------------------------------------
--~->
>
> Send BUG REPORTS to bugs@xxxx
> Send SUGGESTIONS to suggest@xxxx
> -----------------------------------------
> Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
> (Web page: http://groups.yahoo.com/group/amiquote/messages/)
> --------------------------------------------
> Check group FAQ at:
> http://groups.yahoo.com/group/amibroker/files/groupfaq.html
>
> Your use of Yahoo! Groups is subject to
http://docs.yahoo.com/info/terms/
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Buy Remanufactured Ink Cartridges & Refill Kits at MyInks.com for: HP $8-20. Epson $3-9, Canon $5-15, Lexmark $4-17. Free s/h over $50 (US & Canada).
http://www.c1tracking.com/l.asp?cid=6351
http://us.click.yahoo.com/0zJuRD/6CvGAA/qnsNAA/GHeqlB/TM
---------------------------------------------------------------------~->
Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
|