Color-Coding Bar Charts Based on Technical Signals.

Chart Manipulation in Python to Account for Technical Signals.

Sofien Kaabar, CFA
Geek Culture
Published in
12 min readMar 17, 2021

--

www.newsbtc.com

Color-coding is very helpful for noise reduction in Technical Analysis as well as for visual quick interpretation of the signals. In this article, we will develop this method with two indicators, the Modified Fisher Transformation and the Stochastic Oscillator. The aim is to create a visually comprehensible chart that uses colors to refer to a certain condition.

I have just published a new book after the success of New Technical Indicators in Python. It features a more complete description and addition of complex trading strategies with a Github page dedicated to the continuously updated code. If you feel that this interests you, feel free to visit the below link, or if you prefer to buy the PDF version, you could contact me on Linkedin.

Developing an OHLC Candlestick Chart

Candlestick charts are among the most famous ways to analyze the time series visually. They contain more information than…

--

--