Syntax
Public Sub SymbolHighLowChanged(Symbol As VertexFXBridgeAPI.Symbol)
This event is raised upon the change of the high and low prices of a specific symbol.
Parameters
Key | Description |
Symbol | Value of typeSymbol |
Remarks
You can fetch the new prices by using the High and Lowof the Symbol.
See Also