Questions (2352)

Votes
Answers
Views
Question
0
votes
1
answer
272
views
asked 4 years ago by
Category: Stock Scanners
i Hi PETE Can you change this code into a thinkscirip scan of TOS? Thanks Roscoe     nput price = close; input fast_length = 8; input slow_length = 34; input displace = 0; def na = double.nan;   plot fastema = ExpAverage(price[-displac...
0
votes
1
answer
271
views
asked 5 years ago by
Category: Stock Scanners
Pete I use the 34 EMA to trade intraday....Is it possible to scan for stocks trending up of down with the sope of the EMA at the 1 or 4 o'clock angle...Thanks
0
votes
1
answer
271
views
asked 3 years ago by
Category: Stock Scanners
Hello Pete,   I need help creating a scan condition that states then volume of the last 1 minute candle must be atleast 10,000.   This condition must also work in the after hours and premarket.   Thank you
0
votes
1
answer
270
views
asked 6 years ago by
Category: Strategy Guide
Hi Pete, I converted the Squeeze Scanner provided by you into a strategy after watching both the Strategy guide videos. I downloaded and analysed the readymade strategies you provided, and they worked fine. However, the Squeeze scanner turns the char...
0
votes
1
answer
270
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
269
views
asked 5 years ago by
Category: Chart Studies
Pete, I've been searching but havent had a lot luck. Im trying to plot a line from 5 minutes after close (ie 1605) from the previous day. SO on Monday if market closes at 1600, i want the close of the first 5 minute bar (1605), make sense? any though...
0
votes
1
answer
269
views
asked 4 years ago by
Hello I use this Outside bar reversal study: input aggregationPeriod = AggregationPeriod.HOUR; input showOnlyLastPeriod = no; declare once_per_bar; input BarMultiplier = 1.25; input BarsBack = 50; def MyCandleSize = (high - low); def AverageCandle = ...
0
votes
1
answer
269
views
asked 4 years ago by
Category: Stock Scanners
Hello first this code is from another you provided to me, I switched it up a bit, Thanks again What I am looking for is to add the 50 sma is 20% less than the 100 sma. Thank you for any solutions you can provide I removed part of the code so it would...
0
votes
1
answer
269
views
asked 4 years ago by
Category: Watch Lists
Hi Pete, In a previous post you created a script that colors the watchlist column to match the current color of the TTM Trend.  Are you able to also add the consecutive bar count which will show how many consecutive bars have been painted as red or b...
0
votes
1
answer
269
views
asked 3 years ago by
Category: Stock Scanners
Hi, I am looking for a TOS script that scans and alerts the stocks whose at least two price candles are above 5, 10, and 20 SMA and VWAP at 5 minutes for an intraday time frame. I know it can be done for a one time frame using the default study Movin...