Questions (2373)

Votes
Answers
Views
Question
0
votes
1
answer
51
views
asked 5 years ago by
Category: Stock Scanners
Sorry about the earlier incorrect format. I am interested in a scan for the following: Today’s Close>Open and Today’s volume < Yesterday’s volume Thank you  
0
votes
1
answer
436
views
asked 5 years ago by
Category: Strategy Guide
Hi Pete, Begginer with Thinkcript here. I'm wondering if I am missing something. It seems like there should be a simple Thinkscript function that returns the number of trades executed by given strategy? I'm looking to build quick graphic feedback on ...
0
votes
1
answer
131
views
asked 5 years ago by
Category: Chart Studies
Happy Thanksgiving Again!   How do I use AddVerticalLine to plot a vertical line every X bars or X time (minutes, hours, days, weeks, etc) for instance?  I would like to customize input bars and input time (because they can differ) and have vert...
0
votes
1
answer
74
views
asked 5 years ago by
Category: Watch Lists
I have added the code to the watchlist, but the colors that show up on the watchlist do not coincide with the squeeze indicator on the charts. I watched 2 different videos from Hahn-tech, one has the cold ending in Green and the other ending in Yello...
0
votes
1
answer
130
views
asked 5 years ago by
Category: Strategy Guide
hi Pete, its possible to create an alert on "break of trendline" by right clicking on the trendline.   Is there a way (study or script) to create an order on break of trendline?  Perhaps a Stop that triggers when broken?  If not, any way for the Aler...
0
votes
1
answer
139
views
asked 5 years ago by
Category: Stock Scanners
Here is the script below that I would like to set a scan for when the stock is on an uptrend and then another scan for when the stock is in a downtrend. Is this even possible? input price = close; input reversalAmount = 8.0; input showBubbles = no; i...
0
votes
1
answer
142
views
asked 5 years ago by
Category: Stock Scanners
Tags:
Previously in Stochastic MACD scan the line of code: DownSignal = if downK or downD then OverBought else Double.NaN; How do I add one more condition to include in the scan the value of angle between %K & %D. Trigonometric function like Tan Theta?...
0
votes
1
answer
315
views
asked 5 years ago by
Category: Chart Studies
Hi Pete, if it's not too much to ask, can you create two custom scans that i will plan to use as mobile alert on my watchlists?  #1 if the current price  breaks out at least above 0.05% from the recent UpFractal pivot high price #2 if ...
0
votes
1
answer
782
views
asked 5 years ago by
Category: Watch Lists
Pete TOS gets really confusing, every time I try to assign a background color to a column, it returns: EXACTLY ONE PLOT EXPECTED.  I have attached to code I am using, i have tried everything....except what works of course.  Can you help with plot nee...
0
votes
1
answer
350
views
asked 5 years ago by
Category: Stock Scanners
Pete I have a study that colors my bars red/green and yellow for neutral...I was looking  to scan for stock that are all red or green in multiple time frames...I would only get results if the 5,10,15,20,30,1hr.2hr,4hr and daily are all geeen. Or a va...