Votes
Answers
Views
Question
0
1
179
asked 4 years ago by E J E
Category:
Chart Studies
Hi Pete! I am trying to add a label to my 1-min chart that would show the value of the stochasticSlowD with color indication: green when its uptrending or red when its downtrending. Thank so much for your help!
0
1
272
I am trying to create a conditional order based off this https://usethinkscript.com/threads/bollinger-bands-and-stochastic-scalping-indicator-for-thinkorswim.6/ ----- input tradeSize = 100; def signal = close is less than or equal to BollingerBands()...
0
1
372
asked 4 years ago by Minh Luc
Category:
Stock Scanners
hi Pete, I am looking for a scanner with the strategy below. It will be daily scan. Can you help? 1. Stochatic oversold when %K < = 20 for current candle and 2. TTM_Squeeze > = 3 days and 3. Current candle > 20 EMA Thanks Minh
0
1
46
asked 4 years ago by Bobby Mosley
Category:
Alerts and Notifications
Tags:
I want to make an alert that sends me a message every time the DSS line crosses below a certain point on the stochastic, but I also need the alert to reset its self every time the DSS crosses back above that same point on the stochastic.
0
1
105
asked 4 years ago by Nick Neo
Category:
Stock Scanners
Hi Pete, i am having problems getting the TOS scan to find stocks that met these conditions 1. When price close within the defined range 2. When the CCI is below 100 This is the drafted codes, but was unable to get the scan to provide the correct sca...
0
1
144
asked 5 years ago by John Demas
Category:
Chart Studies
Hello. I am trying to implement a two timeframe stochastic on a one minute chart on ToS by adapting some code I found online. The 1 min stochastic is fine, but the 10 min is plotted like a step function. I assume because its calculating and plotti...
0
1
161
asked 5 years ago by Louis Tremblay
Category:
Watch Lists
Hi Pete, I had a previous question on the following Relative Strenght MA in this post https://www.hahn-tech.com/ans/relative-strength-ma-buysell-order/ Your help was appreciated! I'm trying to use it as a condition in a watchlist with the stochastic ...
0
1
128
asked 5 years ago by Craig Habermehl
Category:
Watch Lists
Pete I'm trying to get the color of the SMI to a watchlist...If SMI is red W/L background is red and the same if SMI is green... declare lower; input audioalarm=yes; input Price = hlc3; input RsqLength = 5; input RsqLimit = .5; input SmiLimit ...
0
1
162
asked 5 years ago by Pete Day
Category:
TS Solutions
Hey Pete, I've been trying to get a stochasticslow indicator for daily time frame to work on my 15min chart. Ive been playing with using data2 in the code to display the daily chart data that I have open within my 15min chart. I've been succsessful...
0
1
71
asked 5 years ago by Ben Gollnick
Category:
Strategy Guide
Im having some issues backtesting a basic ADX-Stochastic strategy. When running it for some reason some of the orders are going through at price of $1. Any help is appreciated. Thanks