Chart Studies (873)

Votes
Answers
Views
Question
0
votes
1
answer
186
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
79
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...
0
votes
1
answer
155
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
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
2
answers
224
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
209
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
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
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
138
views
asked 4 years ago by
Category: Chart Studies
  I am trying to script a dynamic trailing stop on a daily chart. I can plot the current price with a horizontal line and plot a second line to follow as the price rises and falls. What I can’t figure out is how to get the second line to stop when th...
0
votes
2
answers
138
views
asked 4 years ago by
Category: Chart Studies
Hi Pete, I'm stuck with the color problem.  The color fails to stay(keep) in green during/within the upward trend (even with the flat lines among upward trend), and I've tried many different ways but couldn't get the color right.  Here's my thinkscri...