Through Python stock API, learn how to get free and paid python stock historical data for various asset types in this article....
In this article, we will start with the introduction of macroeconomic factors and policies and how it affects the financial markets....
In this blog, we will understand the concept of embargoing and purging and its application in cross validation of financial data...
Explore trading with the help of TRIN and its applications. This article will give you thorough information about this oscillator....
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....
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....
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....
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....
Plotly python library creates interactive diagrams like Scatter plot, line charts, OHLC and Contour charts etc. Installation and python codes are covered here....
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....