GetOI as Array
GetOI returns an array containing the Open Interest.
Example:
' This is an indicator showing the linear regression of the open interest.
Sub Main()
SetIndic(StdDev(
GetOI
), 10)
End Sub