PureBytes Links
Trading Reference Links
|
Indeed no bid array as explained in this recent thread:
http://finance.groups.yahoo.com/group/amibroker/message/113912
But why you need the *BID* of vol-nasd-nasdaq-ind ??
-treliff
--- In amibroker@xxxxxxxxxxxxxxx, "ymtrader1" <ymtrader1@xxx> wrote:
>
> I thought the following code would draw the changing value of the
> "bid" value but instead it just draws a horizontal line of the current
> value:
>
> upvol=GetRTDataForeign("BID","vol-nasd-nasdaq-ind");
> Plot(upvol,"UVol",colorRed,stylecandle);
>
> It appears that upvol is being treated as a constant value instead of
> an array of values. How do I define upvol as an array so I can plot
> the "upvol" data into a graph of the changing values?
>
>
> Thanks,
>
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/
|