May be this help to you:

Code
    if(dow() == FRIDAY && hour() >= 19) { 
        exitLong("*");
        exitShort("*");
    }



Last edited by Grat; 01/11/21 08:51.