- Questions
- Chart Studies
Votes
Answers
Views
Question
0
1
366
asked 4 years ago by Barry Smith
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
1
233
asked 4 years ago by Sami Trades
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
1
57
asked 4 years ago by Davide Bianchini
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
1
113
asked 4 years ago by Rob B.
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
1
154
asked 4 years ago by Koji A. Katakura Jr.
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
1
1052
asked 4 years ago by [email protected]
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...
0
1
127
asked 4 years ago by Ross Camrin
Category:
Chart Studies
Hey Pete I need help creating a chart label with these conditions Calculate and displays stock Dailey open price as chart label Calculates Premarket range = (Premarket high+Yesterdays close)/2 If stock opens under...
0
1
73
asked 4 years ago by John Breeh
Category:
Chart Studies
Tags:
Hi Hanh, I am looking for a script that can tell log of past data of the amount of stock movement in last 30 min of close on option expiry dayfor given instrument. E.g. If I chose 2 week of data, there will be 6 SPX expiry day. I want to know how muc...
1
1
154
asked 4 years ago by Chris Formen
Category:
Chart Studies
I have the foundation of the script I think can work, but need help. As written, this script creates a red and a green line above the "active" candle, based on the ATR of the previous 14 candles (starting with the last completed candle). My question:...
1
1
566
asked 4 years ago by Wesley Borden
Category:
Chart Studies
Hi Folks, I'm completely lost on this one. If anyone can lend some time to help, I'd really appreciate it. What I'm looking for: 1. For a green cloud to be displayed only when RSI (2) value is below 10. 2. For a red cloud to be displayed only when RS...