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 [email protected], "ymtrader1" <[EMAIL PROTECTED]> 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, >
