update(int,TY[],TY[],TY[],TY[]) Method
Updates Open, High, Low and Close values at specified location
Syntax
Parameters
- index
- The index to update at
- open
- The Open values
- high
- The High values
- low
- The Low values
- close
- The close values
See Also