Chart Studies (873)

Votes
Answers
Views
Question
0
votes
1
answer
156
views
asked 4 years ago by
Category: Chart Studies
I have a simple backtest I'm trying to build that simply prints an arrow above the first candle the break out of the 5 minute opening range either high or low. I want to visually see it working before I move onto a strategy test. <code>def shor...
0
votes
1
answer
126
views
asked 4 years ago by
Category: Chart Studies
Hi Pete how are you? is it possible to color yellow all the candles that have 3000000 or more in volume excluding the last candle? thanks in advance for your time.
0
votes
1
answer
208
views
asked 4 years ago by
Category: Chart Studies
Hey Pete, hope all is well. I found some code (see below) and tried making it into an MTF lower study that would spike when price is within 5% of a 50 SMA. It seems to only show a fraction of the 50 SMA interactions. I think the "def = status" line i...
0
votes
2
answers
222
views
asked 4 years ago by
Category: Chart Studies
Hello, I am trying to build a script to plot RTH data on RTH and ETH charts. For instance, I would like to plot RTH-only pivot point (high + low + close) / 3 on an ETH chart of /ES   I have tried to use some of your code, buy my results are inco...
0
votes
1
answer
84
views
asked 4 years ago by
Category: Chart Studies
 I am looking for the solution for the following requirement. Is it possible to achieve automatically with thinkorswim script? Add two line of drawings in chart: Price level 1, Price Level 2. The "Price level 1" will be used for order entry pric...
0
votes
1
answer
151
views
asked 4 years ago by
Category: Chart Studies
Hey Pete, I need helping modding some code below. How do I lock the bubble plot so it only shows from the 9:30 am candle to the 9:45 am candle. After 9:45 if the price keeps making a new high, I don’t want this script to record or any new values Righ...
0
votes
1
answer
77
views
asked 4 years ago by
Category: Chart Studies
Hi Guys, I am trying to make an on screen label that shows me the average "Net" movement of the overall intraday chart based off the 1M chart. I am new to thinkscripting and I want to figure out how to make this particular label start counting from 9...
1
vote
1
answer
187
views
asked 4 years ago by
Category: Chart Studies
Hi Hanh, Thank you for responding to all of our questions so promptly on a Saturday! (: How could I modify this text so that it would achieve the following:  I want to view the 15 minute chart but would like to display the RSI/MACD from the 1 Hour. I...
0
votes
1
answer
181
views
asked 4 years ago by
Category: Chart Studies
Hi, thanks for the great forum and videos. Very informative! I am running an option strategy intraday and I have a stop loss on an option price to manage my risk. In order to improve my strategy and stop losses accuracy, I'd like to be able to find a...
0
votes
1
answer
101
views
asked 4 years ago by
Category: Chart Studies
Because I rely heavily on support and resistance, I am looking for last price plot that of course will move with the current price. After days or researching for this function I am thinking I need to add this code to the platform. Any help would be a...