How to Analyze Volume Profiles with Python

When trading in markets such as equities or currencies it is important to identify value areas to inform our trading decisions. One way to do this is by looking at the volume profile. In this post… Read more

Similar

Detecting Face Features with Python

We have covered before how to work with OpenCV to detect shapes in images, but today we will take it to a new level by introducing DLib, and abstracting face features from an image. Essential OpenCV Functions to Get You Started into Computer Vision Dlib i... (more…)

Read more »