PureBytes Links
Trading Reference Links
|
Hi Tomasz,
Thank you very much for your replay.
I use the Code as it is showing in the attached screenshot, but I didn't get any result.
http://www.picoodle.com/view.php?img=/3/9/2/f_ttm_82a384e.jpg&srv=img28
Please Help.
All the best.
--- In amibroker@xxxxxxxxxxxxxxx, "Tomasz Janeczko" <groups@xxx> wrote: > > 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@xxx > 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
__,_._,___
|