scanner installation guide

scanner installation Video

Scanner Code

Copy and Paste this code for the Timed Stocks Scanner:

set{xor1, count(volume more than 300 percent above average volume(50) 1 day ago, 1)} set{xor2, count(close above ma(50), 1)} set{xor3, count(close more than 5 percent above close 1 day ago,1)} set{xora, xor1 + xor2} set{xorb, xora + xor3} count(xorb equals 3, 7) > 0 and close above ma(50) and close > 20 and volume > 100000