Advertisement
ChrisBaker97

thinkScript Scan Studies - Instructions

Oct 23rd, 2013
1,563
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.36 KB | None | 0 0
  1. Instructions for Installing Custom Scan thinkScripts in the thinkorswim Platform
  2.  
  3. The following instructions explain how to install a custom thinkScript
  4. scan filter into the thinkorswim (TOS) platform. This will allow you to
  5. create your own custom scans, extending the functionality beyond the
  6. built-in scans, studies, and filters. Use these instructions to install
  7. thinkScripts labeled "thinkScript Scan" in my Pastebin library.
  8.  
  9. By Chris Baker <ChrisBaker97@gmail.com> @ChrisBaker97
  10. Latest version maintained at: http://pastebin.com/wGi1Mvuh
  11. More thinkScripts at: http://pastebin.com/u/ChrisBaker97
  12.  
  13. This work is licensed under the Creative Commons Attribution-ShareAlike
  14. 3.0 Unported License. To view a copy of this license, visit:
  15. http://creativecommons.org/licenses/by-sa/3.0/deed.en_US
  16.  
  17. To install in the TOS platform:
  18.  
  19. • Click on the Scan tab and select the Stock Hacker sub-tab
  20. • Click on Add Study Filter
  21. • Note that an ADXCrossover study has been added by default
  22. • Click ADXCrossover and select Custom...
  23. • Click on the thinkScript Editor tab
  24. • Select all of the study's text and hit Delete to clear it
  25. • Copy and paste the desired study's text in its place
  26. • Click OK
  27.  
  28.  
  29. Frequently Asked Questions:
  30.  
  31. Q: Why can't I save my custom scan study? Do I need to go through this
  32. procedure every time I want to reproduce my scan?
  33.  
  34. A: Unlike custom chart studies, there is no way to save this custom
  35. Stock Hacker filter. I suggest that you instead save this (along with
  36. any other criteria of your choosing) to a custom scan query by
  37. clicking on Save Scan Query... You will then be able to bring up and
  38. edit this custom scan by selecting it from the drop-down list as part
  39. of a complete Stock Hacker query.
  40.  
  41.  
  42. Q: Why don't "input" variables produce nice data entry fields like they
  43. do on chart studies, or like those in the built-in studies?
  44.  
  45. A: This is a limitation of the current implementation of thinkorswim.
  46. While built-in scan studies have provisions for this, custom studies
  47. do not. Custom studies just show as much of the code as will fit in
  48. this area and don't allow for easy user-configurable input.
  49.  
  50.  
  51. Q: How can I help get thinkorswim fixed so that we can save our custom
  52. scan queries and easily enter user-configured parameters?
  53.  
  54. A: Please contact support@thinkorswim.com to voice your support for
  55. fixing these issues.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement