Watch Lists (301)

Votes
Answers
Views
Question
0
votes
1
answer
68
views
asked 4 years ago by
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
2
answers
67
views
asked 7 years ago by
Category: Watch Lists
Hello, Peter. I watched your video and tried to get this code to work.  I just want it to show on the watchlist "red for valid" or "black for not valid."  Not sure what I am doing wrong here as I keep getting an error.  Thanks in advance! DMA("displa...
0
votes
1
answer
67
views
asked 4 years ago by
Category: Watch Lists
Hi Hahn, I've create a custom column to calculate and display the % diff from the last price against Intraday high. I'm able to use it on Desktop Windows ThinkorSwim application. However, it doesn't work on my iPad Pro, it doesn't display any value. ...
0
votes
1
answer
67
views
asked 3 years ago by
Category: Watch Lists
Hi Pete, I'd like a custom column showing how often a stock has gained/declined $1 in a trading day over an X time frame. Ex: ABC open at $9, close at $10.30. DEF open at $12.50, close at $11.25. Thank you.
0
votes
1
answer
66
views
asked 4 years ago by
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
66
views
asked 4 years ago by
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
65
views
asked 4 years ago by
Category: Watch Lists
Hello Is there any way to create a script that set up condition that if the time is more than 11 Pm volume should be more than 2 million. or I can say after 11PM I need to see only the stock that have volume over 2 million.  
0
votes
0
answers
63
views
Be first to answer!
asked 5 years ago by
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
0
votes
1
answer
63
views
asked 4 years ago by
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!
1
vote
1
answer
60
views
asked 4 years ago by
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