- Questions
- Chart Studies
Votes
Answers
Views
Question
0
votes
1
answer
199
views
asked 4 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
374
views
asked 4 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
109
views
asked 4 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
195
views
asked 4 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
50
views
asked 4 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
204
views
asked 4 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
86
views
asked 4 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
72
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...
0
votes
1
answer
310
views
asked 5 years ago by David McLean
Category:
Chart Studies
Pete, Do you have a method for drawing a 9ema from each of the following time frames onto a single chart? 1 minute chart 9ema 5 minute chart 9ema 15 minute chart 9ema 60 minute chart 9ema Ideally, I would like to have all of these 9ema's charted onto...
0
votes
1
answer
293
views
asked 5 years ago by fama TVe
Category:
Chart Studies
Tags:
Hi everyone, I asked this question in one of the tutorials about ToS Ichimoku Scan and MANY THANKS to Pete for making the clarifications / answer. I thought of sharing it here so every0ne can benefit from it. Q: "I noticed that Ichimoku setup in ToS ...