Questions (36)

Votes
Answers
Views
Question
1
vote
1
answer
147
views
asked 5 years ago by
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
votes
1
answer
161
views
asked 5 years ago by
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
votes
1
answer
792
views
asked 5 years ago by
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
votes
1
answer
282
views
asked 6 years ago by
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
votes
1
answer
2138
views
asked 6 years ago by
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
votes
1
answer
286
views
asked 6 years ago by
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
votes
1
answer
1936
views
asked 6 years ago by
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
votes
1
answer
463
views
asked 6 years ago by
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
votes
0
answers
1489
views
Be first to answer!
asked 7 years ago by
Category: Stock Scanners
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
votes
1
answer
189
views
asked 7 years ago by
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, ...