Watch Lists (315)

Votes
Answers
Views
Question
0
votes
1
answer
107
views
Category: Watch Lists
Apparantly I've used up my 19 Custom Quote slots....how do I create additional ones?  Whenever I try to rename one the old just gets rewritten over.  I want to keep old, but make new and more than the 19. Thank ya kindly!
0
votes
1
answer
107
views
Category: Watch Lists
Pete, I need help creating watchlist column from the ATR trailing stop study with a red sell signal and green buy signal with counter.
0
votes
1
answer
106
views
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...
1
vote
1
answer
106
views
Category: Watch Lists
plot TK = Ichimoku("tenkan period" = 18, "kijun period" = 52)."Tenkan" is greater than Ichimoku("tenkan period" = 18, "kijun period" = 52)."Kijun";   here's what i have so far. just not sure of format if this is possible. Thanks
0
votes
1
answer
105
views
Category: Watch Lists
hi pete. i have this indicator i am trying to adjust for my watchlist. this is the code for the indicator: input price = close; input length = -10; def displacement = (length / 2) + 1; def dPrice = price[displacement]; def tmp = if !IsNaN(dPrice) the...
0
votes
1
answer
105
views
Category: Watch Lists
Hello Pete You created a TRIX watchlist for me a little while ago that works great. Is there a way to create an updated version that shows the different stages TRIX is in by Colored field in  Watchlist? Thanks again for all your help coding this. Ell...
0
votes
1
answer
102
views
Category: Watch Lists
I have added the code to the watchlist, but the colors that show up on the watchlist do not coincide with the squeeze indicator on the charts. I watched 2 different videos from Hahn-tech, one has the cold ending in Green and the other ending in Yello...
0
votes
1
answer
102
views
Category: Watch Lists
I'd like to create an "open profit" column on a watchlist of symbols for a non-TOS investment account i have.  I'm wondering how i can create a column that uses input variables to the effect of: IF symbol = AAPL (an input value) THEN open profit = (c...
0
votes
1
answer
100
views
Category: Watch Lists
Pete, thank you for getting me on the right track. I am a little slow mentally, seriously due to medical issues. I welcome your help, and or any constructive criticism. I have transfered your response from the scanner forum.  .This is a watchlist. Li...
0
votes
1
answer
99
views
Category: Watch Lists
Hello Pete. I was able to create a watchlist column which shows whenever an inside bar occurs using the condition wizard. However, I am having trouble creating a watchlist column that simply shows the color of the current Heiken-Ashi and if the bar i...