Votes
Answers
Views
Question
0
votes
1
answer
603
views
asked 4 years ago by Zach McCombs
Category:
Stock Scanners
I have scoured and read everything provided in your forums on the topic. I am missing multiple trades because I simply CANNOT find a TOS scan to work for the current (including extended hours) price crossing yesterday's high. I can see that it happ...
0
votes
1
answer
115
views
asked 4 years ago by Chris Formen
Category:
Chart Studies
This might seem odd, but trying to overcome a limitation of TOS (mixing aggregations). Would it be possible to capture the total volume accumulated at a specific time of day? So, at 11am (or whatever input), return the total volume thus far. My hope ...
0
votes
1
answer
917
views
asked 4 years ago by Michael Price
Category:
Stock Scanners
Tags:
Hello Peter, Do you know how to create an Ascending Triangle scan in Thinkorswim? I think I can figure out the consecutive higher highs part of the scan, but I can't figure out the flat top part where the candle highs are at or around the...
1
vote
1
answer
1326
views
asked 4 years ago by Chris Formen
Category:
Chart Studies
So I have some code that does exactly what I want (paints two horizontal lines on the chart with the previous day's high and low), but... I would love to be able to add a bubble underneath each with text like 'PD High' or 'PD Low'. I think this is po...
1
vote
1
answer
245
views
asked 4 years ago by Ram
Category:
Stock Scanners
Hi, I'm trying to build a scan where the AccumulationDistribution indicator is in accumulation mode or Consolidation (Green bars). I have tried to do it using the below options but don't know how to select the consolidation from the scan list. Any he...
0
votes
1
answer
346
views
asked 4 years ago by Kevin Muskthel
Category:
Stock Scanners
Using some of your videos and some of the previously asked questions I was able to come up with the following code, which sort of works. I am trying to get it to show when the RSI crosses back over 28, but only if it has been at least 30 bars ...
0
votes
1
answer
100
views
asked 4 years ago by Chris Coughlan
Category:
Chart Studies
Hi Pete, I'm looking for a script that would plot an arrow for VAH and VAL at a specific time(s) as well as every X minutes. I've found some code that will plot "if" a certain condition is met but am wondering if it's possible to plot if that condit...
0
votes
1
answer
153
views
asked 4 years ago by anthony tremarco
Category:
Stock Scanners
Thanks for all the great help you have given us retail investors. I have your strategy based on the MTF_MACD_v2 and have tried many ways to turn this into a scanner but with no luck. Is there a simple solution to this problem. Thanks
0
votes
1
answer
53
views
asked 4 years ago by Andrew Wimmer
Category:
Chart Studies
I would like to know how to add a line to my charts that start at close on 20201231 so I can see that on the chart (just a plain white line) and use in a scan (close at/above or below). The plan would be to update next year for the end of this year. ...
0
votes
1
answer
1279
views
asked 4 years ago by A T
Category:
Chart Studies
Hi Pete, Would you able to assist me with creating a script in the form of AddLabel that calculates the up/down volume ratio? Up-Down Volume Ratio covers previous 50 days of trading. It's calculated by dividing total volume on up days by total volume...