Chart Studies (873)

Votes
Answers
Views
Question
0
votes
1
answer
49
views
asked 2 years ago by
Category: Chart Studies
Hi Hahn! Hope you are doing well. I was wondering if you could help me create a chart label for this criteria on thinkorswim. Green label with text "Buy" if: 8 EMA is above 50 Reverse Engineer RSI. Red label with text "Sell" if: 8 EMA is below 50 Rev...
0
votes
1
answer
49
views
asked 2 years ago by
Category: Chart Studies
Hello Pete,   I need help with code that highlights (show default color) of each High of day candle on a multi-day chart. Right now the current code I have only shows it for the "HIGHEST" candle on the entire chart. How can I modify this code to...
0
votes
1
answer
49
views
asked 2 years ago by
Category: Chart Studies
Is there a way to skip multiple definitions and calculations if a particular condition is met? For example, I have been having problems making volume-based calculations on SPX. Is there a way to skip entire lines of codes, where there are multiple de...
0
votes
1
answer
49
views
asked 1 year ago by
Category: Chart Studies
Good Morning Pete, I was wondering if you can help me modify the ParabolicSAR indicator on TOS to display the dots on the chart for the current day only. Thank you so much for helping the trading community and happy holidays!
0
votes
1
answer
49
views
asked 8 months ago by
Category: Chart Studies
Evening Pete!  Thanks for the help before, I was able to figure out what I needed. I wanted to know, if there is a way on the 5 min chart to create an arrow for when the 1 minute chart has a macd crossover.  I know ToS offers the MACDHistogramCrossOv...
0
votes
1
answer
48
views
asked 5 years ago by
Category: Chart Studies
Hello, I have the following TOS code: def O = open(period=”DAY”); How can I specify the symbol rather than referencing the symbol in the chart? For example, if the chart is /ES, how can I similarly define VIX daily session open?
0
votes
1
answer
48
views
asked 4 years ago by
Category: Chart Studies
Is it possible to create a study that includes horizontal lines that you can click on and drag? Obviously, you can use drawings instead. But my study involves calculations based on these lines. So, I'd like to be able to drag the lines to the locatio...
0
votes
1
answer
48
views
asked 3 years ago by
Category: Chart Studies
Hello Pete How to create a chart label that captures the time PREMARKET when the bid price first becomes 70% greater than yesterday afternoons close price Can you create a chart label that captures the time when a tickers Bid price reaches 70% greate...
0
votes
1
answer
48
views
asked 3 years ago by
Category: Chart Studies
When I attempt to remove a drawing on a chart TOS asks do you really want to remove all drawings. I just want to remove the current fibs on just this chart and establish new ones. I know it should be obvious but not seeing it. TIA
0
votes
1
answer
47
views
asked 3 years ago by
Category: Chart Studies
Hi Peter, I wanted to know if you know if it's possible to access a variable from another custom study. I need to access a variable that is on the daily time frame, but use it in a calculation on the minute chart. I've tried the method of changing th...