1
0
Fork 0
forked from MrLeo/Warrior_EA
Warrior_EA_Fork_Test/Enumerations/GlobalEnums.mqh
super.admin 0a527b0cf9 convert
2025-05-30 16:35:54 +02:00

7 lines
No EOL
72 B
MQL4

enum ENUM_SIGNAL
{
Buy,
Sell,
Neutral,
Undefine
};