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

Re: [amibroker] Help on conditional Buy signals



PureBytes Links

Trading Reference Links

this can be done like:
 
buy = Cross(A1,A2) AND barssince(Cross(A1,A3)) <= 2;
 
rgds,Ed
 
 
----- Original Message -----
From: rijnaars
Sent: Monday, October 06, 2008 8:08 AM
Subject: [amibroker] Help on conditional Buy signals

I want to use some conditions in a buy cross signal but i do not know
how to add it.

For instance :

i have a buy signal buy = Cross(A1,A2)AND Cross(A1,A3)

so in this case A1 crosses both A2 and A3
now i like to have a signal as well when the second cross is made
within 2 days after the first cross how do i make this condition?

__._,_.___

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

*********************
TO GET TECHNICAL 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

*********************************




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

__,_._,___