Creating an algotrader/trading bot with Python – Part 1

5 Min Read Creating an algotrader/trading bot with Python & the MT5 platform should generally have 3 main pieces of functionality, – opening a trade, closing a trade and receiving and analyzing new data. This post will take you through the last step. Because of the complexity, it will be split into multiple parts. Let’s get started with …

Creating an algotrader/trading bot with Python – Part 1 Read More »

Overview

3 Min Read My trading platform consists of 2 distinct modules. The first module is the automated trader itself which is responsible for opening a position, managing a position, closing a position etc. The second part is the web application. This is responsible for the visualization of strategies, back testing, error reporting and configuration such as adding new …

Overview Read More »

Subscribe to my newsletter to keep up to date with my latest posts

Holler Box