Daily Charts
Most Popular on 25th of January, 2022
But 98.8% missed out on the best content on this platform.
Here are the best threads from 2022:
Topic: Productivity is a process of
People ask how I\u2019m so productive.
— Ryan Breslow \U0001f57a (@theryanking) January 22, 2022
The secret: productivity is a process of REMOVAL.
Time is such an easy thing to waste...
Here\u2019s what you can remove from your life to save up to 60 hrs/week \U0001f447\U0001f447\U0001f447
Topic: How to multiply your
Stop trying to manage your time.
— Shane | Achievement for Soloprenuers (@Shane___Martin) January 22, 2022
Start multiplying it.
Here are 5 ways to manufacture more time so you can get more of the right things done.
Thread \U0001f447
Topic: Life rules worth
Life rules worth breaking:
— Sahil Bloom (@SahilBloom) January 22, 2022
Topic: Life advice for your
As I get closer to 40, I feel like I should pay it forward to the young bucks.
— Ryan Stephens | Getting Dialed In \U0001f4c8 (@ryanstephens) January 11, 2022
Here's some advice for men in their 20's.
~ A THREAD ~
Most Popular on 24th of January, 2022
Join us via a youtube livestream to watch the BZA meeting,
https://t.co/EP5QHtvPZo
Note: the stream is live but the meeting has yet to start.

BZA "hears appeals from individuals who are requesting exceptions or variations for City Ordinances in regard to land use and building requirements or...who are questioning the appropriateness of orders made by City officials."
Source: https://t.co/3WL5lyeiip

It's current members:
Kelley Britt
Terry Hamilton Brown
Myrline Barnes
Alanna Faith

Learn about Zoning from Cleveland Planner Matt Moss, @mattm178
Take advantage of these amazing GitHub repositories to land your dream job.
A Thread ЁЯз╡ЁЯСЗ
1. https://t.co/dNTmL9nLkD
Coding Interview University is a complete computer science study plan to become a software engineer.
{ 1 / 10 }
2. https://t.co/eh64u3MndC
Tech Interview Handbook has curated interview preparation materials for busy engineers.
{ 2 / 10 }
3. https://t.co/u60cXhUQO2
This repo contains a huge list of 1000 JavaScript Interview Questions.
{ 3 / 10 }
4. https://t.co/mmgCIz1huT
JavaScript Algorithms has JavaScript based examples of many popular algorithms and data structures explained.
{ 4 / 10 }
Most Popular on 23rd of January, 2022
==========================
Module 2
In this post, I will attempt to show a simple Python code to download the past 5 years' Nifty50 stocks EOD Data using the NSEpy library in less than 2
Nano Course On Python For Trading
— Indian Quant (@indian_quant) December 13, 2021
==========================
Module 1
Python makes it very easy to analyze and visualize time series data when you\u2019re 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...
The first few lines are simple to import statements. Pulling public library NSEpy https://t.co/OW1TPC7QXC that we can use to extract historical and real-time data from NSEтАЩs website. Then, we import the most popular pandas library.

Then I define a function "fetchData" that fetches the data using the built-in get_history function of the nsepy library. I adjust the original data frame to store open, high, low and close prices. The original data frame sends more columns - Volume, Turnover, %Deliverable, etc.

I then go ahead and put all Nifty50 tickers in a Python list named nifty50list. I also set our start-date (2014-01-01), end-date(2022-01-21) in the YYYY-MM-DD format, and the path where I want to save my files on my PC.

Finally, I loop through all the Nifty50 tickers calling the fetchData function on each of them and saving them in the path specified above in the CSV format e.g. ADANIPORTS.csv, which came first. This process is repeated for each and every symbol in Nifty50.

