ErrorCode¶
Summary¶
Enumeration of standard error codes.
Remarks¶
Error codes are readable descriptions of the responses returned by the server.
Signature¶
1 |
|
Namespace¶
cAlgo.API
Fields¶
Name | Description |
---|---|
TechnicalError | A generic technical error with a trade request. |
BadVolume | The volume value is not valid |
NoMoney | There are not enough money in the account to trade with. |
MarketClosed | The market is closed. |
Disconnected | The server is disconnected. |
EntityNotFound | Position does not exist. |
Timeout | Operation timed out. |
UnknownSymbol | Unknown symbol. |
InvalidStopLossTakeProfit | The invalid Stop Loss or Take Profit. |
InvalidRequest | The invalid request. |
Examples¶
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
|
Last update: January 30, 2023