Blog
The Quant Nomad has over 6 years’ experience in the quantitative trading industry (15+ years in programming). He has helped more than 200 traders and companies create/optimize their algorithmic trading models
Paring WallStreetBets in Python in Few Lines of Code (Reddit API)
If you’re even slightly interested in trading or investing you probably heard about WallStreetBets. I’s a huge community of retail traders on Reddit with 9.5M
The Easiest Way to Add a Session to PineScript Strategies
It’s fairly simple to add a session to PineScript Strategies, you can do that just in few minutes adding just a few lines of code
Calculating Multi-Timeframe Backtests in Python with Backtrader
Pretty often it can be interesting to backtest a strategy across several timeframes. In the simple case you want to have a signal on one
Running Backtesting for Universe of Stocks in Python with Backtrader
Pretty often you want to backtest your strategy on multiple instruments and you’re interested in how it will work together. In this article, I will
Adding Backtesting Range to TradingView Strategy in 3 lines of code
With the new update of PineScript language, it’s become very easy to add a backtesting range to TradingView Strategies. You can do that in 3
Getting Historical Bars from ByBit API with Python
ByBit is of the most popular crypto exchanges on the market, and many people trade on it. It’s important to use historical data to backtest