PureBytes Links
Trading Reference Links
|
You need to create this symbol in your database. If the name is correct,
and you haven't exceeded symbol limits, data should load and plot.
I would check the ticker name. One wrong character or missing space and
no data comes through.
--
Terry
-----Original Message-----
From: amibroker@xxxxxxxxxxxxxxx [mailto:amibroker@xxxxxxxxxxxxxxx] On
Behalf Of drainesss
Sent: Thursday, July 20, 2006 05:43
To: amibroker@xxxxxxxxxxxxxxx
Subject: [amibroker] TICK-NYSE and TICK-NASD
I am not successful in plotting the above IB symbols.
I explain what I did:
I am "editing the Formula" of the chart and it looks like this:
_SECTION_BEGIN("Price");
SetChartOptions(0,chartShowArrows|chartShowDates);
_N(Title = StrFormat("{{NAME}} - {{INTERVAL}} {{DATE}} Open %g, Hi %g,
Lo %g, Close %g (%.1f%%) {{VALUES}}", O, H, L, C, SelectedValue( ROC(
C, 1 ) ) ));
Plot( C, "Close", ParamColor("Color", colorBlack ), styleNoTitle |
ParamStyle("Style") | GetPriceStyle() );
PlotForeign( "TICK-NYSE-NYSE-IND", "Tick", colorBlue, styleCandle ,
Null, Null ) ;
_SECTION_END();
But the result is : Tick is Empty!!
No data is received from IB
or maybe it is but is not displayed ?!
Thanks guys
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
|