Programming

Chart Analysis Image
DataScience
Python

How to draw support and resistence lines with DataFrame in Python

Support and resistence lines are referred to analyze chart patterns, and a direction of assets for traders. This is a guide to draw those lines in matplotlib.

Read More
Analytics Image
DataScience
Python

How to compute price correlation for financial data in Python

We learn how to use Pandas rolling function to calculate rolling change, rolling standard deviation and rolling correlation for financial assets.

Read More
Trading market Image
DataScience
Python

How to get a distribution of returns and draw a probability plot for the distribution in Python

It’s crucial to understand the distribution curve of data (asset returns) and if it conforms to the normal distribution. You can learn how to do this in Python.

Read More
Why it's confusing? datetime and unix time (POSIX) in Python
Python

Why it’s confusing? datetime and unix time (POSIX) in Python

To explain what native and aware objects in datetime module are and how to convert naive and aware objects to unix time (POSIX) in the right way.

Read More