Question: Would a three day bar be
helpful?
Richard Johnson
-----Original Message-----
From: sailis20
[mailto:sailis20@xxxxxxxxx]
Sent: Monday, January 24, 2005
3:52 AM
To: amibroker@xxxxxxxxxxxxxxx
Subject: [amibroker] RT scan help
Hi All
Iam trying to code a 3 days high for buy and 3
days low for sellwith
5min Rt scan checked .Can any one guide me to
correct this following
code
TimeFrameSet(in15Minute);
Sell=Cross(C,LLV(L,3))AND MA(C,15)> MA(C,20);
Buy=Cross(C,HHV(H,3))AND MA(C,15)< MA(C,20);
TimeFrameRestore();
AlertIf(Buy,"BUY",FullName(),1);
AlertIf(Sell,"SHORT",FullName(),2);
Regards
Selvi
Check
AmiBroker web page at:
http://www.amibroker.com/
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Check AmiBroker web page at:
http://www.amibroker.com/
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Yahoo! Groups Links