Questions (2386)

Votes
Answers
Views
Question
0
votes
1
answer
169
views
asked 6 years ago by
Category: Stock Scanners
Hey Pete, including two screenshots, hopefully. Ive never done screenshots before so let me know if you get them. Im probably missing something but it looks to me like there should have been a long signal.  Thanks for all you do this sight is awesome...
0
votes
1
answer
268
views
asked 6 years ago by
HI, do you have any Indicators for BUY/SELL singnal for day trading. if you have a premium indicator for this or any kind of indicator to place trade I would like to buy them.   Thanks,   Ravi
0
votes
1
answer
80
views
asked 6 years ago by
Category: Chart Studies
Hello I would like to know is it possible to have a script that plot 50 or any SMA don't want to see a line in chart just want a small line attach is the picture. please help if you can.   thanks
0
votes
1
answer
79
views
asked 6 years ago by
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
votes
0
answers
111
views
Be first to answer!
asked 6 years ago by
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
votes
1
answer
115
views
asked 6 years ago by
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
votes
1
answer
199
views
asked 6 years ago by
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
votes
1
answer
108
views
asked 6 years ago by
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
votes
1
answer
428
views
asked 6 years ago by
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
votes
1
answer
183
views
asked 6 years ago by
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...