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

RE: [amibroker] high low till 10.15



PureBytes Links

Trading Reference Links

Debdulal Bhattacharyya

 If you mean buy or sell the 45 min breakout or breakdown
breakoutime = 101500;
afterbreakout = cross(timenum(),101500);
NewDay = Day()!= Ref(Day(), -1);
highestoftheday = highestsince(newday,H,1);
Lowestoftheday =lowestsince(newday,L,1);
ORBHigh = valuewhen(afterbreakout,highestoftheday,1);
ORBLow = valuewhen(afterbreakout,lowestoftheday,1);
buy= cross(C,orbhigh) and afterbreakout; //buy when cross after 10:15 am EST
sell = cross(orblow,C) and afterbreakout;

good luck
Rajiv



To: amibroker@xxxxxxxxxxxxxxx
From: sdebu_2k@xxxxxxxxx
Date: Sun, 28 Dec 2008 04:27:41 +0000
Subject: [amibroker] high low till 10.15

Hi all,
Please help me to write the afl for finding(and storing those into
two variables) high and low till 10.15 AM everyday in
RTDatabase(Intraday).
I want Buy signal above the high till 10.15 and sell signal below the
low till 10.15 everyday.
Thanx in advance

Regards
Debdulal Bhattacharyya




Send e-mail anywhere. No map, no compass. Get your Hotmail® account now. __._,_.___

**** 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

__,_._,___