Quant@Python Profile Banner
Quant@Python Profile
Quant@Python

@BeingHorizontal

19,987
Followers
164
Following
1,460
Media
8,897
Statuses

Co-founder of Qunatext Capital based on AI algorithm. We trade global markets For fitness-specific stuff check Insta

India
Joined October 2018
Don't wanna be here? Send us removal request.
Pinned Tweet
@BeingHorizontal
Quant@Python
24 days
I have begun a new series on backtesting with Python, starting with Market Profile stats 'cuz I found it interesting since a lot of traders think it's merely a discretionary tool. Soon, gonna explore a wide range of other backtesting subjects.
1
1
24
@BeingHorizontal
Quant@Python
4 years
Thread for beginners; How to learn machine learning.
175
402
2K
@BeingHorizontal
Quant@Python
3 years
Python entrapment 😂😂😂
Tweet media one
6
21
362
@BeingHorizontal
Quant@Python
4 years
Managed to code MarketProfile TPO charts in Python Matplotlib. It ain't much but it's honest work :)
Tweet media one
36
19
260
@BeingHorizontal
Quant@Python
4 years
Python for Data Science - Course for Beginners This Python data science course will take you from knowing nothing about Python to coding and analyzing data with Python using tools like Pandas, NumPy, and Matplotlib. (Time:12 hr 20m)
7
77
250
@BeingHorizontal
Quant@Python
4 years
Here you go, a huge resource dump for quants. Complete List of Libraries, Packages and Resources for Quants. Covered almost all programming languages.
6
68
212
@BeingHorizontal
Quant@Python
5 years
First 10 things I install on new Windows 10 0. Python (Analysis) 1. MultiCharts (Backtesting & visual) 2. Tight VNC (control remote trading comp) 3. Foobar (Songs) 4. Brave (Adfree chrome) 5. Conda 6. Evernote 7. Q-dir (Win explorer) 8. WinSCP (FTP client) 9. MindJet (Mind map)
@John_Papa
John Papa
5 years
First things I installed on my new MacBook Pro 16" 0. VS @code 1. @alfredapp (better spotlight) 2. bartender (organize) 3. divvy (window mgt with keyboard) 4. wifi signal (detailed) 5. @snagit (screen caps & animated gifs) 6. insomnia (http) 7. Amphetamine 8. Dropbox 9. Chrome
145
383
4K
14
35
216
@BeingHorizontal
Quant@Python
3 years
Finally took the plunge and published NSE F&O Bhavcopy summarizer on Github. A lot of moving objects there and impossible to explain everything so I just commented the code This is the code flow and sample diagram it will generate
Tweet media one
Tweet media two
18
49
207
@BeingHorizontal
Quant@Python
3 years
Machine Learning for Trading Course Videos (Georgia Tech computer science) #resources
8
56
197
@BeingHorizontal
Quant@Python
5 years
The Man Who Solved the Market - Gregory Zuckerman Excerpts, screenshots and my notes along with it #ForOwnReference
17
41
165
@BeingHorizontal
Quant@Python
4 years
If you are looking for ideas to develop strategies or simply want to see the performance reports of various concepts here is a collection of various systems, all coded in python (Quant Connect API, to be precise) #reference #python
2
56
167
@BeingHorizontal
Quant@Python
5 years
Market edge can be classified into 3 types Information edge: Data Analytical edge: Deep learning, statistics, charting, TA, FA etc Emotional edge: How you manage yourself under greed & fear, are your mechanical models suitable for your personality etc.
11
23
151
@BeingHorizontal
Quant@Python
3 years
TradingView scraper in python. Check the readme file, I explained the process of websocket scraping as promised.
4
27
154
@BeingHorizontal
Quant@Python
6 years
They are doing same for Bitcoin using futures, who wanna buy? :)
@IndiTrades
crk
6 years
US/West's suppression of gold prices thru Futures (to push fiat currencies) is helping China accumulate physical gold cheaply. thnx2 @SharKKrishna
0
0
1
0
0
1
@BeingHorizontal
Quant@Python
3 years
This is some freaky sh*t Someone had an OpenAI beta chatbot access and this is the conversation.
Tweet media one
18
28
140
@BeingHorizontal
Quant@Python
6 years
Market Profile Trading Journal Template.
Tweet media one
4
32
135
@BeingHorizontal
Quant@Python
5 years
Moving Average crossover system is 'Hello World' of algo trading.
9
5
129
@BeingHorizontal
Quant@Python
4 years
If you prefer to learn through video tutorials then this is the best youtube channel to learn Python. Corey has a knack for explaining things in a simple way which doesn't feel like someone just reading the documentation.
5
30
132
@BeingHorizontal
Quant@Python
3 years
Python notebook on how to quickly run an idea and do basic backtest without any backtesting library Here the idea is to check the profitability of BTFD system If close < 20% of day's range then buy at close Sell at next day's close
3
15
129
@BeingHorizontal
Quant@Python
6 years
Best use of Market Profile is to get what market participants are trying to tell us instead of solely focusing on the price. Here we use the #MarketPprofile to determine which strategy to execute, momentum or mean reversion? #Xpost
Tweet media one
6
30
113
@BeingHorizontal
Quant@Python
5 years
Walk of shame 🤣
Tweet media one
5
13
102
@BeingHorizontal
Quant@Python
3 years
Just wrote a simple python script to alert when the internet is down and then alert us back when reconnects.
Tweet media one
11
8
107
@BeingHorizontal
Quant@Python
5 years
This thread feels like a crash course in Python algo trading for latency insensitive strategies. Mostly he explained his tech stack intuitively, full marks for that
1
18
107
@BeingHorizontal
Quant@Python
5 years
The best systematic trading setup consists of a computer, a man and a dog. The computer runs a fully automated strategy, the man feeds the dog, and the dog bites the man if he touches the computer.
4
22
107
@BeingHorizontal
Quant@Python
4 years
Making your own backtester is probably a lot easier than learning an existing backtesting framework in Python.
10
3
105
@BeingHorizontal
Quant@Python
5 years
Trade for living? Have a backup plan for these things. Backup PC Backup data storage (offline) Backup Internet provider Backup power supply Backup phone line Backup broker (cant stress enough) Backup trading desk Painkillers if everything fails.
7
10
101
@BeingHorizontal
Quant@Python
6 years
Designing neural network is a nerve racking procedure :)
0
0
16
@BeingHorizontal
Quant@Python
6 years
A common misconception about the algo trading is that u write some code & ur algo will make u super-rich while u sniff cocaine in your personal yacht. Most of the successful algo traders were discretionary traders first, understood the market dynamics & then started mechanically
6
12
103
@BeingHorizontal
Quant@Python
5 years
This article provides a starting point to explore basic algorithmic trading within 100 lines of Python code. All the steps are illustrated, like retrieving data, backtesting a momentum strategy, and automating it.
2
26
99
@BeingHorizontal
Quant@Python
3 years
Reel vs Real hacker 😂
Tweet media one
11
1
93
@BeingHorizontal
Quant@Python
4 years
Someone mentioned that his strategy has 300% annual returns but the maximum drawdown is 115%. LOL At 100% max drawdown your investment is literally worthless, how the system traded with no capital? 😂
16
4
87
@BeingHorizontal
Quant@Python
3 years
Trading is life 😂😂😂
Tweet media one
7
14
94
@BeingHorizontal
Quant@Python
4 years
I just published Thread for beginners; How to learn machine learning.
2
19
94
@BeingHorizontal
Quant@Python
6 years
[Python] A library to calculate Market Profile (Volume Profile) from Numpy and Pandas DataFrame. (thanks @alkd1976 for bringing this up to our attention)
4
28
92
@BeingHorizontal
Quant@Python
5 years
A python blog with scripts and how-tos for performing various financial analysis tasks.
2
19
92
@BeingHorizontal
Quant@Python
6 years
Market Profile Value Area Calculations With Nifty Future. This is based on bfolkens code Changed the original example code as google finance API is not working. Also, made a few changes. Details with code in the post
11
21
86
@BeingHorizontal
Quant@Python
4 years
Anyone is looking for some sample rule-based strategies to hone their programming skills or to understand strategy templates then this is the oldest and great resource (click 'Traders TIP'S link)
5
12
85
@BeingHorizontal
Quant@Python
4 years
Learning "all of python" is like speaking "all of English". Pick up enough to know how to ask where the toilet is :)
3
2
86
@BeingHorizontal
Quant@Python
4 years
Python is just made for data scraping. Learn requests and beautifulsoup, it wont take more than a day but its worth it rather than depend on data scraping libraries that use these tools. Websites often change & break scraping libraries start with this link
1
11
85
@BeingHorizontal
Quant@Python
6 years
80% rule in Market Profile with some caveats
Tweet media one
2
11
83
@BeingHorizontal
Quant@Python
4 years
Start with a Python library called pandas. It’s a huge library but it's mostly fun for traders because it's kind of rewarding to learn each function and how it gonna affect the way you handle the financial data.
2
5
77
@BeingHorizontal
Quant@Python
3 years
One-stop link to all your python related resources including ebook links, websites, youtube channels
3
22
80
@BeingHorizontal
Quant@Python
4 years
Before and during the Corona outbreak.
Tweet media one
5
14
80
@BeingHorizontal
Quant@Python
5 years
Books on Quant finance along with some entertainment (and less or no theory) Fortune's Formula The Physics of Wall Street Flash Boys The Quants When Genius Failed Dark Pools
4
18
83
@BeingHorizontal
Quant@Python
4 years
This is the most beginner-friendly book on evaluating trading strategies. All the basics concepts about backtesting parameters covered with easy to follow examples.
6
6
80
@BeingHorizontal
Quant@Python
5 years
I just published Bot Primer, part 1: Initial Balance
3
15
78
@BeingHorizontal
Quant@Python
4 years
It's always a free market until the wrong people start making money
7
9
75
@BeingHorizontal
Quant@Python
3 years
Hey! Are you a programmer? Yes *waiting for "can you fix this?* Can you make predictive AI for my stocks? #NewNormal
Tweet media one
6
9
78
@BeingHorizontal
Quant@Python
5 years
A typical profile 🤣
Tweet media one
2
14
77
@BeingHorizontal
Quant@Python
3 years
This is why math should be fun and not braid dead memorization exercise
Tweet media one
3
7
75
@BeingHorizontal
Quant@Python
3 years
Interesting method to use Volume Profile in Python. Especially really liked the way he solved the volume node function. Few ideas in this article are worth implementing.
2
3
73
@BeingHorizontal
Quant@Python
3 years
Not all heroes wear capes
Tweet media one
4
6
66
@BeingHorizontal
Quant@Python
3 years
My man 😂😂😂
Tweet media one
0
5
66
@BeingHorizontal
Quant@Python
4 years
Displaying market profile features for each day on top of TPO chart was something really important for me, now we can do that with Pandas dataframe. I tried to include Machine Learning predictions too in the table but it slowed down the whole process & increased dependency
Tweet media one
9
5
67
@BeingHorizontal
Quant@Python
5 years
Momentum Strategy from "Stocks on the Move" in Python
Tweet media one
0
6
68
@BeingHorizontal
Quant@Python
6 years
Someone start sledging Kohli please he is not pumped enough #AUSvIND
1
1
58
@BeingHorizontal
Quant@Python
4 years
Don't fear a man who lost his entire capital in the markets. Fear a man who is making +100% every month
3
2
65
@BeingHorizontal
Quant@Python
4 years
There is nothing worse than people laughing at someone for learning/trying out a new skill. Especially languages (programming or spoken)
Tweet media one
1
3
64
@BeingHorizontal
Quant@Python
4 years
Algo trading has become such a low entry barrier business. To make a profitable algo you have to bring something new to the table- an edge. In Machine Learning, 1minute univariate price data won't cut it. ML isn't a magic machine that you put the trash in and gold will come out
5
4
59
@BeingHorizontal
Quant@Python
6 years
Make a sitcom on Pant-Paine. LOL This is getting better
8
8
65
@BeingHorizontal
Quant@Python
3 years
The world of Machine Learning papers
Tweet media one
4
9
58
@BeingHorizontal
Quant@Python
3 years
Cancel subscription like a pro 😂😂😂
Tweet media one
4
2
59
@BeingHorizontal
Quant@Python
4 years
This is the best example of survivorship bias
Tweet media one
6
14
63
@BeingHorizontal
Quant@Python
3 years
@GabbbarSingh small (OCD) correction 2019 - 0 mask 2020 - 1 mask 2021 - 2 mask Array starts from 0
3
2
62
@BeingHorizontal
Quant@Python
3 years
Which Python library you use to calculate implied volatility? Mine is Mibian
7
12
63
@BeingHorizontal
Quant@Python
4 years
Robinhood traders be like:
Tweet media one
1
1
60
@BeingHorizontal
Quant@Python
4 years
Python 3 in one pic for high-resolution:
Tweet media one
6
12
62
@BeingHorizontal
Quant@Python
6 years
Market profile nuances #Xpost
Tweet media one
4
18
59
@BeingHorizontal
Quant@Python
6 years
Market profile Open Types #xpost
Tweet media one
2
15
62
@BeingHorizontal
Quant@Python
4 years
Slither Into Python: An Introduction to Python for Beginners This book is free to read online, no programming background is needed. The author explained basic concepts such as memory or "how computers work".
3
12
59
@BeingHorizontal
Quant@Python
5 years
From The Man Who Solved the Market, this is so far the biggest revelation for me. My expectations about this book were Simons life outside the financial markets but this book is more about Medallion fund rather than Simons ( will post in detail after finishing the book)
Tweet media one
1
8
57
@BeingHorizontal
Quant@Python
4 years
Mentioned this book before, highly recommended for those who don't know anything about machine learning or even Python. If you're curious about WTF ML is then read the first part of the book
5
8
59
@BeingHorizontal
Quant@Python
4 years
This meme is literally growing like my to-do projects 🤣
Tweet media one
2
9
59
@BeingHorizontal
Quant@Python
6 years
Traders will be traders 🤣
Tweet media one
2
16
59
@BeingHorizontal
Quant@Python
4 years
Then learn some basic stuff about Python library called NumPy. Pandas is built on NumPy. Numpy is huge, you just need to understand some basic NumPy functions like NumPy shapes and NumPy arrays
1
5
53
@BeingHorizontal
Quant@Python
4 years
"If you are depressed you are living in the past. If you are anxious you are living in the future. If you are at peace you are living in the present." Lao Tzu
2
3
58
@BeingHorizontal
Quant@Python
6 years
For Market Profile glossary bookmark this page And for some basic MP concepts check this thread by me (note that its a very old thread (2009) & I'm not active there, but it covers most of the MP basics)
@SXAMARITON
Divine
6 years
@BeingHorizontal Regarding market profile.. I have no knowledge about it.. can u share some information for novices..
0
0
0
3
20
58
@BeingHorizontal
Quant@Python
4 years
There is no comedy show that comes closest to the Senate hearing on technology-related matters, be it crypto or social media. Senate to Zuckerberg: Why you censored Trump jr.? Zuckerberg: Hard to say because that happened on Twitter 🤣
4
9
54
@BeingHorizontal
Quant@Python
4 years
TPO_project updated to the newer version (see the readme)
Tweet media one
Tweet media two
Tweet media three
11
7
57
@BeingHorizontal
Quant@Python
4 years
Don't let someone tell you what works in the market and what doesn't. If someone says something doesn't work then interpret it as it didn't work for them.
4
2
56
@BeingHorizontal
Quant@Python
6 years
Put buyers
Tweet media one
4
5
54
@BeingHorizontal
Quant@Python
5 years
This one is going to be an interesting read.
3
15
57
@BeingHorizontal
Quant@Python
3 years
A Beginner’s Guide to Optimizing Pandas Code for Speed (without any external libraries)
5
14
55
@BeingHorizontal
Quant@Python
4 years
This book explains some important ideas in Machine Learning in a statistical framework without going too much into theory. The Elements of Statistical Learning - Data Mining, Inference and Prediction - 2nd Edition (pdf)
3
6
58
@BeingHorizontal
Quant@Python
6 years
Instead of any book, go through these traderlabaratory sticky threads on Volume Spread Analysis. There are some practical applications with examples, some interesting discussions, and doubts.
@Robotrader247
TechnoFundaTrader
6 years
@BeingHorizontal hi, can you suggest good book or source to learn VSA,( i have your old sheet with me.)
0
0
0
4
9
55
@BeingHorizontal
Quant@Python
4 years
Machine Learning for Asset Managers by Marcos de Prado (free download until May)
4
13
55
@BeingHorizontal
Quant@Python
4 years
If you are looking for ways to connect Python with your favorite trading s/w like NinjaTrader or Multicharts then check this free tool called SharedVar Server In fact, it can connect w/ every client app which can communicate with DLL files
Tweet media one
6
9
58
@BeingHorizontal
Quant@Python
5 years
Posted the third part of the Bot @StoictraderB series. Finally. LOL! The article may seem extremely patchy as I wrote whenever time permits.
2
4
58
@BeingHorizontal
Quant@Python
6 years
Seeing Theory. A visual introduction to probability and statistics
2
21
58
@BeingHorizontal
Quant@Python
4 years
Correlation matrix of various market profile features Underscore means minus. eg. cVAH_cPOC = composite value area high minus composite point of control. Composite period = 5 days scrip: Nifty F period: since 2008
Tweet media one
9
6
54
@BeingHorizontal
Quant@Python
4 years
Someone built a poor man's Bloomberg Terminal in python: Gamestonk Terminal The name may sound funny but it's quite an effort
1
11
56
@BeingHorizontal
Quant@Python
6 years
Vollib, a Python library to calculate option greeks. it is faster than Mibian. Vollib is built around Peter Jäckel's LetsBeRational, an extremely fast and accurate technique for obtaining Black's implied volatility.
4
8
54
@BeingHorizontal
Quant@Python
4 years
The source code of Windows troubleshooting program
Tweet media one
1
4
51
@BeingHorizontal
Quant@Python
4 years
Now imagine 2 programmers in the gym discussing how their models train 🤣
Tweet media one
2
6
52