PureBytes Links
Trading Reference Links
|
Hmm, come to think of it, I think I may have had a
similar problem using the T3 formula with the Cross statement. Try
this:
T3A = T3(C,3);
T3B = T3(C,9);
Buy = Cross(T3A,T3B);
Gernot
<BLOCKQUOTE
>
----- Original Message -----
<DIV
>From:
<A title=bruiserbbq@xxxxxxxxxxxx
href="">bruiserbbq
To: <A title=amibroker@xxxxxxxxxxxxxxx
href="">amibroker@xxxxxxxxxxxxxxx
Sent: Wednesday, April 28, 2004 8:02
PM
Subject: [amibroker] Re: What's wrong
with this formula?
I tried your suggestion Bob...but I got this
error:Line 1, Column 16:Buy = Cross(
T3(--------------^Error 23.Syntax errorHere's the
formula so far:Buy = Cross( T3(C,3),T3(C,9) );AlertIf( Buy,
"SOUND C:\\Program Files\\ahead\\Nero\\Beeth9th.wav", "Audio alert", 2
);Thanks BruiserSend BUG REPORTS
to bugs@xxxxxxxxxxxxxSend
SUGGESTIONS to
suggest@xxxxxxxxxxxxx-----------------------------------------Post
AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx (Web page: <A
href="">http://groups.yahoo.com/group/amiquote/messages/)--------------------------------------------Check
group FAQ at: <A
href="">http://groups.yahoo.com/group/amibroker/files/groupfaq.html
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 Sponsor
ADVERTISEMENT
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 the Yahoo! Terms of Service.
|