Watch Lists (301)

Votes
Answers
Views
Question
0
votes
1
answer
115
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
114
views
asked 7 years ago by
Category: Watch Lists
Pete You recently wrote me code to color the background color of watch list based on MACD.  The settings I use are 5,10,6 For a while now I have notice that many times the background color does not match the settings. I cannot figure out why.  Many t...
0
votes
1
answer
114
views
asked 4 years ago by
Category: Watch Lists
Hello Pete, I am doing options trading. I have a watchlist of about 200 stocks that I am regularly selling options on. I would like to add a custom field with Return On Capital in %. For example, I am selling -0.20 Delta Put Option and +0.20 Delta Ca...
0
votes
1
answer
113
views
asked 4 years ago by
Category: Watch Lists
Hello Pete. Can you assist me with a script that helps me to identify stocks in my watchlist that are currently trading near the 9 period EMA?  I would like the background color of the watchlist to appear as white if the current bar has touched the E...
0
votes
1
answer
113
views
asked 3 years ago by
Category: Watch Lists
Hi Pete, I created a watchlist scan [Link: https://www.hahn-tech.com/ans/colour-the-watchlist-with-if-then/] but during market hours it won't show the results it keeps calculating as the price keeps changing. Is it possible for it to san once every h...
0
votes
1
answer
112
views
asked 3 years ago by
Category: Watch Lists
Hello Pete, I hope you’re doing well. Is it possible to have a William Fractal Color Watchlist Sequence count set to 1 UpFractal turns field Red Down Fractal turns field Green And black field if nothing is triggered? Thank you for any help with this ...
0
votes
1
answer
110
views
asked 7 years ago by
Category: Watch Lists
Hi Pete, I found RTD (%Change) was formatted in text rather than a number. How to change it into number? Thanks.
0
votes
1
answer
109
views
asked 5 years ago by
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
109
views
asked 5 years ago by
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
108
views
asked 5 years ago by
Category: Watch Lists
Hello I would like to know is it possible to create custom column on watchlist that update net change in pre and post mark plot x = close; x.AssignValueColor(if x > 0 then color.UPTICK else if X < 0 then color.DOWNTICK else color.CURRENT); net ...
1 19 20 21