Votes
Answers
Views
Question
0
1
409
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
155
asked 4 years ago by Corey Laukhuf
Category:
Stock Scanners
The following code creates a Green or Red arrow when the price moves above the SMA AND when the MACD crosses above zero. I want to create a scan to scan for present day stocks and historical stocks. Is it possible to run this in the scanner and scan ...
0
1
936
asked 4 years ago by mulcher93
Category:
Alerts and Notifications
https://www.hahn-tech.com/ans/finding-a-macd-crossover-below-the-zero-line/ Hi Pete, Referencing the above chart study you wrote. I would like to modify this study and add an alert. In the above study, the request is to have Boolean arrows appear onl...
0
1
264
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
69
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
179
asked 4 years ago by David Folkerth
Category:
Watch Lists
Does thinkscript support global variables that can be referenced across multiple solutions/scripts?
0
1
104
asked 4 years ago by Mohammed Ilyas
Category:
Strategy Guide
Hi Pete, When testing back strategies is there a way to test for specific dates or strategy between specific dates?
0
1
224
asked 4 years ago by Pete Hahn
Category:
Stock Scanners
Looking for scan where individual call volume is > 10 day moving average of Daily Stock volume and Stock is breaking 5day or 10day high This idea came from a similar scanner by Jonathan Rose, his concept is that when option volume is larger than d...
0
1
245
asked 4 years ago by David Folkerth
Category:
Watch Lists
Tags:
I would like to apply dynamic background color to watchlist fields based on a symbol' real time %change from the previous days close. I would like this formula using %change to be dynamic so that the colors change as the %change from the close change...
0
1
163
asked 4 years ago by Ross Camrin
Category:
Stock Scanners
Hello Pete, can you please help me through this scan creation Below I have provided the conditions in bold Scan for stocks that ran 100%+ intraday "day one" (distance for Low of day to High of day percent change is greater than 100%) With a ...