PureBytes Links
Trading Reference Links
|
You got me stumped. I was not aware that volume had any opening
value except zero and no high value other than the close. Its would
seem to me that plotting volume as a candle would just produce a
fatter line than a non-candle volume bar. If that is what you are
after, then try setting Open and Low to zero and High and Close to
Volume before plotting.
--- In amibroker@xxxxxxxxxxxxxxx, "ymtrader1" <ymtrader1@xxx> wrote:
>
> Hi, I need some help plotting IB's vol-nasd-nasdaq-ind.
>
> For some reason I can't directly plot IB's nasdaq vol indicator
> (vol-nasd-nasdaq-ind), but I did get the following code to work to
> display the current RT value of the up volume:
>
> upvol=GetRTDataForeign("BID","vol-nasd-nasdaq-ind");
> Plot(upvol,"UVol",colorRed,styleLine);
>
> How do I put the "upvol" data into an array so that I can display it
> as a candlestick chart using the PLOT() or PLOTOHLC() functions?
>
> Thanks,
>
> Jeff
>
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
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/amibroker/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:amibroker-digest@xxxxxxxxxxxxxxx
mailto:amibroker-fullfeatured@xxxxxxxxxxxxxxx
<*> 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/
|