Liquidity_Predator/Structs/E_DIRECTION.mqh
2026-01-31 07:59:15 +01:00

6 lines
No EOL
60 B
MQL4

enum E_DIRECTION
{
DIR_LONG,
DIR_SHORT,
DIR_NONE
};