Stocks entering 5 year High zone.
Strong price action
Strong financials

@mystockedge simplifying stock screening.

More from Learner Vivek Bajaj

This thread will give you access to all our FREE initiatives till date.

1. https://t.co/bPnddzO9NR is India's largest repository of interviews conducted by me, of real market participants.

2. https://t.co/QvERyyhWaE has A2Z of learning related to Trading.

1/n

3.
https://t.co/f4yiFFxQ2p for learning basics of Options Trading

4. https://t.co/u56DYdqQAC for comprehensive text modules on Finance in simple school level language

5. https://t.co/dKr2tfcKI1 for practical value added learnings

2/n

6. @mystockedge , simple and effective research tool for serious market participants who want to do-it-on-their-own

7. https://t.co/PgELBirufd for useful market insights.

And more coming soon.

3/n

We have done fair bit of work in democratising financial education and financial data plus analytics in India by making them affordable and effective. Our Free initiatives are powerful and extremely value adding for:

Beginners
Traders
Investors

4/n

N/n

Premium offerings are meant for next level workings. You should checkout all the advance work we are doing in both @elearnmarkets and @mystockedge to make sure that your financial market journey takes the right path of wealth creation.

Follow both the handles for details.

More from Screeners

You May Also Like

1/ Here’s a list of conversational frameworks I’ve picked up that have been helpful.

Please add your own.

2/ The Magic Question: "What would need to be true for you


3/ On evaluating where someone’s head is at regarding a topic they are being wishy-washy about or delaying.

“Gun to the head—what would you decide now?”

“Fast forward 6 months after your sabbatical--how would you decide: what criteria is most important to you?”

4/ Other Q’s re: decisions:

“Putting aside a list of pros/cons, what’s the *one* reason you’re doing this?” “Why is that the most important reason?”

“What’s end-game here?”

“What does success look like in a world where you pick that path?”

5/ When listening, after empathizing, and wanting to help them make their own decisions without imposing your world view:

“What would the best version of yourself do”?
Nano Course On Python For Trading
==========================
Module 1

Python makes it very easy to analyze and visualize time series data when you’re a beginner. It's easier when you don't have to install python on your PC (that's why it's a nano course, you'll learn python...

... on the go). You will not be required to install python in your PC but you will be using an amazing python editor, Google Colab Visit
https://t.co/EZt0agsdlV

This course is for anyone out there who is confused, frustrated, and just wants this python/finance thing to work!

In Module 1 of this Nano course, we will learn about :

# Using Google Colab
# Importing libraries
# Making a Random Time Series of Black Field Research Stock (fictional)

# Using Google Colab

Intro link is here on YT: https://t.co/MqMSDBaQri

Create a new Notebook at https://t.co/EZt0agsdlV and name it AnythingOfYourChoice.ipynb

You got your notebook ready and now the game is on!
You can add code in these cells and add as many cells as you want

# Importing Libraries

Imports are pretty standard, with a few exceptions.
For the most part, you can import your libraries by running the import.
Type this in the first cell you see. You need not worry about what each of these does, we will understand it later.