Mida icon indicating copy to clipboard operation
Mida copied to clipboard

The open-source and cross-platform trading engine

Results 16 Mida issues
Sort by recently updated
recently updated
newest added

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...

documentation
enhancement

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...

bug
documentation
enhancement

## 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...

![Screen Shot 2022-06-16 at 6 42 43 AM](https://user-images.githubusercontent.com/67532045/174077832-fa79f794-6107-49d7-8da4-fd8dcf004bb9.png) It would be nice if we can change labels when placing new orders. The use case: We can add, for example, the...

enhancement

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:...

bug

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...

enhancement

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...

enhancement

Is there a way to get historic data offered by the broker/exchange, let's say the 5m chart from a month back?

enhancement

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...