Questions (2351)

Votes
Answers
Views
Question
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: Chart Studies
Hi I thought I had the count of new highs over a period resolved but my script does not give corrrect answers all the time, and I cannot figure out what could be wrong. I am attaching my code and the dates and high values for the AON for last several...
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 2 months ago by
Category: Stock Scanners
Hi Pete, You have a bullish monthly seasonality scanner: January closing higher at least 75 percent of time - Hahn-Tech, LLC. Is it possible for a bearish one? If so, could you please add a lookback period? Thanks again!
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 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
39
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!