Rafal W.
Rafal W.
Refactor AccCondition() using static condition calls from Account() class. E.g. From: ``` case C_EQUITY_10PC_HIGH: // Equity 10% high last_cname = "Equ>10%"; return account.AccountEquity() > (account.AccountBalance() + account.AccountCredit()) / 100 *...
- [ ] Close on support/resistance (e.g. distance of 10%) - [ ] Close on pivot point approach; see: Market::CalcPivotPoints - [ ] On W/M pattern - [ ] Double...
See: [Use of resources in MQL5](https://www.mql5.com/en/articles/261)
When lot size is fixed, display/apply risk/exposure of the account.
Failed build: [1109485972](https://github.com/EA31337/EA31337/runs/1109485972?check_suite_focus=true#step:4:4).
> mv: cannot move 'EA31337-Lite-e3a91c1103e541a5fb69c4fe7d5cdf5e04d6656d.ex4' to 'EA31337-Lite-refs/tags/v1.079.ex4': No such file or directory Build: [885700828](https://github.com/EA31337/EA31337/runs/885700828#step:4:4)
- Error (1088): ExecuteOrder: Invalid stops. (err_code=130, sid=24) - Error (1088): ExecuteOrder: Requote. (err_code=138, sid=24) - Error (1088): ExecuteOrder: Broker is busy (never returned error). (err_code=137, sid=1) - Debug (1100):...
- 11 pips = 110 pts for 5 digit account 