- Questions
- Watch Lists
Votes
Answers
Views
Question
0
1
214
asked 6 years ago by iO Rambo
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
1
404
asked 6 years ago by kh amin
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
1
265
asked 6 years ago by S S
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
1
169
asked 6 years ago by Fernando Berezowsky
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
0
108
Be first to answer!
asked 6 years ago by Craig Habermehl
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 ...
1
1
593
asked 6 years ago by Hero Margalin
Category:
Watch Lists
hello....I have a question about earning date....is there possible to put next earning date in custom watchlists column ?
0
1
138
asked 6 years ago by Jason Robinett
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...
0
1
121
asked 6 years ago by Craig Habermehl
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
1
204
asked 6 years ago by Craig Habermehl
Category:
Watch Lists
Pete I have a chart study that colors the candlesticks...Could I have this in the watch list as well..If the bar is red on chart the watch list will have a red bar. I would like this for all four colors... input nBB = 2.0; input Length ...
0
0
68
Be first to answer!
asked 6 years ago by Craig Habermehl
Category:
Watch Lists
Pete I was hoping to get a red or green bar in a column when all time frames are in agreement. If there are not just keep it black.. The yellows arrows are in agreement