Syntax
Public Sub SummariesChanged(Balance As Double, FltPL As Double, Credit As Double, Equity As Double, marginReq As Double, MarginLevel As Double, EffMargin As Double)
Fire on the change of the selected account summary.
Parameters
Key | Description |
Balance | Real amount of money for this account |
FltPL | Floating profit or loss for all open positions |
Credit | Credit for the selected account |
Equity | The Equity of the account, Balance + FltPL |
MarginReq | Margin requirement |
MarginLevel | Margin level Equity/Margin Req * 100% |
EffMargin | Free margin Equity + Margin Req |
Remarks
Use this event to handle the selected account summary changing
See Also