Votes
Answers
Views
Question
0
votes
1
answer
87
views
asked 5 years ago by Gonzalo Tichauer
Category:
Chart Studies
Hello, I am NOT a programmer, but I can work / understand previous code and attempt to build my own (until I get stuck). Thanks for sharing all this knowledge in the site which will really help me improve. I looked for a solution here but couldn't so...
0
votes
1
answer
622
views
asked 5 years ago by satya chappidi
Category:
Alerts and Notifications
Tags:
Hi Pete, I am wondering if you can help in wrting the script for red dog reversal. 2 or more consecutive up days ( number of days can be configurable) and alert triggers if the following criteria are me price goes above the pr...
0
votes
1
answer
219
views
asked 5 years ago by Michelle Poll
Category:
Watch Lists
I am sorry, but I do not understand the difference between these two. What is the difference? Can you have both on at the same time? How do you go about doing that? What are the pros and cons about both of these? Thank you . https://www.hahn-tech.com...
0
votes
1
answer
382
views
asked 5 years ago by Shahrom Ikramov
Category:
Chart Studies
Hello Pete, Sorry that I initially posted my question in the wrong place. I want to know if VWAP code can be edited for chart study and for scanning. Here is the link for the code that you already shared. Currently, it only gives audible alert. How c...
0
votes
1
answer
2328
views
asked 5 years ago by Corey
Category:
Stock Scanners
Hi Pete. I am attempting to scan for stocks are making a bounce. I came across the shared think script below which adds a column in the watchlist that shows if a stock closes above the high of a recent low day. Can you help me with creating a scan wh...
0
votes
1
answer
578
views
asked 5 years ago by valerol
Category:
Chart Studies
Hi! This would be a very interesting study! I saw that someone asked for it here but it wasn't very clear what he meant. So, the user should provide the float value for the stock, but later the script should calculate when a new float rotation of vol...
0
votes
1
answer
224
views
asked 5 years ago by Mike D'Antonio
Category:
Stock Scanners
Hey! I'm using the code below to scan for stocks that have had their closing price close higher than the previous day's closing price for 55 times or more. The scan references a year's worth of data. How can I make it scan for 2 or 3 years? de...
0
votes
1
answer
299
views
asked 5 years ago by valerol
Category:
Chart Studies
Hi Pete! I'm trying some of the premarket indicators posted here for volume labels and I noticed they don't work fine. They show less volume than the real volume at any given time during premarket: I used this indicator here and I had the problem I m...
0
votes
1
answer
134
views
asked 5 years ago by Louis Tremblay
Category:
Strategy Guide
Hi Pete, Never work on candles before, looking to add this as a condition and doesn’t know how to code it. It’s a strategy with 3 up candles out of 4, meaning the close would be higher than open. One candle doesn’t need to be higher than the o...
0
votes
1
answer
580
views
asked 5 years ago by Nate Lehman
Category:
Strategy Guide
Hi Pete, Thanks for all the great resources. I am new to thinkscript and have been working on a EMA cross strategy in TOS that I have pieced together from several different resources online. Below is the entire script: input tradeSize = 100; def si...