Votes
Answers
Views
Question
0
2
1665
asked 8 years ago by David Olsson (hammock monk)
Category:
Stock Scanners
I have recently added the following study that plots IV rank (credit to TechnoloTRADE: https://www.youtube.com/channel/UCcT7tlaJZr6mpM8LMRnq3KQ): declare lower; declare hide_on_intraday; #IVPercentile def vol = imp_volatility(); input DisplayIVPercen...
0
3
1900
asked 8 years ago by Anastis Anastasiou
Category:
Stock Scanners
Tags:
To provide a little bit on context, I am currently using a custom scan (on the scan tab of TOS) for identifying stocks in a squeeze. I have found the following code online, which seems to work very well for me: reference BollingerBands()."Upperband" ...
4
1
3901
asked 8 years ago by Load Counts
Category:
Alerts and Notifications
Hi Pete, I like to use the ATRTrailingStop study on Thinkorswim for short term trading and it would be very helpful if this study had the option for study based alerts (text/email/push notifications). Unfortunately, Thinkorswim does not list this stu...
2
2
1604
asked 8 years ago by Kevin K
Category:
Chart Studies
I am learning how to script on the TOS platform. I like a grid chart on a primary aggregation and I would like to have an RSI label on a 1 hour chart with the RSI Daily aggregation value. This would allow me to monitor the daily time and learn more s...
1
3
162
asked 8 years ago by Hilario Dsouza
Category:
Strategy Guide
Hi Pete, Thanks for the video and the code at https://www.hahn-tech.com/thinkorswim-autotrade-almost/ I copied the code (from the strategy template) and pasted it into a new study on a 2 min time chart for /TF, but I do not see any orders show up on ...
0
1
130
asked 8 years ago by Riccardo Trezzi
Category:
Strategy Guide
Hello, I have a strategy that can go long and short. I would like to add a condition to prevent the strategy to open a new trade if the previous one (doesn't matter if long or short) is to close, meaning within a certain number of bars. Is there a si...
0
2
419
asked 8 years ago by Riccardo Trezzi
Category:
Chart Studies
Hello, I have a strategy and I am trying to find a way to write a code that can achieve a simple thing: the strategy should *not* open a short trade if the RSIcrossover happened at the same time (or within a certain number of bars). The problem is th...
0
1
2693
asked 8 years ago by KingOfTraders
Category:
Stock Scanners
Your video covers the histogram value changes. I want a scan that looks for the number of red dots in a row. The standard TTM Squeeze scan in thinkorswim displays stocks that has a Squeeze switch from a green dot to a red dot. Can you please make one...
1
8
5641
asked 8 years ago by Obelix Gaulois
Category:
Stock Scanners
Hi Peter, I want to know if there is a way to modify the macdhistogramCrossover indicator to allow it to scan or screen for a bullish crossover (macd crossing over its signal) that takes place specifically below the macd zero line ? Is there also a ...
0
2
474
asked 8 years ago by David Olsson (hammock monk)
Category:
Stock Scanners
Hi, Pete, I installed your TTM_Squeeze Histogram Scan but I was not able to modify it as I had hoped. I wanted to have it trigger on the first positive crossover bar, rather than requiring a second bar as confirmation. So what I did was edit the line...