Votes
Answers
Views
Question
0
1
73
asked 6 years ago by Juan Banderas
Category:
Chart Studies
Hello Pete, I want to use this code, to show the stats(title and count) when i highlight a candle. However, I do not want the code to actually lot anything on the chart #Count Trades and price neautralisng declare zerobase; plot Trades = Funda...
0
0
110
Be first to answer!
asked 6 years ago by Craig Habermehl
Category:
Watch Lists
Pete I have a chart study that repaints one candle white on a special situation when it happens. I was thinking if you could somehow copy the bar colors to a watch list I could spot it...So if the candle is green on chart that watch list column will ...
0
1
109
asked 6 years ago by Auto Transport Wizard
Category:
Stock Scanners
Good day Pete, and thank you again for the site. And for also keeping it very structured as well. This is my first post, and wondering on ToS, which over the past few years I have coined "SaD" [Sink and Drown] as for sure, nothing gets fixed. [More o...
0
1
194
asked 6 years ago by Minh Huynh
Category:
Chart Studies
Hahn, I want to kind of change the code of PriceOsc, so that this formula plot PriceOsc = (MovingAverage(averageType, price, fastLength) - MovingAverage(averageType, price, slowLength))/"A"; and I want to input "A" = 1 if price <100 or "A" = 10 if...
0
1
108
asked 6 years ago by Doug Doyle
Category:
Chart Studies
Hi Pete, I am trying to plot a line from the pre-market open price but I only want it to display on the current day. this code works but displays on previous days. Can you help? #Pre-Market open def day = GetDay(); def PMfirstBar = day != day[1]; de...
0
1
424
asked 6 years ago by Devel Team
Category:
Stock Scanners
How would I create TOS SCAN RSI UNDER 20 & CLOSE > 200-DAY SMA - Alternate 1: Stocks that have a RSI under 20 for 3 days and a closing price above the 200 SMA Plot scan = (RSIWilder(length = 2) < 20 && RSIWilder(length = 2)[1] < ...
0
1
170
asked 6 years ago by Eric Hughes
Category:
Stock Scanners
Hello, I am wondering how to scan for agreeing MACD signals, (with 3 time frames , as well as 2) but only if the previous bar in the MTF indicator was in disagreement or was in the red. Basically trying to scan for the first signal. I have read your...
0
1
295
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
526
asked 6 years ago by Justin Madigan
Category:
Stock Scanners
Hi Pete, You were able to code a scan finding the second yellow bar after 2 or more red bars in the TTM Squeeze histogram. Post of reference: https://www.hahn-tech.com/ans/ttm-squeeze-scan-for-second-yellow-bar-after-2-or-more-red-bars/ I tried to sw...
0
1
197
asked 6 years ago by kh amin
Category:
Chart Studies
Hello, I am using a reference to a licensed study "SequenceCounter" to have a horizontal line extended to the right but it only shows at a fixed point. Is there a way to extend the horizontal line to the right? Please see attachment for details and e...