Adding Custom Columns to a Watchlist in Thinkorswim
Tired of looping through dozens of charts just to find the few stocks that meet your criteria? Wouldn’t you rather just glance at your watch list and instantly see those half dozen stocks all sorted at the top of your list? Looking for the needle in the haystack can be tedious and time consuming. This video demonstrates how to combine the power of a custom watch list column with a custom scan. Running live on an active market, these two tools combine to create a dynamic filtering engine to help you find those little nuggets that take you hours to uncover. The link below is to download the source code for the custom column indicatory demonstrated in the video. Just follow the instructions in the video to create your own custom column in a watch list.
Learn More:
Click and drag interface to build custom watchlist columns. No code experience required:
Thinkorswim Condition Wizard Watchlist
DISCLAIMER: I AM NOT A CERTIFIED FINANCIAL ADVISOR AND NOTHING IN THIS VIDEO OR TEXT IS AN ADVERTISEMENT OR RECOMMENDATION TO BUY OR SELL ANY FINANCIAL INSTRUMENT. NOR IS THIS VIDEO OR TEXT INTENDED TO INSTRUCT YOU ON HOW TO MAKE BUY OR SELL DECISIONS USING ANY OF THESE INDICATORS.
*Thinkorswim is a chart analysis platform offered by TD Ameritrade: www.tdameritrade.com
TD Ameritrade provides financial services including the trading of Stocks, Futures, Options and Forex.
Please be sure to share this page with your friends and colleagues. Leaving comments below is the best way to help make the content of this site even better.
Mr Hahn
Thank you so much for an excellent job and providing it for free. Appreciate your contribution and educating us. I have a question on Custom Column accepting inputs. eg., if we add MACD as a column, it accepts aggregation period ,fast length etc to be able to modify. How to do that for custom columns? Thank you
I am very glad you found the video helpful. For custom quote columns the settings must be adjusted manually within the code itself. At this time there is no way to get a graphical user interface for the study inputs when working with custom quote columns.
can we add more custom columns? It looks like a set no of custom columns that are available. I have run of it any available ones.
Details for that are posted in our Q&A Forum: https://www.hahn-tech.com/ans/custom-quote-in-watch-list-is-full/
Hi, first of all Thanks a lot for everything!
You’re the Best Mr. Pete Hahn.
Is there any way to show “Buy” , “Sell” or something else, instead of 0 ,1 or -1 , in the watchlist column?
Yep, there sure it. We have plenty of examples in the Q&A forum showing how to display text values in place of numeric values in a custom watchlist column. The only reason we did not include that in this video is because this video is an introductory video that covers only the most basic concepts.
Greetings, I used my all custom watch lists in TOS and now unable to add new watch lists as there are no custom watch list left which i can modify according to my desired code. Would appreciate any input to fix it.
Check the comment from Dan dated October 25, 2019 at 8:59 am, further down on this same page. Dan found a way to increase the number of available custom columns available.
Got it.. Thank you so much.
Whats the workaround for “custom expression subscription limit exceeded” when making custom edits to watchlist for background colors? My code is right. I’ve deleted and added back smaller watchlist and still no luck
There is no workaround. There is a fixed limit to how many custom columns can be computed in a watchlist. You can exceed this limit buy adding too many custom columns to a watchlist OR by adding to many rows (ticker symbols) to the watchlist.
….and I will add that custom columns applied to other watchlists will also count toward that limit.
Thanks for the rapid response! Tried the paper account and it worked for only about 50 ticker symbols. Maybe a different platform offers these features. Simply trying to set custom watchlist columns for Ichimoku signals like Tenkan crossing above Kijun.
There may be a lower limit for PaperMoney than for Live trading. I know the limit for live trading is several hundred. Did you try it on the live trading side? If your account is not fully funded this may also limit many resources on the platform. You really need to contact TD Ameritrade for more details.
and remember the limits is not “per watchlist” or “per custom column”. The limits are applied based on all custom columns added to all active watchlists. You can have several custom columns set to several different watchlists and hit the limit with only 50 ticker symbols in each.
Excellently presented. I utilized scripts from a Strategy in my watchlist. The watchlist alerts the event. Then I jump to the charts for that symbol with the Strategy for further evaluation to open a trade or not. Thanks much!
Thanks for taking the time to provide your feedback. I love to know when our videos inspire our viewers create solutions of their own design. Fantastic.
when i try to download Watch_EMA_XSTUDY.ts it downloads it into the quick time player and it does not open
thank you
The solution is found in our FAQ’s. Which is accessed through the Help menu at the top of this website. Here is a direct link to that solution: https://www.hahn-tech.com/ans/how-to-download-and-import-study-ts-files-into-thinkorswim/
Hi Pete,
Can you show the trend reversal in intraday in watchlist where stock is trening down or up in different time frame so it is long when it changes the uptrend vs short when it changes downtrend with green or red color? I need script for that.
Thanks.
First you have to define how you measure this “reversal”, then explain how you measure “trending down or up”
Since this is for intraday, I need to see which stock in my watch list has “pullback” after it opened up high or if it has “gone up” after it opened low after the bell. In summary;
….. how to sort stocks in your ThinkOrSwim watchlist by the % it has pulled back from the day’s extreme. So if it is a red day, the pullback % would be from the low of the day: a 2% reading would mean that the stock has pulled back off the low of the day toward the high by 2% of the day’s range. If it is a green day, a 5% reading would mean that the stock has pulled back 5% from the day’s high.
This ThinkOrSwim indicator column should you a good way to sort and find stocks that are pulling back and giving a more attractive entry location. this is to spot stocks trading at or near their daily highs or lows, and that might be ready to breakout to the upside for a long trade, or breakdown to the downside for a short.
The Multiple Timeframe Pullback & Reclimb Indicator should display 5 minute daily, weekly, monthly or yearly pullback (defined as the decline from the chosen period’s high as a percentage of the period’s total range) or reclimb (defined as the gain from the chosen period’s low as a percentage of the period’s total range).
This study will allow you to quickly identify stocks making new period highs or lows.
Thanks.
The solution to this is light-years beyond the scope of anything we could provide in the comments section of a video. I suggest you take some time to browse existing solutions in our Q&A forum. Here is a link to the Watch List topic of the forum: https://www.hahn-tech.com/ans/cat/watchlists/