Super Easy Python automated forex Trading (using the OANDA BOT)

Super Easy Forex Autotrading with OANDA BOT in Python

10mohi6
Nov 14, 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-bot

4. file creation

5. execution

$ python bot.py

That’s super easy!

Backtest before execution

See below for details

--

--