PureBytes Links
Trading Reference Links
|
Hello,
SetForeign("SPY"); // from now on all functions use SPY instead of current stock
Buy = Cross( RSI(14), 30 );
Best regards,
Tomasz Janeczko
amibroker.com
----- Original Message -----
From: "newnow02" <newnow02@xxxxxxxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Tuesday, March 30, 2004 4:10 PM
Subject: [amibroker] RE: Looking at Other Equites
> Foreign doesn't quite do it - I don't think anyway. Let me give a
> hypothetical example. Let's say I want to trade stocks XXX and YYY
> everytime the SPY crosses an rsi(14) of 30? How would I do that?
>
> I'm pretty sure I remember reading a way to do this, but I just
> can't remember the function/method that does this...
>
> Thx!
>
>
>
>
> 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
>
>
>
>
>
>
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/
|