Rafal W.
Rafal W.
- [ ] avoid opening/closing new trade if other trade was closed in the same candle; negative: same, but for 2 bars - [ ] avoid opening/closing trade on volume...
E.g. TRADE_ACTION_MODIFY to modify magic number of the order. Refs: https://www.mql5.com/en/docs/constants/tradingconstants/enum_trade_request_actions
Strategy: To add: - OnOrderClose() - OnOrderModify() - OnOrderProcess()
Account::GetMarginFreeInPct() is calculating the free margin incorrectly.
Chart based on Bid/Ask prices. Currently chart OHLC are plotted based on bid prices only.