1
0
Fork 0
forked from MrLeo/Warrior_EA
Warrior_EA_Fork_Test/Enumerations/GlobalEnums.mqh

7 lines
72 B
MQL5
Raw Permalink Normal View History

2025-05-30 16:35:54 +02:00
enum ENUM_SIGNAL
{
Buy,
Sell,
Neutral,
Undefine
};