Thursday, September 09, 2010

Bar High [BH]

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


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

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

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

Copyright © 2010 IQBroker, LLC. All rights reserved.