I am frustrated that I can only pick one market at a time to run my screener.
- is there a way to open multiple screeners so i can make it run multiple markets
- do I have to click “execute screener” every time? can i set it so it does it periodically?
Thanks
Nevermind – I believe having a premium subscription will solve this
Hi
With Premium license you will be able to scan several markets at once and open 20 windows at same time.
Hi Ivan,
Is there a way to run screener every 5min without needing to click the button every 5min?
Maybe something like this could do what you need?
c1 = 0
IF (Time MOD 000500) = 0 THEN
c1 = high > high[1]
ENDIF
SCREENER[c1]