Votes
Answers
Views
Question
1
1
147
asked 5 years ago by Josh Phu Tran
Category:
Chart Studies
Hello Hanh-Tech Community, In TOS, there is a standard MovingAverageCrossover study. How do I have TOS automatically plot a Dot or even a Price Level at the point where the 9 EMA crosses above or Below the 21 EMA? The default signals plots on the can...
0
1
161
asked 5 years ago by Chanan Siegel
Category:
Stock Scanners
I am sure this is posted somewhere in detail I am reading about the many scans that you have created and given away for free. But I am starting at the very begining, and I dont even know how too add a custom Scan to my Thinkandswim platfo...
0
1
792
asked 5 years ago by Trade Wizard
Category:
Stock Scanners
Hello, Would it be possible to scan using StandardErrorChannel(code below)? I am trying to scan if price(close) just crossed above the plot LowerBand on 5 min time frame? input price = close; input standardErrors = 2; input fullRange = Yes; input len...
0
1
282
asked 6 years ago by Timothy D. Songster Sr.
Category:
Alerts and Notifications
I have tried several standard deviation channels in the MarketWatch -> StudyAlert. I keep getting the error "no such function" for TTM_LRC, StandardDevChannel, LinearRegChVar, etc and none of them work in MarketWatch -> StudyAlert. I even tried...
0
1
2138
asked 6 years ago by Jake Richard
Category:
Alerts and Notifications
Is it possible to create price alerts that recreate themselves once triggered? I'm looking at using $TICK key levels as exit confirmations on index positions; +1200, +1000, +800 and the negative equivalents. $TICK hits these levels consistently intra...
0
1
286
asked 6 years ago by R S
Category:
Stock Scanners
Hi Pete TOS has a built in Study called the StandardDevChannel. I'm trying to build a scan that will find stocks which have crossed above the highest line in the StandardDevChannel. The scan needs to detect this crossing above the highest line at the...
0
1
1936
asked 6 years ago by Bill Leavitt
Category:
Stock Scanners
Pete, I want to create a scan for just a standard Bollinger Bands Squeeze. Where I get stuck is that TOS lets me reference the BandWidth I can't figure out how to see if today's Bandwidth is the lowest range in past x number of days. In a perfect wo...
0
1
463
asked 6 years ago by Andrew Lane
Category:
Alerts and Notifications
This is my code. I find a PriceOsc Oscillator Peak Value ####Definition of PrcOscPeak or Valley or High############################ def PO=PriceOsc().PriceOsc; def OscPeak = if PO >= PO[1] and PO >= PO[2] && PO>= PO...
0
0
1489
Be first to answer!
asked 7 years ago by Adrianna De Santos Santillan
Category:
Stock Scanners
Tags:
Hi, i'm looking for a scanner that can scan for any stock that hit's below the standard deviation channel for the daily and the 5 min 30 day chart. Is that possible to do? I've been finding them manually but takes forever. Would cut off a lot of t...
0
1
189
asked 7 years ago by Ryan Sizemore
Category:
Chart Studies
In TOS can you create a study that will plot a 1, 2 and 3 standard deviations range on the chart? Looking for the high and low of those ranges on a daily time frame and up and being able to color code them. If you wanted to do a smaller time frame, ...