Multi-Time Frame Trading Signals in Python.

Creating a Multiple Time-Frame Technical Scanner in Python.

Sofien Kaabar, CFA

--

Multiple time frame analysis unlocks more potential to a greater analysis quality and this is due to overseeing more signals and patterns. Technical indicators are calculated on a specific time frame, like the hourly time frame. But what do they say when we apply them on 30-minute charts of 2-hour charts? Do they confirm the same bias? We will create a scanner of a technical indicator on 8 different time frames.

I have just released a new book after the success of the previous book. It features advanced trend following indicators and strategies with a GitHub page dedicated to the continuously updated code. Also, this book features the original colors after having optimized for printing costs. If you feel that this interests you, feel free to visit the below Amazon link, or if you prefer to buy the PDF version, you could contact me on LinkedIn.

Downloading Historical OHLC Data

--

--