Find stocks up more than 40%

S3K

New member
Searched for a scanner that does this with no luck here or on google. No TOS studies to edit to achieve this either.
If Daily >= 40% And Last Price is < Open price scanner
Basically looking for a scanner that finds tickers up >=40% And current ticker price is less than the Open price.
Any help would be great.

Sorry meant to post in General section
 

Join useThinkScript to post your question to a community of 21,000+ developers and traders.

Yes up from previous close. Yet, last price below daily open.
So the price opens gapped up 40% from yesterdays close and then has subsequently dropped to below that opening price...??? Or anytime during the trading session that the price is up said 40% and then drops below open...??? The devil is in the details as I previously hinted... 💡
 
Could anyone code this? Doesn't seem too hard compared to the other scripts on here.

You know the logic so roll up your sleeves and show us you can do it... No time to learn like the present... I'm too busy with my own coding at the moment... After all, you said yourself it doesn't seem hard... 💡
 
Price opens gapped up 40% from previous close. Than anytime thoughout the day, the price dips below the open.
you can scan for 40% from higher than previous close using the pre defined built in tos scanner parameters (not to mention there are plenty of gap scans on this forum if you search the forum)

and for the 2nd half of your scan you can make close (which is the current price) is less than open using the condition wizard or by using close<open

i would post the code for you but this is so simple and already researchable, if you are going to be successful in trading you will have to be comfortable reading, learning, and lots of researching, i believe with about 15-25 mins of research and testing you should be able to find/accomplish what you are looking for. Your issue appears to have more to do with learning the platform than writing the code. Explore the built in TD scans and also learn the basics of condition wizard.

 
Last edited:

Similar threads

Not the exact question you're looking for?

Start a new thread and receive assistance from our community.

87k+ Posts
401 Online
Create Post

Similar threads

Similar threads

The Market Trading Game Changer

Join 2,500+ subscribers inside the useThinkScript VIP Membership Club
  • Exclusive indicators
  • Proven strategies & setups
  • Private Discord community
  • ‘Buy The Dip’ signal alerts
  • Exclusive members-only content
  • Add-ons and resources
  • 1 full year of unlimited support

Frequently Asked Questions

What is useThinkScript?

useThinkScript is the #1 community of stock market investors using indicators and other tools to power their trading strategies. Traders of all skill levels use our forums to learn about scripting and indicators, help each other, and discover new ways to gain an edge in the markets.

How do I get started?

We get it. Our forum can be intimidating, if not overwhelming. With thousands of topics, tens of thousands of posts, our community has created an incredibly deep knowledge base for stock traders. No one can ever exhaust every resource provided on our site.

If you are new, or just looking for guidance, here are some helpful links to get you started.

What are the benefits of VIP Membership?
VIP members get exclusive access to these proven and tested premium indicators: Buy the Dip, Advanced Market Moves 2.0, Take Profit, and Volatility Trading Range. In addition, VIP members get access to over 50 VIP-only custom indicators, add-ons, and strategies, private VIP-only forums, private Discord channel to discuss trades and strategies in real-time, customer support, trade alerts, and much more. Learn all about VIP membership here.
How can I access the premium indicators?
To access the premium indicators, which are plug and play ready, sign up for VIP membership here.
Back
Top