Super Easy Python automated forex backtesting (using the OANDA REST API)

Super Easy Forex Autotrading Backtesting with OANDA REST API in Python

10mohi6
Aug 3, 2020

1. go to OANDA to create a demo account

Free of charge, with a starting margin of 3 million yen.

2. issuing an API access token

3. tool installation

$ pip install oanda-backtest

4. file creation

5. execution

$ python oanda.py

That’s super easy!

6. reference

--

--