Watch Lists (301)

Votes
Answers
Views
Question
0
votes
1
answer
58
views
asked 9 months ago by
Category: Watch Lists
Hi Mr Hahn May i know how to create a QQE Histogram Crossover for watchlist in TOS similar to the MACD Histogram Crossover found in TOS? The MACD Histogram Crossover in the watchlist will show a 1 when there is a crossover and 0 when there is none. I...
0
votes
1
answer
37
views
asked 9 months ago by
Category: Watch Lists
I have TS Radar with 2 columns.  The 1st one is the closing price of the stock.  The 2nd column is blank for me to input a number.    And I have a script to change the background of the 2nd column to green if the 1st column value is higher than the 2...
0
votes
1
answer
68
views
asked 11 months ago by
Category: Watch Lists
How would I display a stock's gap up or down during market hours as a dollar amount in a watchlist column?  Thank you.
0
votes
1
answer
89
views
asked 11 months ago by
Category: Watch Lists
Is there a way to create a watchlist column to show the number of consecutive bullish or bearish candles for a stock in the watchlist? Thank you.
0
votes
1
answer
75
views
asked 1 year ago by
Category: Watch Lists
Hello Mr. Hahn! Hope you're doing well. I am trying to create a custom column on my scans that shows the ATR(simple) over 14 bars divided by the average price over 14 bars for the respective ticker. Below is the code I came up with, however I cannot ...
0
votes
1
answer
91
views
asked 1 year ago by
Category: Watch Lists
Hi Pete, Can this code show background color on the watchlist when the following parameters are met? This was taken from this question: https://www.hahn-tech.com/ans/price-from-ema/ I want to assign background color green when the watchlist filter is...
0
votes
1
answer
28
views
asked 1 year ago by
Category: Watch Lists
Hi Pete! Hope you are healthy and having a decent year. I am perplexed that there are zero platforms that use any "odd" hourly scans. I am trying very hard to figure out a way to "see" a 7 Hr Timeframe and figured the easiest way was through a watchl...
0
votes
1
answer
250
views
asked 1 year ago by
Category: Watch Lists
I tried writing the code for the four color for wave A and getting this error syntax error: an else block expected at 3:6 plot waveA = TTM_Wave().Wave1; AssignBackgroundColor(if waveA >= 0 then if waveA > waveA[1] then Color.CYAN else color.BLU...
0
votes
1
answer
53
views
asked 1 year ago by
Category: Watch Lists
Hello i have created 2 column one for volume plot x = (volume);AddLabel (yes, + Round(x *.000001 , 1) + "M",color.white); and other to know if this can trade options AddLabel(1,IsOptionable());   is it possible to combine both and make volume co...
0
votes
1
answer
238
views
asked 4 years ago by
Category: Watch Lists
Hi Pete, I have a customized column that counts the number of green 30-minute bars for the day. Is there a way to rewrite the code so that it automatically takes only today into effect instead of using the lookback? Thanks again! input lookback = 13;...