|
SSLACK88
Well here's the brute force way that I would do it with
minimal work.
With the AFL below you can display all the fields
associated with each ticker array. OHLCV OI
Do an <Explore> with any date range on a specific
stock and you'll see the array, listed
down the page tho and not across!
This is an easy way to check out functions and see
what's happening without getting into
the debugger.
I expect you can go to the Quote Editor also and see
all the fields of the price array but not BarIndex.
Hope this helps
JOE
Filter = 1;AddColumn (Close,"Close");AddColumn (Open,"Open");AddColumn (High,"High");AddColumn (Low,"Low");AddColumn (Volume,"Volume");AddColumn (OI,"Open Interest");AddColumn (BarIndex(),"BI");----- Original Message -----
|