We found 46 articles by this author...

Rekhit Pachanekar

How to Get Historical Market Data Through Python Stock API

Through Python stock API, learn how to get free and paid python stock historical data for various asset types in this article....
9 min read

Macroeconomics: Introduction, Factors, Policies, Impact on Trading

In this article, we will start with the introduction of macroeconomic factors and policies and how it affects the financial markets....
11 min read

Cross Validation in Finance: Purging, Embargoing, Combination

In this blog, we will understand the concept of embargoing and purging and its application in cross validation of financial data...
9 min read

Trading Index (TRIN): Formula, Calculation & Strategy in Python

Explore trading with the help of TRIN and its applications. This article will give you thorough information about this oscillator....
12 min read

Martingale Trading Strategy: A Brief Guide

A martingale strategy tells us that we should double our bet size after every loss. Read on how it helps in trading, as well as code it in Python. Also learn about anti-martingale....
6 min read

VADER Sentiment Analysis: A Complete Guide, Algo Trading and More

VADER helps us to decode and quantify the emotions contained in media such as text, audio or video. Learn how to implement VADER sentiment analysis in your trading strategy....
9 min read

Python Itertools Tutorial: Installation, Types, Examples

Python itertools is used to implement an iterator in a for loop. Itertools functions such as permutations, combinations, combinations_with_replacement and many more are explained here....
6 min read

Black Scholes Model: Formula, Limitations, Python Implementation

Black Scholes Model computes the options price given the Exercise Price, Underlying Stock Price and its Volatility as well as Days to Expiry. We will see the Black Scholes formula, assumptions and Python implementation....
10 min read

Plotly Python - An Interactive Data Visualization

Plotly python library creates interactive diagrams like Scatter plot, line charts, OHLC and Contour charts etc. Installation and python codes are covered here....
7 min read

Exploratory Data Analysis in Python

Exploratory Data Analysis helps us become familiar with the data we are using to solve the problem statements by using various tools and methods. Today, we look at histograms, scatterplots, box-plots and more in this blog....
8 min read