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

Re: [amibroker] Re: Conditional Buy/Sell modelling in AB



PureBytes Links

Trading Reference Links



Thanks. works great.

--- On Wed, 11/4/09, sebastiandanconia <sebastiandanconia@xxxxxxxxx> wrote:

From: sebastiandanconia <sebastiandanconia@xxxxxxxxx>
Subject: [amibroker] Re: Conditional Buy/Sell modelling in AB
To: amibroker@xxxxxxxxxxxxxxx
Date: Wednesday, November 4, 2009, 1:10 PM

 
You can use "Foreign" to refer to what happens with the SP500.

Ex.

BASE=Foreign( "^GSPC"," C",1); //^GSPC is Yahoo!'s symbol for SP500

Buy=Cross(BASE, EMA(BASE, 200)); //Buy on SP500 cross above 200 EMA
Sell=Cross(EMA( BASE,200) ,BASE); //Sell on SP500 cross below 200 EMA

Sebastian

--- In amibroker@xxxxxxxxx ps.com, Nick de Peyster <nickdepeyster@ ...> wrote:
>
> I can't figure out how to model the following S&P 500 system in AB:
>  
> BUY = If currently a SELL then buy if S&P>200 day moving average
>  
>  
>  
>  
>  
>



__._,_.___


**** IMPORTANT PLEASE READ ****
This group is for the discussion between users only.
This is *NOT* technical support channel.

TO GET TECHNICAL SUPPORT send an e-mail directly to
SUPPORT {at} amibroker.com

TO SUBMIT SUGGESTIONS please use FEEDBACK CENTER at
http://www.amibroker.com/feedback/
(submissions sent via other channels won't be considered)

For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/





Your email settings: Individual Email|Traditional
Change settings via the Web (Yahoo! ID required)
Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured
Visit Your Group | Yahoo! Groups Terms of Use | Unsubscribe

__,_._,___