Rafal W.
Rafal W.
- [ ] AC (Accelerator/Decelerator) -> Momentum/ - [ ] AD (Accumulation/Distribution) -> Volume/ - [ ] ADX (Average Directional Index) -> Oscillator/ - [ ] ADXW -> - [...
- Upper Fractal: `high[i]>high[i+1] && high[i]>high[i+2] && high[i]>=high[i-1] && high[i]>=high[i-2]` - Lower Fractal: `low[i]
> The Gartley pattern is a harmonic trading pattern that helps identify potential reversal points. It consists of specific Fibonacci retracement levels and ratios that form a unique pattern. Traders...
Add ENUM_APPLIED_VOLUME InpAppliedVolume param to Indi_Force. - https://docs.mql4.com/indicators/iforce - https://www.mql5.com/en/docs/indicators/iforce
Implement InpVolumeType param for IndiADParams so it can work for both MQL4 and MQL5.
- [ ] Reverses the signal - [ ] Creates signals in both directions at once. - [ ] Creates two trades in the main direction, and one in the...
Refs: - https://github.com/EA31337/EA31337/issues/364 Proposed filters: - [ ] Disable hedging? - TBC