EA31337-classes icon indicating copy to clipboard operation
EA31337-classes copied to clipboard

📦📈 EA31337 framework (MQL library for writing trading Expert Advisors, indicators and scripts)

Results 167 EA31337-classes issues
Sort by recently updated
recently updated
newest added

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

enhancement

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

enhancement

Strategy: To add: - OnOrderClose() - OnOrderModify() - OnOrderProcess()

enhancement

Account::GetMarginFreeInPct() is calculating the free margin incorrectly.

bug

Chart based on Bid/Ask prices. Currently chart OHLC are plotted based on bid prices only.

enhancement

Extend BarEntry struct with additional information such as volume and patterns.

enhancement

- [ ] avoid trades on candle's non-peak prices (to be moved from SOF/SCF); negation: avoid trades on candle's peak prices - [ ] avoid trades on candle's peak prices...

enhancement