PureBytes Links
Trading Reference Links
|
I have noticed that the code for IB is changed after looking at a chart with
DD.
New codes seem to appear and others have gone.
I now no longer get O, H, L, C showing on price chart after itwas DD rather
than the original type of price chart.
Now, when I try adding extra code lines, I get strange candles showing on
the price chart.
Plot( H, "High", ParamColor("Color", colorBlack ), styleNoTitle |
ParamStyle("Style", styleLine, maskPrice ) );
Plot( L, "Low", ParamColor("Color", colorBlack ), styleNoTitle |
ParamStyle("Style", styleLine, maskPrice ) );
These both muck up the candles.
------------------------ Yahoo! Groups Sponsor --------------------~-->
$9.95 domain names from Yahoo!. Register anything.
http://us.click.yahoo.com/J8kdrA/y20IAA/yQLSAA/GHeqlB/TM
--------------------------------------------------------------------~->
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
<*> 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/
|