[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [amibroker] Re: What's wrong with this formula?



PureBytes Links

Trading Reference Links

Still no luck guys.

function T3(price,len,amp)
{
s = amp;
e1=EMA(price,len); e2=EMA(e1,len);
e3=EMA(e2,len); e4=EMA(e3,len);
e5=EMA(e4,len); e6=EMA(e5,len);
c1=-s*s*s; c2=3*s*s+3*s*s*s;
c3=-6*s*s-3*s-3*s*s*s; c4=1+3*s+s*s*s+3*s*s;
Ti3=c1*e6+c2*e5+c3*e4+c4*e3;
return ti3;

Buy = Cross( "T3" (C,3) , "T3" (C,9) );
AlertIf( Buy, "SOUND C:\\Program 
Files\\ahead\\Nero\\Beeth9th.wav", "Audio alert", 2 );


Line 12, Column 3:
Ti3=c1*e6+c2*e5+c3*e4+c4*e3;

return ti3;



Buy
--^

Error 23.
Syntax error




------------------------ Yahoo! Groups Sponsor ---------------------~-->
Buy Ink Cartridges or Refill Kits for your HP, Epson, Canon or Lexmark
Printer at MyInks.com.  Free s/h on orders $50 or more to the US & Canada.
http://www.c1tracking.com/l.asp?cid=5511
http://us.click.yahoo.com/mOAaAA/3exGAA/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 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
     http://groups.yahoo.com/group/amibroker/

<*> 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/