PureBytes Links
Trading Reference Links
|
Using Set and Resore the folowing code gives a slight left shift compared to
Graham's-don't have a clue why.-Bob
------------------------------------------------------
Plot(C,"",colorBlack,styleCandle);
TimeFrameSet(inDaily);
Hy =H;
Ly =L;
TimeFrameRestore();
yHi = TimeFrameExpand( Hy, inDaily ); Plot(yHi,"yHi",colorGreen);
yLo = TimeFrameExpand( Ly, inDaily ); Plot(yLo,"yLo",colorRed);
-----Original Message-----
From: amibroker@xxxxxxxxxxxxxxx [mailto:amibroker@xxxxxxxxxxxxxxx]On Behalf
Of tradinghumble
Sent: Thursday, March 23, 2006 7:24 PM
To: amibroker@xxxxxxxxxxxxxxx
Subject: [amibroker] How to plot yesterday's high and low on an intraday
chart
I know this might have been posted here before but I just can't find
it...
I'd like to draw horizontal lines with Yesterday's High and Low on an
intraday chart.
Can anyone please share the code?
Thanks kindly.
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 other support material please check also:
http://www.amibroker.com/support.html
Yahoo! Groups Links
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 other support material please check also:
http://www.amibroker.com/support.html
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|