Questions (2351)

Votes
Answers
Views
Question
0
votes
1
answer
90
views
asked 5 years ago by
Category: Watch Lists
One more Request: …. In response to my request on Sept. 27 “ How to change value colors on a label”. input SYMB = "/VX"; def VX = close(symbol = SYMB); def O = open (symbol = SYMB); AddLabel(1, "/VX: " + " = " + VX, if VX > O then Color.RED else i...
0
votes
1
answer
90
views
asked 4 years ago by
Category: Stock Scanners
Hello, I have a couple dynamic alerts / watchlist that populate as the day goes on. Is there a way to plot a simple 0/1 study on the bottom of the chart to show what time that is being triggered on the chart?
0
votes
1
answer
90
views
asked 4 years ago by
Category: Chart Studies
Hi, I am trying to plot a straight line parallel to the LinearRegChVar (orange line) where it will touch the highest price of a specific period. I'm not quite sure why its not plotting a straight line. Any help would be appreciated! Below is my scrip...
0
votes
1
answer
90
views
asked 4 years ago by
Category: Chart Studies
Hi, Pete, Hope all is well with you. I was thinking that maybe it would be a better idea to transform this into a superior study so that the arrows can be clearly marked on the graph. But I have a problem with the graph. The sails are flattened and t...
0
votes
1
answer
90
views
asked 4 years ago by
Category: Chart Studies
Hi Pete, I am looking for a study which just show only a label on chart. The label should be displaying the difference between the high and low from Input time high to input time low so I should have two inputs- (1) Input time high (2) input time low...
0
votes
1
answer
90
views
asked 3 years ago by
Category: Chart Studies
Hi Pete. I would like to be able to have a chart label displaying both the previous candles' high and low prices. How would build that thinkscript?
0
votes
1
answer
90
views
asked 3 years ago by
Category: Watch Lists
Hi Pete,  Looking to add a date to a watchlist for all the stocks in the watchlist. Show the performance of the stocks in the watchlist from that date forward (I call it a track date and track price which is close of stock on track date). In addition...
0
votes
1
answer
90
views
asked 3 years ago by
Category: Stock Scanners
This is a follow up to a recent post. I tried to add comments to the same post and for some reason it stated that my response was invalid. I am looking for a simple scanner that meets these two criteria. 1.This week's range is greater than last weeks...
0
votes
1
answer
90
views
asked 3 years ago by
Category: Watch Lists
see attached study.  currently returns a price number.  i'd much prefer a number indicating periods since last buy/sell change.  tried to do it on my own, using code of yours i found, but failed.  can you help? would have put code here but it exceeds...
0
votes
1
answer
90
views
asked 3 years ago by
Category: Chart Studies
Hello Hahn, Hope everything is going well! My revengrsi code seems to be incorrect, I want to display the reverse engineer rsi 50 line, could you please help me? Thank you so much for your help! plot ema28 = movAvgExponential(close, 28); plot RevEngR...