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

**Stop Loss and Take Profit calculation for all symbols.** Have different functions to calculate stop loss and take profit that takes in different arguments. _Stop Loss Function example:_ `function getStoplossPricePoint(symbol,amountToRisk,lotSize)...

Is there/will there be some event that fires when the balances from cTrader change? I'm thinking of something similar to [https://github.com/binance/binance-spot-api-docs/blob/master/user-data-stream.md#account-update](https://github.com/binance/binance-spot-api-docs/blob/master/user-data-stream.md#account-update)

I'm playing around with this library and you've done a huge job here, is there any way i can backtest my strategy here?

documentation
enhancement

Is there a way to add a custom id to a MidaTradingAccount when using Mida.login()? The MidaTradingAccount class does have an id property but it's set as read only so...

Hi, I've successfully managed to run Mida login on my computer and different VMs. Nevertheless, trying it on AWS Lambda I get this error: ``` ERROR TypeError: Cannot read properties...

bug

Hello, how are you? I have error in my code, when I try set stop loss, follow error below: ![Captura de tela 2022-08-19 152909](https://user-images.githubusercontent.com/58184733/185683970-8b28e97a-adb3-4830-89e5-379583f58fdc.png) you can help me? Thanks!

bug