1
0
Fork 0
forked from MrLeo/Warrior_EA
Warrior_EA_Fork_Test/Structures/signalInfoStructure.mqh

7 lines
137 B
MQL5
Raw Permalink Normal View History

2025-05-30 16:35:54 +02:00
struct SignalInfo
{
int year, month, day, DOW, hour, minutes;
string tableName, pattern, direction;
double entryPrice;
};