Search

Wednesday, March 4, 2015

My ThinkorSwim Scan Criteria

Several people have been having problems with ToS in terms of opening my shared scans that I listed in this blog post so I decided to write out the criteria here. 

Short Scan for $1-$20 (most of my plays come from here)
For the custom study, here is the ThinkScript. To do this, Add Study Filter > Custom... > Click the Pencil editor > Go to ThinkScript Editor Tab, and copy and paste the below script.

close>(1.20*close[1]) or close>(1.20*close[2]) or close>(1.30*close[3]) or close>(1.30*close[4]) or close>(1.30*close[5]) or close>(1.30*close[6]) or close>(1.30*close[7]) or close>(1.30*close[8]) or close>(1.30*close[9]) or close>(1.50*close[10]) or close>(1.50*close[11]) or close>(1.50*close[12]) or close>(1.50*close[13]) or close>(1.50*close[14]) or close>(1.50*close[15]) or close>(1.50*close[16]) or close>(1.50*close[17]) or close>(1.50*close[18]) or close>(1.50*close[19]) or close>(1.50*close[20])

Short Scan for .01-$1
For the custom study, here is the ThinkScript. To do this, Add Study Filter > Custom... > Click the Pencil editor > Go to ThinkScript Editor Tab, and copy and paste the below script.

close>(1.30*close[1]) or close>(1.50*close[2]) or close>(1.50*close[3]) or close>(1.50*close[4]) or close>(1.50*close[5]) or close>(1.50*close[6]) or close>(1.50*close[7]) or close>(1.50*close[8]) or close>(1.50*close[9]) or close>(1.50*close[10]) or close>(1.50*close[11]) or  close>(1.50*close[12]) or close>(1.50*close[13]) or close>(1.50*close[14]) or close>(1.50*close[15]) or close>(1.50*close[16]) or close>(1.50*close[17]) or close>(1.50*close[18]) or close>(1.50*close[19]) or close>(1.50*close[20])

Short Scan for $20+
For the custom study, here is the ThinkScript. To do this, Add Study Filter > Custom... > Click the Pencil editor > Go to ThinkScript Editor Tab, and copy and paste the below script.

close>(1.15*close[2]) or close>(1.15*close[3]) or close>(1.15*close[4]) or close>(1.15*close[5]) or close>(1.2*close[6]) or close>(1.2*close[7]) or close>(1.2*close[8]) or close>(1.2*close[9]) or close>(1.25*close[10]) or close>(1.3*close[11]) or close>(1.3*close[12]) or close>(1.3*close[13]) or close>(1.3*close[14]) or close>(1.3*close[15]) or close>(1.3*close[16]) or close>(1.3*close[17]) or close>(1.3*close[18]) or close>(1.3*close[19]) or close>(1.3*close[20])


Short Scan "Safety Net" Scan
For the custom study, here is the ThinkScript. To do this, Add Study Filter > Custom... > Click the Pencil editor > Go to ThinkScript Editor Tab, and copy and paste the below script.

close>(1.40*close[1]) or close>(1.40*close[2]) or close>(1.50*close[3]) or close>(1.50*close[4]) or close>(1.75*close[5]) or close>(1.75*close[6]) or close>(1.75*close[7]) or close>(1.75*close[8]) or close>(1.75*close[9]) or close>(1.75*close[10]) or close>(1.75*close[11]) or close>(1.75*close[12]) or close>(1.75*close[13]) or close>(1.75*close[14]) or close>(1.75*close[15]) or close>(1.75*close[16]) or close>(1.75*close[17]) or close>(1.75*close[18]) or close>(1.75*close[19]) or close>(1.75*close[20])


With this info you should be able to re-create my scans on your own in ToS. It's a good idea to take these scans as the starting ground for your own scans, and tweak them to your personal liking. 

Thanks
Nikkos





No comments:

Post a Comment