Watch Lists (301)

Votes
Answers
Views
Question
0
votes
0
answers
99
views
Be first to answer!
asked 7 years ago by
Category: Watch Lists
HI. WHY SOMETIMES I HAVE TO DELETE THE USER.GUI FILE TO GET THINGS WORKING BETTER?
0
votes
1
answer
99
views
asked 5 years ago by
Category: Watch Lists
Pete, I'm trying to color text for gap up/down, what am I missing ? plot c = open - close[1]; AssignColor (if open > close then Color.GREEN else Color.RED); Thanks, AJ
0
votes
1
answer
99
views
asked 4 years ago by
Category: Watch Lists
Hello Pete I've been working on a W/L code from your video on a T/K cross for watch list.  I was hoping you could help me finish it...I'm looking to add how many bars ago the cross happened.   Plot myVariable = Ichimoku()."Tenkan" is greater tha...
0
votes
1
answer
99
views
asked 3 years ago by
Category: Watch Lists
Hi Pete, Is there a way to create custom watchlist column for the MTF MACD V1?  I would like to have a column that mimics the color of the indicator's zero line.
0
votes
1
answer
99
views
asked 2 years ago by
Category: Watch Lists
Hello Pete   You created a Trix Crossover Watchlist for me a little while back. (code below) Would it be possible to edit the same code to show Trix above or below Zero Line? Thanks for any help with this. Ellis   input length = 9; input co...
0
votes
1
answer
96
views
asked 6 years ago by
Category: Watch Lists
Pete I can create a watch list using custom colors, thanks to you, and I can create a chart using custom time frames.  I use a 395 min chart, which is exactly half of a normal trade day.  But creating a custom colored watch list column for sayyy...Wi...
0
votes
1
answer
96
views
asked 3 years ago by
Category: Watch Lists
My TOS install has taken to shutting itself down rather randomly and each time I reopen the darn thing, the watch list columns have reverted to some earlier ones i used.  It's not a TOS default, since it also has some custom columns on it.  Anyway, t...
0
votes
1
answer
95
views
asked 4 years ago by
Category: Watch Lists
Is there a way to add a custom column to the Monitor/Activity and Positions/Position Statment area that would calculate the "Notional Value of the Position" using something like  Qty*100*delta*price of underlying? For futures something like (TickValu...
0
votes
1
answer
94
views
asked 3 years ago by
Category: Watch Lists
Hey Pete, I'm interested in a watchlist column that references the ATR Trailing Stop. What I want is different from what you addressed in this thread: https://www.hahn-tech.com/ans/trailing-stop-alert-column/. Ideally, the column I want would have 3 ...
0
votes
1
answer
94
views
asked 2 years ago by
Category: Watch Lists
Hi, I have created the scanner to determine the recent Golden Cross and Death Cross. Now I try to add a custom column in my scan output to show the lowest stock price between the 2 SMA crossovers. However, the fold statement doesn't allow me to use m...