Watch Lists (301)

Votes
Answers
Views
Question
0
votes
1
answer
240
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
326
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
2666
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...
0
votes
1
answer
142
views
asked 5 years ago by
Category: Watch Lists
I would like to create a watchlist with the number of days the price as crossed up through the 8 day EMA and keep a count its been there, kind of like the Squeeze Watchlist like I have attached, I would like to color it Green for above and Red for be...
0
votes
1
answer
249
views
asked 5 years ago by
Category: Watch Lists
Pete, Could you add an audible alert for a cross of the fast and slow KST study in TOS... Thanks....Glad your doing well...God Bless   declare lower; #--Input variables input rocLength1 = 10; input rocLength2 = 15; input rocLength3 = 20; input r...
0
votes
1
answer
155
views
asked 5 years ago by
Category: Watch Lists
Hi Pete, I would like a custom column showing the closing price of a bar at X time. Example: showing the closing price of the first 30 min, hourly bar or whatever time frame I choose. Thank you
0
votes
1
answer
812
views
asked 5 years ago by
Category: Watch Lists
Is is possible to take that indicator and turn it into a custom watchlist field that could be called from excel?  All of the custom fields can be sent to TOS via RTD. I am trying to get my account NetLiq into excel automatically. Thanks Mike
1 9 10 11 12 13 31