Saturday, September 04, 2010

Bar Open Interest [BOI]

Descripton
Summary:
This indicator script returns the bar open interest values of an underlying symbol.


Variables
TypeIdentifierDescription
Integer_symbolIndexUse for the underlying symbol index for which to calculate the Bar Open Interest.

OnInitialize
Function Parameters
TypeIdentifierDescription
SymbolsymbolIndexUse for the underlying symbol index for which to calculate the Bar Open Interest.
Implementation
	_symbolIndex = symbolIndex

OnValues
Function Parameters
TypeIdentifierDescription
IntegerbarIndex
Integerlength
Implementation
	Return BarOpenInterest(_symbolIndex, barIndex, length)

Copyright © 2010 IQBroker, LLC. All rights reserved.