Twitter has more than 89,000,000 threads on trading strategies.

Here are top 10 threads that will teach you about Stock Market:

1⃣How To Read a Stock Chart For Beginners by @RichardMoglen
👇
https://t.co/XwM4M0K9Rw
2⃣The simple 8-step process to make a trading plan by @AdityaTodmal
👇

https://t.co/tdQvWja3JM
3⃣Thread on Darvas Box Theory by
@FlamingoTrader_
👇

https://t.co/vzI57tiR9E
2⃣How to find out high and lows of stock market by @bjybnf
👇

https://t.co/uaTDzESbry
5⃣5 simple price patterns that can help you better time your entries by @Rayner_Teo
👇

https://t.co/nJTjMztlch
6⃣How to read income statement and quaterly results by @BrianFeroldi
👇

https://t.co/OuhtB7re35
7⃣The best traders in the world have made millions from one setup.

The setup? A breakout from a base.

Here are the most important characteristics of a proper base, broken down one by one 🧵👇

A thread from @TraderLion_
https://t.co/t0rbolSn2Y
8⃣Full Technical Analysis in Single Thread by @Anshi_________
👇

-https://t.co/g87brJkEaP
9⃣How to forecast market by time cycles by @Bjybnf
👇
https://t.co/a2cnPgvbOB

More from Catagory trading

You May Also Like

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.