Votes
Answers
Views
Question
0
votes
1
answer
96
views
Category:
Chart Studies
I do hope my title is sufficient Hi again, I have another question pertaining to my signal line, which is based on various EMA’s here’s a condition that could trigger the signal line to be “Green” def LongP = close > exp34; Signal line color valu...
0
votes
1
answer
96
views
Category:
Stock Scanners
Hi If the current price is the highest from today, I won't enter into a trade. It is too expensive for me, so I always make sure it is not the most expensive price. With Thinkorswim, How can I find stocks whose last price is less than the highest pri...
1
vote
1
answer
95
views
Category:
Stock Scanners
Hello there Mr. Hahn, I have another very simple request for you. I already found the code to scan for inside bars on your site. What I would like next would be to scan for stocks that close in the upper 40% or lower 40% of the previous bars' range a...
0
votes
1
answer
95
views
Category:
Chart Studies
Is there a way to customize the default VWAP study in TOS so that it calculates the VWAP only using data from the current trading day's market hours? There is a default 'day' option but it will include some of the day before, as well as after/premark...
0
votes
1
answer
95
views
Category:
Stock Scanners
Hi, I took a stab at this but now I am asking you Mr Hahn for some assistance. After searching online and throughout this forum, I couldn’t find anything solid. What I am looking to accomplish is run a scan where the close crosses below the 9 EMA at ...
0
votes
1
answer
95
views
Category:
Chart Studies
Hi Pete, I have a simple label that I would like to only appear before 9:30am. After 9:30am, I would like this label to hide/disappear from view, as it is no longer needed. I will use a simple example with the following code; input recentBars ...
0
votes
1
answer
94
views
Category:
Chart Studies
Hi, is there anyway to fix the plotted line so it's either not showing the day from 2 days ago or removing the angled portion of it? I think the screenshot should help =====code============= input aggregationPeriod = AggregationPeriod.DAY; input leng...
0
votes
1
answer
94
views
Category:
Chart Studies
Hi Pete I would like to create a chart study that will draw a text above Volume bars every time the value is above the VolumeAVG (input 50) and display % value. Please see attachment Indicator used (VolumeAvg) with input 50 When Current Volume in 1Ho...
0
votes
1
answer
94
views
Category:
Stock Scanners
Hi Pete, I am trying to create a scan based on this study, I need the scan results when the price on 5 min crosses above monthly S3 and S4. Please help. http://tos.mx/aFYeAYA, http://tos.mx/oGFTH7c. I need the scan results when 5 min crosses above S3...
0
votes
1
answer
93
views
Category:
Chart Studies
Hi Pete, I am looking for the logic to get the bar number of a signal formation and keep that number till the next signal forming bar. It seems simple but I cannot get my head around it. I've attached a screenshot to explain. Thanks in advance to hel...
