Watch Lists (300)

Votes
Answers
Views
Question
0
votes
1
answer
72
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
27
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
240
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
52
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
88
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
163
views
asked 1 year ago by
Category: Watch Lists
Hi Pete, i would like to create a column in the options chain to show liquidity using the bid ask spread. The formula is the difference between the bid ask prices divided by the price of the stock/ETF (underlying). But i have difficulty creating the ...
0
votes
1
answer
107
views
asked 1 year ago by
Category: Watch Lists
Hi Once again thanks for your help with the label of the Advanced Declined Cumulative Average. My apologises for having another question with regards to labels. I will like to add the days to earnings column to the watchlist. I have actually create t...
0
votes
1
answer
47
views
asked 1 year ago by
Category: Watch Lists
i would like to create some watchlist columns that show % price gains or losses for 1, 2, 3, 4 and five days following the firing of a signal. for instance, let's say the buy signal is RSI (2) crossing under 30. can i make columns that show price % g...
0
votes
1
answer
45
views
asked 1 year ago by
Category: Watch Lists
Hi Pete! This question is a refinement of a previous question:   https://www.hahn-tech.com/ans/display-atrtrailing-stop-values-in-a-watchlist/ I trade bonds (UB ZB ZN ZF). When I put ATRTrailingstop in a watchlist for these products, TOS is displayin...
0
votes
1
answer
41
views
asked 1 year ago by
Category: Watch Lists
Hi Pete! The ATRTrailingstop study displays a colored bubble in the price axis which highlights the price of the current trailing stop. One color for buy and another color for sell. In the attached example (which is a 1range area chart) the current '...