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

Re: [amibroker] need help with this code



PureBytes Links

Trading Reference Links

you need to do the following:
 
// set timeframe
TimeFrameSet( inDaily );

dailyHigh = H;
 
// restore to current time frame
TimeFrameRestore();
 
// expand arrays 
dc = TimeFrameExpand( Ref(DailyHigh,-1), inDaily);
 
trigger = cross(close,dc);
 
 
rgds, Ed
 
 
 
----- Original Message -----
Sent: Saturday, April 07, 2007 8:03 PM
Subject: [amibroker] need help with this code

In my 5 minute intraday chart, i am trying to identify when it crossed
yesterday's daily High.
_SECTION_BEGIN("PlotYesterdayHigh");
dc = TimeFrameCompress( High,inDaily );
WriteIf( Cross(Close,Ref(dc,-1)), "The close crossed yesterday high."
+ "Yesterday high = " + WriteVal(Ref(dc,-1)) + "Close = " + WriteVal
(Close) ,"") ;
_SECTION_END();

It is not working for reasons i dont know.

I would appreciate some assistance.

Seede

__._,_.___

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





SPONSORED LINKS
Investment management software Investment property software Investment software
Investment tracking software Return on investment software

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

__,_._,___