Chart Studies (873)

Votes
Answers
Views
Question
0
votes
1
answer
1467
views
asked 3 years ago by
Category: Chart Studies
Hi Pete, I have searched a lot and scratched my head on this one although I thought it should have been very easy. I know how to use AddLabel on a chart and also how to change the color of the actual label using conditional statements (thanks to your...
0
votes
1
answer
150
views
asked 3 years ago by
Category: Chart Studies
Hi, Pete can you help with making a label for finding the Highest volume bar of the chart on the current intraday.  In other words the highest volume bar of the day... i know its normally the first bar but its not always the first bar... Thanks.
0
votes
1
answer
104
views
asked 3 years ago by
Category: Chart Studies
Hey Pete, Im lost on coding this and need your help.   #First condition - stock must have spiked over 60% on the day Condition= the %change from yesterdays close to todays HOD must be greater than 60%   Next, if the stocks pulls back more t...
0
votes
1
answer
87
views
asked 3 years ago by
Category: Chart Studies
I am interested in seeing how to code an indicator or an indicator.  For the sake of keeping it simple how about a sma of the dm of the dm+ overlayed on just the dm+.
0
votes
1
answer
319
views
asked 3 years ago by
Category: Chart Studies
I wrote a script to plot "proper" highs and lows on a chart.  A proper high is defined as a high with two lower bars to the left and two lower bars to the right.  A proper low is a low with two higher bars to the left and two lower bars to the right....
0
votes
1
answer
202
views
asked 3 years ago by
Category: Chart Studies
Hey guys :) Im basically a noob and have never coded in my life. I thought I'd start with thinkscript since I trade all the time and I want to become a trader once I am accepted and graduate university.   The question I have is: Does anyone know...
0
votes
1
answer
52
views
asked 3 years ago by
Category: Chart Studies
Hi Pete, Thank you for all the hard work you do for us TOS users. I just have a quick question (hopefully). I would like to plot a range based on the previous days close and fill that range with color. As an example, there is a red area in the attach...
0
votes
1
answer
111
views
asked 3 years ago by
Category: Chart Studies
I'm trying to define the highest point (indicated with the two red arrows) before the MACD cross. Ultimately I will add the ATR value to that point to determine my stop loss. Just not sure how to define that point. Thanks! Ive worked on a couple of i...
1
vote
1
answer
145
views
asked 3 years ago by
Category: Chart Studies
Hi Hahn! I made TOS indicators, scanner, watchlist codes. I wanted to protect it as an intellectual property of some sort. Is there a way to do this?
0
votes
1
answer
954
views
asked 3 years ago by
Category: Chart Studies
Hello together, I would like to setup a chart study that shows down arrows when RSI Laguerre crosses below 0.8 and gamma > 0.6 and up arrows when RSI Laguerre crosses above 0.2 and gamma > 0.6. I have prepared the code and it does not display a...