Votes
Answers
Views
Question
0
1
309
asked 4 years ago by lucius fox
Category:
Stock Scanners
Hi Peter, I have a dynamic watchlist that is not producing results for Futures. My dynamic watchlist has the following conditions: 1,000 or greater in volume 4 consecutive green candles on 15 minute timeframe with ext hours Higher highs Higher lows O...
0
1
165
asked 4 years ago by mulcher93
Category:
Chart Studies
I like to set the intraday high and low from the previous trading day on my charts. I generally do this at the end of day so that they are for the next morning. This works great for day trading. However, it can be very time-consuming to do manually o...
0
1
48
asked 4 years ago by Bob Duncan
Category:
Chart Studies
Hi Pete, you asked me to post a new question because I was not as clear in my last one. I would like a code that can plot the high and low from the yearly time frame on a chart set to Monthly time frame or lower.
0
1
663
asked 4 years ago by Mickey Sidhu
Category:
Strategy Guide
Hi, I am trying to add a custom strategy using the following thinkscript. Buy when the C Wave turns Cyan (expansion) above zero and sell when you get a blue (contraction) C Wave bar. Can you tell me what code needs to be added so that it only execte...
0
1
135
asked 4 years ago by Tory StCyr
Category:
Alerts and Notifications
I am trying to create a scanner that identifies when the (ATR (10, Wilders) crosses above the DIMinus (10, Wilders). Below, I attempted to do this in TOS, by creating a study, but I saw your video that this is an illusion which shows me why these typ...
1
1
110
asked 4 years ago by John Cables
Category:
Stock Scanners
Sorry Pete, these pictures were meant to show up in between what was said there. This is Tradezero top list ''Most Active'' and wanted a TOS equivalent. I trade in PM and wanted to make sure the timeframes in equity settings also aligned right and or...
0
1
314
asked 4 years ago by Eric Hughes
Category:
Chart Studies
Hello again, trying to figure out if I can create separate year, month and day inputs for the 'GetYYYMMDD' function, to appear in the Edit Studies / Customization window. Ideas to have 3 input fields. Just for ease of use purposes. Hoping you ca...
0
1
142
asked 4 years ago by Jason Comis
Category:
Stock Scanners
On the chart, the red line is the previous daily close for zm 5min 1 day chart. I am wanting to scan for stocks right before crossing the previous daily close that have been trending in that direction ( up or down) on a 5 minute 1 day chart. I would...
1
1
275
asked 4 years ago by Tech Analysis
Category:
Chart Studies
Hi. I have just started working with ThinkScript, thanks to Hahn-Tech, so thank you all for that. I started with a VWAP crossover script, modified it to detect VWAP at upper/lower bands. What I would like to learn how to do next is write a script th...
0
1
1078
asked 4 years ago by spearfishing captain
Category:
Stock Scanners
Hi Pete, Your TOS snippet below is to scan TTM Squeeze for the 2nd yellow bar after 2 or more red bars. Can you help me edit it to scan 2nd blue bar after 2 or more cyan bars? Thanks for any help! input price = CLOSE; input length = 20; input nK = 1....