Code Snippet: Forex Commission Scheme
The code snippet in this post contains a forex commission scheme designed for use in Backtrader. You may or may
The code snippet in this post contains a forex commission scheme designed for use in Backtrader. You may or may
Identifying swings (also known as pivots) can be very useful for various trading styles. The obvious example is trend following
Once you have created a basic strategy and analysed it, the next logical step would be to optimize it. Optimization is the
This is a code snippet for trend line indicator. As the name suggests, it calculates the price value at different
If you are based in the UK or just have an interest in trading UK equities, one thing that you
Once you have figured out how to write a basic strategy, you then need to be able to quantify whether it
Here is a code snippet for calculating a position size in the Forex markets. Position sizing took me a bit
Now that we have our environment setup, it time to write our first script! Scope This tutorial aims to set
Time to get our hands wet… In this post, we will take a look at downloading Python, where you can