Chart Studies (873)

Votes
Answers
Views
Question
1
vote
1
answer
42
views
asked 2 years ago by
Category: Chart Studies
Hi, I would like to plot 2 lines - high & low - for only the afterhours sessions (from close of real trading hours to rollover). Is that possible to do without hardcoding start and end times (whether as inputs or as static values - /Cl close to r...
0
votes
1
answer
42
views
asked 1 year ago by
Category: Chart Studies
Hello sir, Im looking for a chart label that displays the price of EMA 100 on 5minute chart at market open Thank you sir.
0
votes
1
answer
42
views
asked 1 year ago by
Category: Chart Studies
https://www.hahn-tech.com/ans/chart-label-showing-status-of-higher-time-frame-rsi/ Hi Pete, Would you be able to create something similar to this link above but with PPS Buy/Sell trend status instead? I'm looking to add Multi timeframe label in the c...
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 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...