Watch Lists (301)

Votes
Answers
Views
Question
0
votes
1
answer
174
views
asked 3 years ago by
Category: Watch Lists
Hello there Mr. Hahn, I was able to write the following code for a custom watchlist to give me the dollar difference between yesterday's close and today's open: def o = open; def c = close[1]; def gu = o > c; def gd = o < c; def diff = o - c; p...
0
votes
1
answer
174
views
asked 3 years ago by
Category: Watch Lists
I would like to apply dynamic background color to watchlist fields based on a symbol' real time %change from the previous days close. I would like this formula using %change to be dynamic so that the colors change as the %change from the close change...
0
votes
1
answer
171
views
asked 7 years ago by
Category: Watch Lists
Is there a custom column you can add to a watchlist in TOS that will show the Margin Req as shown on the right column of Monitor --> Account Statement --> Profits and Losses?
0
votes
1
answer
171
views
asked 5 years ago by
Category: Watch Lists
hi pete. i wrote a code that, i was hoping would show on the watchlist the crossover of CCI and CCI average (cross above in green, cross below in red). now my code does that but i cant figure out how to only have it show as the candle closes on the i...
0
votes
2
answers
169
views
asked 4 years ago by
Category: Watch Lists
Pete,  Thanks for all the help.  I know we cannot get timestamp, but this there a way to show the bar count in watchlist when a Volume of more than 1000 was recorded on the minute chart on an option. I get alerts when new alerts come in and...
1
vote
2
answers
168
views
asked 5 years ago by
Category: Watch Lists
Hi there Pete, I've been dying to figure out how you've colored your Net Change column background. Looking to apply that my columns if possible. Could you teach me how? I figure it's simple, but I can't quite seem to figure it out. I appreciate what ...
0
votes
1
answer
166
views
asked 3 years ago by
Category: Watch Lists
Thank you Pete for the custom watch list video. I was able to create a watchlist that brings up my scan but I can't find a way to colour the two findings in different colours. //This part I can't figure out def clsAbove = SimpleMovingAvg("length" = 2...
1
vote
2
answers
163
views
asked 4 years ago by
Category: Watch Lists
Hi, I am looking to plot on a Watchlist column if the RTH Low / High Crossed Pre Market Low / High, and color code. Using some of the code you posted on another study I was able to define and see the premarket levels on the watchlists. But when I wan...
1
vote
2
answers
163
views
asked 4 years ago by
Category: Watch Lists
Hello again and hopefully just 1 more question. I was trying to get this to work but I'm assuming you can't have more than 2 conditions? when I Plot value = "..." is when i run into errors Here is the code: def LongTK = Ichimoku("tenkan period" = 18,...
0
votes
1
answer
162
views
asked 5 years ago by
Category: Watch Lists
Hello Pete, I'm glad your doing well.  I'm in need of some programming help, what I've been trying to do but can't seem to get is back round color in columns on my watch list. 1- If last price traded is > PDH Green and conversely if last price tra...
1 13 14 15