Mida
Mida copied to clipboard
The open-source and cross-platform trading engine
**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?
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...
Hello, how are you? I have error in my code, when I try set stop loss, follow error below:  you can help me? Thanks!