Blueshift

Course Name: Python for Trading: Basic, regarding backtest in blueshift, i want to ask how can i create my own strategy say MV cross over in Forex trade. thanks.

Hi,

You will have to understand how the backtest code will work for a moving average crossover and select the dataset ‘forex’ in Blueshift. If you are interested, you can go through the course “Forex Trading in Python: Basics” where you will understand how to sort the returns of multiple assets and go long on certain assets. You can modify the code to your moving average crossover logic.

Hope this helps.