Chart Studies (873)

Votes
Answers
Views
Question
0
votes
1
answer
45
views
asked 4 years ago by
Category: Chart Studies
Hi, is there anyway to fix the plotted line so it's either not showing the day from 2 days ago or removing the angled portion of it? I think the screenshot should help =====code============= input aggregationPeriod = AggregationPeriod.DAY; input leng...
1
vote
1
answer
67
views
asked 4 years ago by
Category: Chart Studies
Hi all, I have a code that checks every bar and display up/down arrow when price crosses EMA. I only want it to show the last two instances instead of every candle on the chart because it is too messy to look at during market hours. What can I add to...
0
votes
1
answer
238
views
asked 4 years ago by
Category: Chart Studies
Pete,   First off, thank you for all you do. This site is a great resource.   Question about referencing other symbols within TPO or volume profile study. I have tried to reference other symbols but the profile function doesnt seem to want ...
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...
1
vote
1
answer
586
views
asked 4 years ago by
Category: Chart Studies
Hello Pete! Hope you are doing well! How do I take the VWAP indicator and create a chart label on the top left that says VWAP: "#". I have provided a snippet for your reference. Thank you so much for your help!
0
votes
1
answer
187
views
asked 4 years ago by
Category: Chart Studies
Is it  possible to plot different Economic Calendar data on the chart with the stock price in Thinkorswim?    
0
votes
1
answer
81
views
asked 4 years ago by
Category: Chart Studies
Hey Pete, i am trying to develop a chart label that shows when the 3ema crosses the 5 Ema in the /es regardless of what ticker I'm looking at. I would also like for the label to switch to green when that happens. Thanks so much for what you do✌
1
vote
1
answer
117
views
asked 4 years ago by
Category: Chart Studies
Linear Regression line adjust according to price.  Can you create a script to stop the adjustment at a specific time?  I want it to stop at 7am est.  Thank you! Heres the script from tos: input price = close; plot MiddleLR = InertiaAll(price); def di...
0
votes
1
answer
111
views
asked 4 years ago by
Category: Chart Studies
Hi Pete, Hope everything is well. I have a simple requirement, which I hope you could guide within your time allowance. I searched the forum but could not find any results. I am looking to plot only the first crossover in a day (regular trading hours...
0
votes
1
answer
239
views
asked 4 years ago by
Category: Chart Studies
Hello I want to study on my intraday chart which automatically plots 2 horizontal lines for the premarket high and low of that stock and keeps those lines even after the market is open. How can I do this?