Mida
Mida copied to clipboard
The open-source and cross-platform trading engine
Currently there is no way to know if a trading application has been disconnected from the trading platform. We could introduce the following events on trading accounts - `disconnect` fired...
I have been running Mida to watch the ticks on a cTrader account for some time. At some point it just stops receiving data. Are the connections to cTrader fault...
## Introduction The idea behind this PR is creating an API that provides ready-to-use LIVE market data, for example a self updating array of candlesticks, a self-updating object with bid/ask...
 It would be nice if we can change labels when placing new orders. The use case: We can add, for example, the...
I found out that when I call `Mida.login()` twice or multiple times on the cTrader account I get an error like: ``` { payloadType: 'PROTO_OA_ERROR_RES', ctidTraderAccountId: '***', errorCode: 'ALREADY_LOGGED_IN', description:...
Currently on a given symbol we can determine if the market is open for it. Is it possible to know if server is available for trading or not. Like an...
Symbols may not be equal across all trading platforms, for example the Frankfurt 40 Index is represented as `DAX40`, `DE40` or just `GER40` depending on the trading platform. This means...
Is there a way to get historic data offered by the broker/exchange, let's say the 5m chart from a month back?
This is a funny thing I've noticed in different places. Might be the fact that I have your library in Nrwl NX, or maybe have an older node version? ```...
Calling the method `getUnrealizedGrossProfit()` on a position with a currency pair that has `JPY` as the quote currency gives an inaccurate profit value, even after adding commission gotten from the...