Watch Lists (301)

Votes
Answers
Views
Question
0
votes
1
answer
127
views
asked 5 years ago by
Category: Watch Lists
Hi Pete, big thanks for all the info you provide on the TOS platform as I've found it super helpful. I'm trying to create a watchlist column for an hourly timeframe that shows me the type of candle and whether the price is increasing or decreasing. T...
1
vote
1
answer
539
views
asked 5 years ago by
Category: Watch Lists
hello....I have a question about earning date....is there possible to put next earning date in custom watchlists column ?
0
votes
0
answers
105
views
Be first to answer!
asked 5 years ago by
Category: Watch Lists
Pete I have a chart study that repaints one candle white on a special situation when it happens. I was thinking if you could somehow copy the bar colors to a watch list I could spot it...So if the candle is green on chart that watch list column will ...
0
votes
1
answer
147
views
asked 5 years ago by
Category: Watch Lists
I am looking to finish my script for a DMI Oscilator Watchlist Alert. I hope someone might be able to finish it, since I am only missing the Sell Side when a green bar changes to red. It intends to give a buy or sell signal as soon as the DMI Oscilla...
0
votes
1
answer
241
views
asked 5 years ago by
Category: Watch Lists
Hello please can you help me with creating custom column for watchlist. Looking for 2 column  if the current price is over the Vwap then background color to be green else red include pre market.  if EMA 8 crossover 20SMA then background color to gree...
0
votes
1
answer
327
views
asked 5 years ago by
Category: Watch Lists
Hello, I am trying to add a custom column on a watchlist but I am getting error "expected double". I am not able to figure out what I am doing wrong. Here's the code below.. input vpriceType = PriceType.MARK; plot plot_name; if (GetSymbol() == "EDIT"...
0
votes
1
answer
187
views
asked 5 years ago by
Category: Watch Lists
i have a script here that shows the total amount of *trades being transacted on the ticker per candle.  I need to have this on a watchlist that shows the amount of trades.  Thanks declare lower; declare zerobase; plot Trades = Fundamental(Fundamental...
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 ...
0
votes
1
answer
108
views
asked 5 years ago by
Category: Watch Lists
Tags:
Hello Pete, Is it possible to create a watchlist column using data from an external source? Let us say that we want to import the float value for a corresponding stock from a *.csv document to a watch list. Thanks in advance.
0
votes
1
answer
2669
views
asked 5 years ago by
Category: Watch Lists
i simply want to get rid of decimals in a column for watchlist or scan for volume avg.  I've been told there is no way to convert the following code to an integer other than to use an addlabel which would prevent it from sorting on that column.  Is t...
1 11 12 13