Sample specifically selected "Close" so OHLC is not possible.
You can save all arrays with 4 Foreign statements and then PlotOHLC.
PlotForeign does not accept REF function.
This works:
SetForeign("MSFT");
Plot(Ref(C,-15),Name(),colorViolet,styleLine|styleOwnScale);
RestorePriceArrays();
--
Terry
| -----Original Message-----
| From: amibroker@xxxxxxxxxxxxxxx [mailto:amibroker@xxxxxxxxxxxxxxx] On
| Behalf Of picard_226
| Sent: Sunday, September 25, 2005 08:46
| To: amibroker@xxxxxxxxxxxxxxx
| Subject: [amibroker] Plotting offset prices
|
|
| Thanks Thomas, but when I try this in a window, the second set of
| prices all show as odd long candlesticks, and the last price on
MSFT
| for example, is still lined up with the current ($SPX)closing prices,
| as opposed to 15 bars back behind it...?
|
| Rgds
|
| Gary
|
|
|
| Hi Gary,
|
| Graph0 = Close;
| Graph1 = Ref(Foreign("MSFT","Close"),-15);
|
| Regards
| Thomas
| www.tradingbasis.com
|
|
| picard_226 wrote:
| Hi,
| Does anyone know how ( and if) I can use the plotforeign function to
| plot another symbol on the same chart , but offset it say 10 or 15
| bars behind the current symbol's close price ?
| I've had a search through the archives, but am unable to find any
| reference to offsetting price plots, as the offset function only
| seems to apply to plotting symbols on a chart.
| Rgds
| Gary
|
|
|
|
|
|
| ------------------------ Yahoo! Groups Sponsor
--------------------~--
| >
| Try Online Currency Trading with GFT. Free 50K Demo. Trade
| 24 Hours. Commission-Free.
| http://us.click.yahoo.com/RvFikB/9M2KAA/U1CZAA/GHeqlB/TM
| --------------------------------------------------------------------~-
| >
|
| 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/
|