Chart Studies (873)

Votes
Answers
Views
Question
0
votes
1
answer
50
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
49
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
49
views
asked 4 years ago by
Category: Chart Studies
Hello, It has been a while since I haven't asked a question around here, so I hope that everyone is fine. I have a regular RSI code and I would like to add a horizontal 50 level line just to visualize when the price is around this area.  If anybody c...
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 10 months ago by
Category: Chart Studies
Is it possible to project the outcome of a current position under the assumption of a future price?   For example,   I have a complicated position in XYZ.    I'd like to be able to project the P&L (and other results)  for various assumptions abou...
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