EA31337 / EA31337-classes

📦📈 EA31337 framework (MQL library for writing trading Expert Advisors, indicators and scripts)
https://ea31337.github.io/EA31337-classes
GNU General Public License v3.0
178 stars 97 forks source link

Pattern: Add FVG Up/Dn #735

Open kenorb opened 6 months ago

kenorb commented 6 months ago
bool isFvgUp = high[i+2] < low[i];
bool isFvgDn = low[i+2] > high[i];