We found 36 articles by this author...

Rekhit Pachanekar

RSI Indicator: Calculation, Python Implementation and Trading Strategy

Learn how the RSI indicator works, from its formula and calculation to trading strategies and backtesting. Explore Python implementation with real-world examples and visualizations....
13 min read

DBSCAN Vs K-Means

K-Means has its limitations DBSCAN solves them. This guide explains how DBSCAN works, its advantages over K-Means, and how to implement it in Python....
9 min read

How to install Ta-Lib in Python

Learn how to install Ta-Lib in Python using Anaconda and pip on Windows, Mac, and Linux. Explore technical indicators with Python Ta-Lib, including ADX, RSI and Bollinger Bands, with examples....
11 min read

Advanced Options Trading: A Comprehensive Guide

Take your options trading to the next level! Discover advanced options trading strategies and techniques used by seasoned traders Learn advanced Greeks, volatility strategies, spread constructions, and unleash the full potential of options!...
20 min read

Heston Model: Options Pricing, Python Implementation and Parameters

Find out the intricacies of the Heston model: its formula, assumptions, and limitations with this guide. Gain knowledge of volatility dynamics and pricing in options trading and unveil insights into stochastic volatility modelling....
13 min read

Kalman Filter Python: Tutorial and Strategies

Master the concept of Kalman filter using Python with this comprehensive guide. Go through the implementation, and advanced strategies for practical applications in trading and evolve your trading today....
19 min read

Machine Learning Classification Strategy In Python

You will create a machine learning classification python algorithm for predicting the S&P500 price. For this task, you will use the Support Vector Classifier (SVC) algorithm. The classification algorithm builds a model based on the training data, classifies test data into the categories....
9 min read

Backtrader: What it is, How to Install, Strategies, Trading and More

Backtrader is a Python library enabling users to backtest and deploy live trading strategies. Learn what Backtrader is, how to use it and all there is to it....
6 min read

Crypto Arbitrage: Overview, Trading Strategies, Opportunities, and More

Cryptocurrency arbitrage is an interesting concept with favourable outcomes but there is more that a trader must know about arbitrage opportunities in the crypto market. Find it all out in this blog....
9 min read

Setting Up Python On Your System

This article will help you set up your local Python environment with all the recommended packages for quant analysis and algo trading....
7 min read