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 177 EA31337-classes issues
Sort by recently updated
recently updated
newest added

> 2018.05.21 21:49:41.700 EA31337-Lite-Full-v1.075 EURUSDc,M1: Account::GetAccountStopoutLevel(): Not supported mode (0). Refs: - EA31337/EA31337/issues/49 -

bug

For example: ![screenshot_20180517-152557_1](https://user-images.githubusercontent.com/266306/40174333-b2388db8-59cc-11e8-9e45-83d9b98be4ec.jpg) Refs: https://www.forexfactory.com/showthread.php?p=11068546#post11068546 Related: EA31337/EA31337/issues/26

enhancement

- Proposed file: `Indicators/Indi_ElliottWave.mqh` - Add OnArray/OnIndicator methods if possible.

enhancement
indicators

Either use the existing file: `Indicators/Indi_ZigZag.mqh` as IDATA_ICUSTOM2 source (with extra modes), or create the new `Indi_ZigZagColor.mqh` if not compatible with existing Indi_ZigZag.

enhancement
indicators

- New file: `Indicators/Indi_Volumes.mqh` Use `IDATA_ICUSTOM` mode to implement `Volumes.mq5` indicator from `Indicators/Examples/` using [iCustom()](https://www.mql5.com/en/docs/indicators/icustom).

enhancement
indicators

- New file: `Indicators/Indi_MarketFacilitationIndex.mqh` Use `IDATA_ICUSTOM` mode to implement `MarketFacilitationIndex.mq5` indicator from `Indicators/Examples/` using [iCustom()](https://www.mql5.com/en/docs/indicators/icustom).

enhancement
indicators

- https://www.mql5.com/en/docs/series/indicatorcreate - https://www.mql5.com/en/docs/constants/indicatorconstants/enum_indicator

enhancement

> unknown ticket 1142 for OrderModify function > OrderModify error 4108 Build: [1637179648](https://github.com/EA31337/Strategy-BWMFI/runs/1637179648?check_suite_focus=true).

bug
MQL4