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

Re: [amibroker] Buy At Certain Time Of Day



PureBytes Links

Trading Reference Links

// Handel nur von 12:30 - 21:30 Uhr

Handelszeit = TimeNum()>=123000 AND TimeNum()<=213000;

Buy = Condi1 AND Condi2 AND Condi3 AND Handelszeit; // kaufbedingungen

you will buy at 10:30 = 103000

your end trading time i dont now

sorry for my englisch

i hope you verstand my

 

 

----- Original Message -----
From: longarm61
Sent: Wednesday, April 23, 2008 5:47 PM
Subject: [amibroker] Buy At Certain Time Of Day

Hi, I'd like to know how to code a buy rule that applies for all but
the first hour of the day--IOW, buy signals are ignored from 9:30 to
10:30. This only applies to the "OR" line in the following code:

Buy = blah, blah, blah, blah;
OR Low < MA( Close , 10 );

Any help would very much be appreciated.

Thanks,

Grant

__._,_.___

Please note that this group is for discussion between users only.

To get 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

__,_._,___