Questions (2367)

Votes
Answers
Views
Question
0
votes
1
answer
154
views
asked 8 years ago by
Category: Chart Studies
I am trying to automate some of my work. On my pre-market checklist grid. I want to plot the open price on the first day of the year and stay(not change throughout the whole year for the e-mini or any market I monitor. I got the month to work. Can't ...
0
votes
4
answers
1825
views
asked 8 years ago by
Category: Chart Studies
I am using TOS TTM Squeeze indicator. I saw a Squeeze Momentum indicator from Lazy Bear and is also on Pastebin. I can't get it to work on TOS platform. Could this be done? Thanks, Dennis M
0
votes
1
answer
134
views
asked 8 years ago by
Category: Chart Studies
Pete, Is there a way to color background on chart of MACD Histogram?  If so, can a 1000 tick color background be put on a 2 min chart?  I'm thinking not but wanting to ask anyway.
0
votes
2
answers
1631
views
asked 8 years ago by
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
votes
3
answers
1839
views
asked 8 years ago by
Category: Stock Scanners
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
votes
1
answer
3827
views
asked 8 years ago by
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
votes
2
answers
1549
views
asked 8 years ago by
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
vote
3
answers
155
views
asked 8 years ago by
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
votes
1
answer
120
views
asked 8 years ago by
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
votes
2
answers
404
views
asked 8 years ago by
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...