Chart Studies (873)

Votes
Answers
Views
Question
0
votes
2
answers
717
views
asked 6 years ago by
Category: Chart Studies
Mr. Hahn: I've been working with /NQ Futures and I like to also watch /ES charts at the same time. I am working with TOS. Is it possible to add a line of code to my example that would change the color of my label as the current price fluctuates. In o...
0
votes
2
answers
126
views
asked 6 years ago by
Category: Chart Studies
Pete was wondering you would convert your multi time frame macd code into a format for a flag in TOS.  I can make a flag for a daily chart but the problem for me comes with trying to code intra day (for ex. 30 min flag posted on a daily chart).  It w...
1
vote
7
answers
1349
views
asked 6 years ago by
Category: Chart Studies
Some place I saw a free thinkscript for an offset Probability Of Expiring Cone indicator, but for the life of me, I cannot find it again to get it. Therefore, I was wondering if you could help with this. Below is the thinkscript that I have been tryi...
0
votes
1
answer
63
views
asked 6 years ago by
Category: Chart Studies
How to write this as an expression;    Current bar is X% greater or lesser than previous bar. With x being an adjustable input
0
votes
1
answer
685
views
asked 6 years ago by
Category: Chart Studies
Hi Pete, I downloaded and installed the Thinkorswim MACD RSI Indicator. I've loaded two occurrences as outlined in your video (https://www.youtube.com/watch?v=lSr-miImv-w) in order to see both the overbought and oversold signals, however, only the ov...
2
votes
2
answers
1524
views
asked 6 years ago by
Category: Chart Studies
Can you provide an example of how to use multiple aggregate time frames in the ThinkScript editor when comparing TTM_Squeeze for W/D/H charts so that an indicator showing one color when all time frames align and a second color when they do not?
0
votes
2
answers
791
views
asked 6 years ago by
Category: Chart Studies
Hi Pete, I would like to refer to a previous bar value by using a parameter which is changable (is not constant). But, TOS expects a constant value in the []. How can it be done? For example, lets suppose I would like to go back X bars as the value o...
0
votes
2
answers
728
views
asked 6 years ago by
Category: Chart Studies
A couple questions regarding RSI. I have used the aggregate RSI code to show RSI on an hourly, daily, weekly (attached). My question is, can this be set up to have them all on one plot? If i'm looking at AMZN on hourly, I want to see the daily and we...
0
votes
1
answer
1382
views
asked 6 years ago by
Category: Chart Studies
 How do we create categories on the Q&A Forum.  I feel funny always posting my questions & comments under ScottTrade Migration,seems like I could create a category that would be more fitting, but it is a beginner  question. I put in  GetTime...
0
votes
5
answers
1009
views
asked 6 years ago by
Category: Chart Studies
Hello - I'm trying to write a study that connects the lows between 2 or more candles with equivalent lows.  I wrote this: plot PatternPlot5 = if (low[-1] == low or low[1] == low,low,DOUBLE.NAN); PatternPlot5.SetPaintingStrategy(PaintingStrategy.LINE_...
1 21 22 23