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" <[EMAIL PROTECTED]> To: <[email protected]> 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 > > >
