- Questions
- Chart Studies
Votes
Answers
Views
Question
0
votes
1
answer
258
views
asked 5 years ago by Erik Linter
Category:
Chart Studies
Hi, Pete: using a previous Q/A here, I figured out how to add a label to the PPO study you see below. For the life of me, however, I can't figure out how to add text before the value number (_signal). I've tried placing "PPO:" everywhere I can, usi...
0
votes
1
answer
98
views
asked 5 years ago by James Walton
Category:
Chart Studies
Hey Pete! Hopefully, you've not answered this question before. What I'm trying to make is an indicator that shows an arrow under the candle for when a two-bar pattern occurs. I'm basically looking for an inside bar and outside bar. My kicker is t...
0
votes
1
answer
209
views
asked 5 years ago by Roman Sterlin
Category:
Chart Studies
Tags:
Hi! I am working on a script and the last piece that is missing is: I want to get the time of day of the high of day! any help would be much appreciated if it's possible!
0
votes
1
answer
375
views
asked 5 years ago by Rob B.
Category:
Chart Studies
I have been trying to create a MTF MACD crossover at a 30 min timeframe and show bullish or bearish while I'm on the 1 min timeframe. I am having problems getting the aggregation period to work. Hoping you could help, thanks! Def positive =MACD()."Va...
0
votes
1
answer
110
views
asked 5 years ago by Jesse
Category:
Chart Studies
Tags:
Hi, below is a basic code meant for the daily chart to calculate a 14 period ATR excluding the last/current bar if there are more than 14 bars on the daily chart and averages the ATR for the total number of candles on the daily chart if there are les...
0
votes
1
answer
198
views
asked 5 years ago by E J E
Category:
Chart Studies
Hi Pete! I am trying to add a label to my 1-min chart that would show the value of the stochasticSlowD with color indication: green when its uptrending or red when its downtrending. Thank so much for your help!
0
votes
1
answer
51
views
asked 5 years ago by Tuan Pham
Category:
Chart Studies
Hi Pete! In reference to the below thread, could you please help me with adding two labels to the chart. One showing the days its net change is "$1 Days" in green while the other "-$1 Days" in red. https://www.hahn-tech.com/ans/custom-column-showing-...
0
votes
1
answer
208
views
asked 5 years ago by Jonny Blevins
Category:
Chart Studies
Hi Pete, I found a tradingview script where someone converted standard RSI line into candlesticks. I have been searching to find out if this is possible on Thinkscript. Heres the pinescript study("RSI CANDLESTICKS") len=input(14,title="RSI LENGTH") c...
0
votes
1
answer
87
views
asked 5 years ago by Master Chief
Category:
Chart Studies
Hi Pete, i would like to create a study to plot a horizonal ray extended to the right for the Open price at 10am and 11am with Inputs to change time/color/style width. Any help is appreciated. Thank you
0
votes
1
answer
75
views
asked 5 years ago by Ariel Chao
Category:
Chart Studies
Hi Pete! I have included an attachment for your reference. The right image is what I am looking for. It seems like my plot reverse engineer rsi code is incorrect. This is the code I am using for the left image: plot ema20 = movAvgExponential(close, 2...