- Questions
- Watch Lists
Votes
Answers
Views
Question
1
vote
1
answer
689
views
Category:
Watch Lists
hello....I have a question about earning date....is there possible to put next earning date in custom watchlists column ?
0
votes
1
answer
165
views
Category:
Watch Lists
Hi Pete, big thanks for all the info you provide on the TOS platform as I've found it super helpful. I'm trying to create a watchlist column for an hourly timeframe that shows me the type of candle and whether the price is increasing or decreasing. T...
0
votes
1
answer
148
views
Category:
Watch Lists
Pete I have a code for watch list cross red bar is bearish and green bar is bullish. Is it possible to make the most recent EMA cross pop to the top of my column like a timestamp. def price = close; def fast_length = 9; def slow_length = 50; def dis...
0
votes
1
answer
234
views
Category:
Watch Lists
Pete I have a chart study that colors the candlesticks...Could I have this in the watch list as well..If the bar is red on chart the watch list will have a red bar. I would like this for all four colors... input nBB = 2.0; input Length ...
0
votes
0
answers
80
views
Be first to answer!
Category:
Watch Lists
Pete I was hoping to get a red or green bar in a column when all time frames are in agreement. If there are not just keep it black.. The yellows arrows are in agreement
0
votes
1
answer
139
views
Category:
Watch Lists
Pete Hi. I did not see any parabolic nor stochastic Custom Watch mods so I was hoping you can help by looking at this at tell me what I am doing wrong. def parabolicSAR = close [1] < parabolicSAR [0] ==close > ParabolicSAR; plot scan = paraboli...
0
votes
1
answer
181
views
Category:
Watch Lists
Hello again Pete. Thanks very much for the arrow/plot. I also added code for a white arrow/plot to show a short opportunity, but I have a new question - Is it possible to use the MTF MACD arrow/plot that you built and use it in a watchlist so that I...
0
votes
1
answer
1559
views
Category:
Watch Lists
I wrote a simple code for my watchlist to let me know if the current hour candle is green(Up), red(Down), or white(Neither), for only market hours (no pre/post market data). I've hid the "Extended-Hours Trading Session" on my hourly charts so the can...
0
votes
1
answer
526
views
Category:
Watch Lists
Hello Pete, I couldn't find if this question has been answered. How do you create watchlist column that calculates percentage change from open to close? Similar to normal percent change, If positive then text will be green, If negative then text will...
0
votes
1
answer
407
views
Category:
Watch Lists
Hi Pete, I'm interested to have one of the default strategies of Thinkorswim named "RSITrend" on my watch list. I have attempted to create this based on the video I have found, but it was challenging as there are two "sell" condition (RSI_LX and Tren...
