Report daily trading statistics for your algorithmic trading bot

5 Min Read In the last post, I showed you how to Monitor your P/L for open trades. Today, let’s expand on this. I will be going through how to report daily trading statistics for your algorithmic trading bot such as: Number of trades opened Number of trades closed Amount of profitable trades Amount of losing trades W/L …

Report daily trading statistics for your algorithmic trading bot Read More »

How to install an OS on the Raspberry Pi (Without a keyboard and monitor)

4 Min Read To get started with the Raspberry Pi 4 you will first need to install an operating system for the device to run. Raspberry Pi Imager is a great way to install an OS and get up and running quickly. You will need a Raspberry Pi, Power supply, and a SD card or micro SD card …

How to install an OS on the Raspberry Pi (Without a keyboard and monitor) Read More »

Dynamically calculate lot size for your algorithmic trading bot

4 Min Read In the last post, we looked at how you can dynamically load strategies into your trader. Today, I will show you how to dynamically calculate the lot size your algorithmic trading bot. The position size of a trade will depend on a percentage of risk, you are willing to take on your account balance. E.g. …

Dynamically calculate lot size for your algorithmic trading bot Read More »

Creating a strategy for your algorithmic trading bot – Part 2

4 Min Read Today, we will be continue creating a strategy for your algorithmic trading bot. By now, you should have 3 new files created from the last post. strategy.py that loads in your strategy, myStrategy.json that contains your strategy and a constants.py file that stores all the moving average functions for ta-lib. Today, we will be exploring …

Creating a strategy for your algorithmic trading bot – Part 2 Read More »

Creating a strategy for your algorithmic trading bot – Part 1

4 Min Read Today you will be creating a strategy for your algorithmic trading bot. By now, you should have a trader that can connect to a broker via MetaTrader 5, open/close trades and apply entry and exit strategies. If you don’t, I recommend you check out the beginning of this series before continuing. You might remember from …

Creating a strategy for your algorithmic trading bot – Part 1 Read More »

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

Holler Box