PureBytes Links
Trading Reference Links
|
Should be a parameter of Study(), not Cross() call
Buy = Cross( C , Study( "SU", GetChartID() ) );
Best regards,
Tomasz Janeczko
amibroker.com
----- Original Message -----
From: "Mohammed" <softnews2003@xxxxxxxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Tuesday, September 02, 2008 8:27 PM
Subject: [amibroker] StudyID Formula Error.
> Hi All,
>
> I Copy following formula from help file in AmiBroker, But it give me an
> error. "To many arguments"
>
> Sell = Cross( Study( "SU" ), Close, GetChartID());
>
> I would like to use it for BUY. I change it to
>
> Buy = Cross( C , Study( "SU" ), GetChartID());
>
> But it still given my Error.
>
> Please help.
>
>
>
>
> ------------------------------------
>
> 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
>
>
>
------------------------------------
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
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/amibroker/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:amibroker-digest@xxxxxxxxxxxxxxx
mailto:amibroker-fullfeatured@xxxxxxxxxxxxxxx
<*> 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/
|