Hello,
I have a delayed data feed by 10m.
I put this in main body but it does not print.
Anyone know why
if (today.getMinutes()==19)
{
debugPrintln("reset on minute =" + today.getMinutes());
}
I have a delayed data feed by 10m.
I put this in main body but it does not print.
Anyone know why
if (today.getMinutes()==19)
{
debugPrintln("reset on minute =" + today.getMinutes());
}