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