Chart Studies (873)

Votes
Answers
Views
Question
1
vote
1
answer
165
views
asked 4 years ago by
Category: Chart Studies
Hello, Is there a simple way to have the chart background color change based on being below or above a certain price level in ThinkorSwim?
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
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 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
162
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
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 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
161
views
asked 2 years ago by
Category: Chart Studies
Greetings, I thought it would be a simple task but my searches have been fruitless. How can I turnoff Volume Subgraph in TOS on individual charts before I detach them. TIA.... Peter
1 37 38 39