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