How To Create A Live Trading Bot In Python



How To Create A Live Trading Bot In Python

How To Create A Live Trading Bot In Python

This video shows how to use APIs in python to create a live trading bot, the market is read by the bot and the prices are downloaded for analysis. A simple strategy is presented to generate long and short signals using engulfing candles as an example. Buying and selling orders are executed from our jupyter notebook file. It’s a very powerful method that you can implement to test any strategy live in real time for as long as you wish… and it’s all free you don’t have to pay for the practice oanda account nor to use python so nothing to loose!

The jupyter notebook file can be downloaded from the following link:
https://drive.google.com/file/d/1CeAsQbnh-E0GtQ5khm2N8BENHOwDCjyE/view?usp=sharing

Good luck!

Comments are closed.