Algo Trading with REST API and Python | Part 4: Building and Backtesting an EMA Crossover Strategy
In this tutorial we will create an EMA strategy, backtest the strategy using an FXCM demo account, and chart the returns. We will use three open-source python libraries: fxcmpy for importing…