Questions (2351)

Votes
Answers
Views
Question
0
votes
1
answer
41
views
asked 4 years ago by
I want to make an alert that sends me a message every time the DSS line crosses below a certain point on the stochastic, but I also need the alert to reset its self every time the DSS crosses back above that same point on the stochastic.
0
votes
1
answer
41
views
asked 3 years ago by
Category: Chart Studies
Is there a study that will either show a label on a chart or a column in the Watchlist with the following: ((Close[today]- Close[at a specific date to be input by user])/ Close[at the specific date])*100)  ?
0
votes
1
answer
40
views
asked 4 years ago by
Category: Chart Studies
Hi Pete, Can you write a code for the subject mentioned above? I am looking for to see only specific time 4 hr candle on the 4 hr chart ? Like there is an input for the 4 hr start time and I can see particular that 4 hr candles on the chart and other...
0
votes
1
answer
40
views
asked 4 years ago by
Category: Stock Scanners
Hi Pete, can you please make a scan to exclude stocks that are making new 50 day highs.
0
votes
1
answer
40
views
asked 2 years ago by
Category: Chart Studies
Pete, I know there is an import bar on the top of chart, but wondering if a code can be used to import a study set. Thank you!
0
votes
1
answer
40
views
asked 2 years ago by
Category: Chart Studies
im trying to see if there is any way to make a indicator that draws a line at a percentage mark off of the HOD for example the one im looking to make is a 20% retracement line from HOD
0
votes
1
answer
40
views
asked 1 year ago by
Category: Chart Studies
Hello Pete, Hope you're doing well and the market is treating you kindly! I was wondering if you could help me create a chart display label on the top left corner on TOS for the current parabolicSAR amount. Thank you for your help!
0
votes
2
answers
39
views
asked 4 years ago by
Category: Chart Studies
I have a custom study with simple 4 to 5 lines which references standard studies. My custom study stops plotting after 2 to 3 minutes on the chart.  Below is the code: def LONG_BUY =  (close is greater than MovAvgExponential("price" = HIGH,...
1
vote
1
answer
39
views
asked 4 years ago by
Category: Chart Studies
Hi Pete, the within reserved word only functions with an integer or length. Do you think it would be possible to write an expression that would achieve the same results as the within function while using a variable in place of an integer or length? T...
0
votes
1
answer
39
views
asked 10 months ago by
Category: Watch Lists
I have TS Radar with 2 columns.  The 1st one is the closing price of the stock.  The 2nd column is blank for me to input a number.    And I have a script to change the background of the 2nd column to green if the 1st column value is higher than the 2...