Most Popular on 22nd of January, 2022
Collaborated with @niki_poojary
We'll divide these separately into sections of
1. Intraday Trading Strategies
2. Positional Trading Strategies
3. Uses of Indicators
From the accounts
1. @RijhwaniSheetal
2. @jigspatel1988
3. @YMehta_
1. 6 Intraday Strategies ЁЯз╡
How to Filter Stocks for Intraday
How you can filter stocks for Intraday trades - \U0001f9f5
— Sheetal Rijhwani (@RijhwaniSheetal) August 15, 2021
As a kid, we would do homework before school the next day - you have to do homework here too. A specific sector performs on a particular day and studying things a day before will help you spot that particular sector. (1/11)
Intraday BNF strangle based on OI data. ЁЯз╡
Thread on
— Jig's Patel (@jigspatel1988) July 4, 2021
"Intraday Banknifty Strangle based on OI data"
(System already shared, today just share few examples)
(1/n)
A few setups to make intraday trading easy.
A few setups/strategies that can make your intraday trading easy. I follow them personally:
— Sheetal Rijhwani (@RijhwaniSheetal) September 12, 2021
Add these stocks in your watchlist for next few days -
-If a stock closed exactly at resistance with good volumes or it has been consolidating near resistance for a long time. (1/10)
Most Popular on 21st of January, 2022
1. Moving Averages Ultimate Guide
2. All About ADX
3. Super Performance Using RELATIVE STRENGTH
Retweet and Share
Moving Average
The Ultimate Guide to moving averages !
— JayneshKasliwal (@JayneshKasliwal) November 30, 2021
A mega thread to understand the Use of 21 , 50 and 200 ema.
4 Effective uses of Exponential Moving Averages !
Retweet and Share \U0001f504#stockmarkets #nifty @kuttrapali26 @caniravkaria
All about
A Thread on indicator : ADX
— JayneshKasliwal (@JayneshKasliwal) January 1, 2022
Average Directional Index a Quick Guide
Retweet Share !@Techno_Charts
1/n pic.twitter.com/wRvQo5JNKN
Super Performance Using RELATIVE STRENGTH
A Mega Thread on RELATIVE STRENGTH
— JayneshKasliwal (@JayneshKasliwal) January 10, 2022
A method to improve
Stock Selection and Conviction in trades
Retweet \U0001f504And Follow @JayneshKasliwal
Firstly, I'm not here for money nor I will provide you turn-key solution, you will have to put the effort and code on your own, I can help/guide you whenever needed.
++
Secondly, you need to arrange for reliable data (or if you can get it for free from your contacts).
Regarding my credentials, I'm no expert in coding. I consider myself a amateur, I just know how to get my work done and I believe if I can code (python) then anyone can code.
++
There are many queries about how/where to start, I'm jotting down what I did, you can consider it the starting point.
for Python, go through the basic tutorial at https://t.co/vjrzcW0xAL
Try to absorb as much as possible for 1-2 weeks.
++
Once you are familiar with basic python structure and syntax, start going through the most important Python library for time series data analysis i.e. PANDAS
I referred lot of resource but I will recommend https://t.co/dMRPQ5G2qJ
Again, try to absorb and practice.
++
Another major learning source for me was "Corey Schafer" video, refer his channel at https://t.co/DzT6WMQiDQ
I just love watching his videos.
While coding if you know how to break a problem in small parts and focus on the immediate next part, you can solve any problem.
++
Most Popular on 20th of January, 2022
But out them 5 are incredible ЁЯСН
Which are also summary of his book.
Here are that five 5тГг tweets ЁЯСЗ
https://t.co/vKMVxF137t
Ignore the naysayers. They will always be here and they will always be skeptical of your dreams and try to discourage you. Success is the best revenge. And now I'll hear the excuses for my 2021 USIC performance as well. LOL! pic.twitter.com/2hziplVEzf
— Mark Minervini (@markminervini) September 29, 2021
https://t.co/nGrDHlRkuA
Rules I built a 38-year career on...
— Mark Minervini (@markminervini) December 23, 2021
1. always use a stop loss
2. define your stop before you enter
3. never risk more than you expect to gain
4. nail down decent profits
5. never let a good size gain turn into a loss
6. never average down
7. never get bold when running cold
https://t.co/8DtxnJf0Bo
If you want to make great returns consistently and do it w/ minimal drawdown, you must get off the idea of being right or wrong and instead learn how to lose much less when you're wrong than you make when you're right. I'm wrong just as much as I'm right. That's why I use stops.
— Mark Minervini (@markminervini) July 20, 2021
https://t.co/ROihOUjesI
I dedicated 37 years to learning and perfecting the craft of stock trading. If there was a way around risk management, I probably would have found it. PhDs, Nobel prize winners and geniuses haven't been able to do it. Your losses must be managed smaller than your gains.. period.
— Mark Minervini (@markminervini) July 5, 2021
Here are some that the tech giants recommended adding to your reading list this year. ЁЯСЗ
https://t.co/rhjcI1z3JC

Some of Bezos' favorite books were instrumental to the creation of products and services like the Kindle and Amazon Web Services.
One of those is Walmart founder Sam WaltonтАЩs autobiography in which he recalls his career.
https://t.co/rhjcI1z3JC

This Kazuo Ishiguro novel tells of an English butler in wartime England who begins to question his lifelong loyalty to his employer while on a vacation.
Bezos has said of the book, "Before reading it, I didn't think a perfect novel was possible."
https://t.co/rhjcI1z3JC

BezosтАЩ "favorite business book" draws on six years of research from the Stanford University Graduate School of Business that looks into what separates exceptional companies from their competitors.
https://t.co/rhjcI1z3JC

Elon Musk's must-reads include a number of sci-fi novels.
He read "The Hitchhiker's Guide to the Galaxy" as a teenager, even saying the spacecraft in it is his favorite spacecraft from science fiction.
https://t.co/rhjcI1z3JC
