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