Votes
Answers
Views
Question
0
votes
1
answer
127
views
asked 5 years ago by Bob Boblaw
Category:
Stock Scanners
Hi Pete, I've bee ntrying to create a scan for this condition but either I'm not getting results or getting results are way off in TOS. Much better luck in TradeStation. I know I'm doing something wrong using the condition wizard. This might ne...
0
votes
1
answer
143
views
asked 5 years ago by Jesse
Category:
Chart Studies
Hi, I am trying to create a study that plots second order pivots (definition and visualization of the study is given in the attached image). Attached is the code that I have written (could not add into description due to length of post) which does no...
1
vote
1
answer
218
views
asked 5 years ago by John Moore
Category:
Strategy Guide
Ive been playing with a strategy that uses MACD, RSI and VWAP to choose entry and exit points. All of the individual parameters work but I cant figure out how to format the SELL_AUTO statement to choose between 3 different possibilities. The characte...
0
votes
1
answer
156
views
asked 5 years ago by Scrooge McDuck
Category:
Stock Scanners
I made a multi time frame scan and everything that comes up with I scan is grey, no green or red bars. http://tos.mx/wokaVSa Here's a link to the scan. Example attached as pic.
0
votes
1
answer
262
views
asked 5 years ago by Retro Nomicon
Category:
Chart Studies
Hi again Mr Hahn, I tried to combine some of your codes together to get a TOS study that would indicate both an "overbought" and "oversold" condition based primarily on your MACD RSI part 2 scan. Sadly it still only indicates the "oversold" conditio...
0
votes
1
answer
182
views
asked 5 years ago by Melody T
Category:
Stock Scanners
Hello, I'm new to thinkscript. Would like to know how to combine the following where the 1 bar ago being the new 6 months low? Thank you in advance. WilliamsPercentR("length" = 10)."WR" is less than -80 within 2 bars AND WilliamsPercentR("length" = ...
0
votes
1
answer
712
views
asked 5 years ago by Paul Y
Category:
Stock Scanners
Hi Hahn, I would love to have you looked at my script that I want to scan stocks or ETFs to find the ones that have the price (going higher than previous close) while the Woodies CCI(14) (going down from higher than 100 to lower). Here it...
0
votes
1
answer
218
views
asked 5 years ago by Retro Nomicon
Category:
Strategy Guide
Hi Mr Hahn, I though I could quickly make an ATRTrailStopLX by taking the built-in thinkorswim ARTTrailStopLE and then modifying that. It didn't quite work out like I had hoped. I don't want that signal to start a short position. I just wanted to ...
0
votes
2
answers
195
views
asked 5 years ago by Bob Boblaw
Category:
Watch Lists
Pete, Thanks for all the help. I know we cannot get timestamp, but this there a way to show the bar count in watchlist when a Volume of more than 1000 was recorded on the minute chart on an option. I get alerts when new alerts come in and...
0
votes
1
answer
109
views
asked 5 years ago by Omar Sheikh
Category:
Chart Studies
Hi Pete! I'm trying to create a script where I want to plot the highs of the 5 highest volume candles with an added constraint that the prices should be incrementally higher. By that I mean, if I take the highest volume candle just to the left of tod...