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

- Class: `Account` - Method: `AccountFreeMarginMode()`

enhancement
MQL5

Refs: https://www.mql5.com/en/code/10076 File: [ZZ_Orlova.mq4.zip](https://github.com/EA31337/EA31337-classes/files/3342446/ZZ_Orlova.mq4.zip) Refs: https://www.mql5.com/en/forum/140136

enhancement

Refs: - https://www.mql5.com/en/articles/3146 - https://www.mql5.com/en/forum/140136

enhancement

For example: ``` // See: http://forum.mql4.com/49780 void CalculateSupRes() { int commonPoint; int minLevel, maxLevel; double highest, lowest, stepIncrement, tolerance, high; double storeLevel[]; ///ArrayResize(storeLevel, loopback); minLevel = iLowest(Symbol(), Period(), MODE_LOW, loopback,...

enhancement

- [How to Buy/Sell Cryptocurrency with TD Sequential indicator](https://hackernoon.com/how-to-buy-sell-cryptocurrency-with-number-indicator-td-sequential-5af46f0ebce1)

enhancement

- [x] AC | Accelerator Oscillator | ✔ - [ ] ADO | Accumulation/Distribution Oscillator | ✔ - [ ] AGC | Automatic gain control | ✔ - [x] ADX...

enhancement

Write a class to support socket connections in some easy manner. Assess whether it's going to be possible to have both MQL4 and MQL5, or just MQL5. Also, if we...

enhancement

Modelling Quality for H1 : 0.00% for M15 test. ``` TestModellingQuality EURUSD,M15: Symbol: : EURUSD TestModellingQuality EURUSD,M15: Period: : 15 TestModellingQuality EURUSD,M15: ### Modelling Quality TestModellingQuality EURUSD,M15: Modelling Quality for...

bug
low-pri