Chart Studies (873)

Votes
Answers
Views
Question
0
votes
1
answer
164
views
asked 4 years ago by
Category: Chart Studies
Hi Pete! You previously helped me to write some code to track the intraday high until a moving average crosses VWAP. I would like to plot individual horizontal lines of support whenever there is a breakout candle that closes above the previous high t...
0
votes
1
answer
162
views
asked 7 years ago by
Category: Chart Studies
I was wondering if there is a way to overlay a higher time frame chart over a smaller one.  So could I overlay a 1 hour chart over a 15 minute chart?  Not technically over it because I need to see both but you get what I mean.  Or could I plot highs ...
0
votes
0
answers
162
views
Be first to answer!
asked 4 years ago by
Category: Chart Studies
Hi Pete,   How do I chart Advance Decline line as a symbol so I can apply technical studies like MACD?   I want the current symbol on a chart to be AD line.   Robert
0
votes
1
answer
162
views
asked 3 years ago by
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
161
views
asked 5 years ago by
Category: Chart Studies
Tags:
Hi guys, Anyone able to help for this.. Am trying to create a script that will plot the yearly Fibonacci levels on your chart no matter what timeframe you are on.. input price = close; input high = high; input low = low; input onExpansion = Yes; inpu...
0
votes
1
answer
161
views
asked 5 years ago by
Category: Chart Studies
Not sure how deep in the code this goes and if its possible, but I just had a thought about if I have large grid of FX pairs like so https://i.imgur.com/AP8c8eQ.png  if it would be possible to have the background color  of the chart change based on a...
0
votes
1
answer
161
views
asked 4 years ago by
Category: Chart Studies
Hi Pete. I created a fairly simple script that is actually working and returning the result I had intended. But for future reference for someone working hard at learning how to thinkScript, I was wondering if you wouldn't mind looking at my script an...
0
votes
1
answer
161
views
asked 3 years ago by
Category: Chart Studies
Hi, Wondered if you knew if thinkscript to compute a profit target for pips moved. So, in the stocks/futures world, I can do the following to determine a profit move and then I wondered if there is a way to do same with Pips? Thanks, Jennifer def Pro...
0
votes
1
answer
161
views
asked 3 years ago by
Category: Chart Studies
Hi Pete, Im wondering if you can help me plot (draw) a line for the highest price and lowest price after the last earnings. Thanks for the help.
0
votes
1
answer
160
views
asked 4 years ago by
Category: Chart Studies
Label with prices based on perfect increase from open Hello Pete, I wanted to know if you create an indicator that auto calculates the price at predefined percent increases from the open price  with the following conditions: The first condition is th...