Hi guys,
Is it possible to schedule proscreener to run at defined times? e.g. please run proscreener with “screener (xyz)” at “5pm” on “selected list” on “1H” charts. And probably email the results?
You can select list and TF, not the time.
But there’s a workaround, just embed your screner’s code within the body of IF…ENDIF setting a TIME conditions, say:
IF Time >= 110000 AND time <= 150000 THEN //allow only from 11am to 3pm
.
. //put your screener here
.
ENDIF
I did not test it, though.