NexusFi: Find Your Edge


Home Menu

 





Thinkorswim Custom Scan knowledge would help


Discussion in ThinkOrSwim

Updated
    1. trending_up 6,377 views
    2. thumb_up 1 thanks given
    3. group 1 followers
    1. forum 2 posts
    2. attach_file 2 attachments




 
Search this Thread

Thinkorswim Custom Scan knowledge would help

  #1 (permalink)
 
DougN's Avatar
 DougN 
Scottsdale, Arizona, USA and Puerto Penasco, Mx
 
Experience: Intermediate
Platform: Ninja 7, TOS
Trading: YM, ES, GC, CL
Posts: 42 since Nov 2013
Thanks Given: 35
Thanks Received: 33

Below is a custom scan that I found on another blog (Big Bull and Big Bear). I'd really like to see it work but unfortunately no luck so far. A couple of messages have gone unanswered by the blogger so maybe someone here can help.

With only a bit of experience applying custom indicators to Thinkorswim this is the first scan that I have attempted. When the code is pasted into the applicable entry box the result is several error messages. Possibly the updates in TOS have just made the code obsolete?

Any help that you could provide would be much appreciated. Below is the full copy of the original post. Originally I included here a link and image of the chart that he showed but because I am new here the system would not accept my post with a link or an image attached.

As the blogger wrote:
"This scan is to quickly find the stocks that have this Wedge pattern or Dragon pattern
Easy way to find this was pointed out today by our friend Laser today. He has this setup in TC2000 and Telechart. Another friend Mautzman has used this very successfully.


I am putting this in ThinkorSwim for the folks who cannot access TC2000 or Telechart.


First Custom Scan: Price Linear Regression 44 days

#Big Bull and Big Bear LLC

def MiddleLR = InertiaAll(close, 44);
plot buy1 = middleLR > middleLR[10];


Second Custom Scan: Volume Linear Regression 10 days
#Big Bull and Big Bear LLC

def MiddleLRVol = InertiaAll(volume, 10);
plot volbuy =middleLRvol < middleLRvol[5];


Third Custom Scan: Top Band Linear Regression 10 days
#Big Bull and Big Bear LLC

def price = 1.01*High;
def TopbandLR = InertiaAll(price, 10);
plot toplr =topbandLR < topbandLR[5];


Fourth Custom Scan: Lower Band Linear Regression 10 days

#Big Bull and Big Bear LLC
def price2 = 0.99*Low;
def LowerbandLR = InertiaAll(price2, 10);
plot lowerlr =lowerbandLR > lowerbandLR[5];


I run this scan on the stocks that show on a very good tool called Bluefin developed by a friend Dan Cummiskey at Patient Fisherman.


As Dan has pointed out multiple times, one should to be in the best performing stocks in the market. In Bluefin, Dan has filtered out the strongest stocks by various methods.


Now one need to go through this entire list and using elbow grease, need to identify trade able pattern and subscribe to alerts.


Thinkorswim, Freestockcharts and TC2000 has good systems for setting up alerts."

Follow me on Twitter Started this thread Reply With Quote

Can you help answer these questions
from other members on NexusFi?
Trade idea based off three indicators.
Traders Hideout
How to apply profiles
Traders Hideout
Exit Strategy
NinjaTrader
REcommedations for programming help
Sierra Chart
NT7 Indicator Script Troubleshooting - Camarilla Pivots
NinjaTrader
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Just another trading journal: PA, Wyckoff & Trends
28 thanks
Spoo-nalysis ES e-mini futures S&P 500
28 thanks
Tao te Trade: way of the WLD
24 thanks
Bigger Wins or Fewer Losses?
20 thanks
GFIs1 1 DAX trade per day journal
16 thanks
  #2 (permalink)
 
rmejia's Avatar
 rmejia 
Puerto Rico
 
Experience: Intermediate
Platform: thinkorswim
Broker: TD Ameritrade
Trading: Options
Posts: 379 since Oct 2010
Thanks Given: 3,614
Thanks Received: 441

Is this 4 scans or 1 scan with 4 filters?

How are you adding the filters? I went to:
1. Scan Tab - Stock Hacker
2. Several ways to do this next step, could go on load scan query and drop down to Create New Scan Query or on the existing tab just delete all default criteria.
3. Next on the right, Add Study Filter
4. Will default to ADXCrossover, there dropdown to custom
5. In custom go to the second tab, thinkScript Editor
6. Highlight everything and paste over that the code, then hit OK
7. That should be it, 1 filter applied. Save Scan Query or add the other 3

Attached Thumbnails
Click image for larger version

Name:	2013-11-25_1527.png
Views:	251
Size:	100.9 KB
ID:	129664   Click image for larger version

Name:	2013-11-25-WatchListScanner.png
Views:	262
Size:	69.4 KB
ID:	129665  
Reply With Quote
Thanked by:
  #3 (permalink)
 
DougN's Avatar
 DougN 
Scottsdale, Arizona, USA and Puerto Penasco, Mx
 
Experience: Intermediate
Platform: Ninja 7, TOS
Trading: YM, ES, GC, CL
Posts: 42 since Nov 2013
Thanks Given: 35
Thanks Received: 33


In his original post he shows a chart of one symbol found by his scan. I assume it would be several filters to produce the results.

I'll try to reproduce your work.

Thanks and nice job!
Doug

P.S. added all four filters and the scan works perfectly. Thanks again rmejia!

Follow me on Twitter Started this thread Reply With Quote




Last Updated on November 25, 2013


© 2024 NexusFi™, s.a., All Rights Reserved.
Av Ricardo J. Alfaro, Century Tower, Panama City, Panama, Ph: +507 833-9432 (Panama and Intl), +1 888-312-3001 (USA and Canada)
All information is for educational use only and is not investment advice. There is a substantial risk of loss in trading commodity futures, stocks, options and foreign exchange products. Past performance is not indicative of future results.
About Us - Contact Us - Site Rules, Acceptable Use, and Terms and Conditions - Privacy Policy - Downloads - Top
no new posts