ConsoleApplication/GPUtil.h @@ -41,5 +41,15 @@ return in; } static bool isBeforeTradeTime() { //9:25-9:31 int time = getNowSecondTime(); bool in = false; if (time < 9 * 3600 + 29 * 60) { in = true; } return in; } };