Questions (2347)

Votes
Answers
Views
Question
0
votes
1
answer
62
views
asked 3 years ago by
Category: Stock Scanners
Hi Pete, I'm looking for a scan that gives the total value based on parameters of the daily RSI(14) + Slow Stochastics(14). Example: Scan for a total of less than 50 between the two. Thanks again!
0
votes
1
answer
62
views
asked 2 years ago by
Category: Chart Studies
Is there a code that exist for a single to be produced for the following 8ema, 21ema and 50sma intersecting. Please see picture as an example.
0
votes
1
answer
62
views
asked 2 years ago by
Category: Chart Studies
Is it possible to plot futures options using Thinkscript? For example, the first line below plots an SPX option correctly, but the second line does not produce any output: plot pr1 = close(symbol = ".SPXW220331P4495", pricetype = "MARK"); plot pr2 = ...
1
vote
1
answer
62
views
asked 7 months ago by
Category: Chart Studies
When using the TOS VolumeProfile study, is it possible to hide the volume figures? From the shape of the volume profile, it's easy to see which prices had the most volume, so the actual numbers aren't necessary, and just add clutter to the chart. Exa...
1
vote
1
answer
62
views
asked 2 months ago by
Category: Stock Scanners
Hi, I'm trying to use the below to scan for stocks closing above/below the respective ADR levels on an intraday time (2min, 5min, etc..).  Currently only works for daily closes. Thanks so much. **Script below** # Define length for ADR calculation inp...
0
votes
2
answers
61
views
asked 6 years ago by
Category: Stock Scanners
I was going to scan to make sure that there is positive moneyflow into a stock. I try and go def price = close; def MoneyTotal= MoneyFlow(price); The compiler complains no default value for "low" and no default value for "volume". I tried MoneyFlow(p...
0
votes
1
answer
61
views
asked 6 years ago by
Category: Strategy Guide
This is complex in my head, but surely there is a simple solution. I am working on exit orders for back testing. Specifically I want to exit when one of two or more conditions presents itself first, exiting at a hard target OR when another particular...
0
votes
1
answer
61
views
asked 4 years ago by
Category: Chart Studies
Hi Pete, This code idea is taken from your previous solutions. I am not getting the correct values if I select the start time 1800- when future opens. input StartTime = 1800; input EndTime = 859; input StartDate= 20190116; input EndDate = 20190117; i...
0
votes
1
answer
61
views
asked 4 years ago by
Category: Stock Scanners
Hi Pete, Thank you very much for all the hard work for building up this community. I was wondering if there is any scan on thinkorswim for scanning the stock which opens in the previous days range or/and value area? Thanks Rup
0
votes
1
answer
61
views
asked 4 years ago by
Hi, Pete. Thank you for this wonderful resource :) Here's my question: When I go to place a conditional order based on a study, there are three presets (or defaults) that appear on the list. (See image attached.) I don't want to use the ones on that ...