Math Utils (MT4) - library MetaTrader 4

Handy functions for comparison of doubles int Compare(double a, double b, int digits); bool EQ(double a, double b, int digits = 8); bool NE(double a, double b, int digits = 8); bool GT(double a, double b, int digits = 8); bool LT(double a, double b, int digits = 8)...

from https://tradingrobots.net/math-utils-mt4-library-for-metatrader-4/