- Questions
- Watch Lists
Votes
Answers
Views
Question
0
votes
1
answer
97
views
Category:
Watch Lists
Hi Pete, Is there a universal way to use the same verbiage looking only for the current day with any script? If not, could you please help me again so that I don't have to use the lookback? Thanks again! input lookback = 13; def pctGain = ((close - c...
0
votes
1
answer
97
views
Category:
Watch Lists
Hi Pete, I would like to add a rule to this watchlist code: https://www.hahn-tech.com/ans/colour-the-watchlist-with-if-then/ If the daily bar stays above/below the previous day cross over it turns purple for staying above and Yellow if it stays below...
0
votes
1
answer
95
views
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
93
views
Category:
Watch Lists
Hi Pete, I am looking to get the most recent high and low (values) as watchlist columns. I went through couple of your videos on this topic, but what I am looking for is only for the Most recent high and low. The built in DailyHighLow column is not g...
0
votes
1
answer
93
views
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
91
views
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 '...
0
votes
1
answer
90
views
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
88
views
Category:
Watch Lists
Hello Hahn Tech, I need help creating a watch list column that displays if a stock traded over 10 million volume in a single day within the last. (255 days candles) If the condition is true, the return value will be display the word "Yes" in r...
0
votes
1
answer
88
views
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
84
views
Category:
Watch Lists
Hi Hahn, I've create a custom column to calculate and display the % diff from the last price against Intraday high. I'm able to use it on Desktop Windows ThinkorSwim application. However, it doesn't work on my iPad Pro, it doesn't display any value. ...
