7 lines
137 B
MQL5
7 lines
137 B
MQL5
|
struct SignalInfo
|
||
|
{
|
||
|
int year, month, day, DOW, hour, minutes;
|
||
|
string tableName, pattern, direction;
|
||
|
double entryPrice;
|
||
|
};
|