mirror of
https://github.com/raa251/Liquidity_Predator.git
synced 2026-07-06 13:42:02 +00:00
6 lines
No EOL
60 B
MQL4
6 lines
No EOL
60 B
MQL4
enum E_DIRECTION
|
|
{
|
|
DIR_LONG,
|
|
DIR_SHORT,
|
|
DIR_NONE
|
|
}; |