struct SignalInfo
{
int year, month, day, DOW, hour, minutes;
string tableName, pattern, direction;
double entryPrice;
double netVote; // the journaling filter's own net vote on this bar - see TradeRecord.netVote
};