
Introduction
The page covers the second tutorial video.
Notes
This video provides an overview of what is covered in the tutorial.
- Create an OANDA account
- Learn how to collect candles from the OANDA API
- Create a simple strategy; the moving average cross strategy
- Collect the data from the strategy and create a simulation
- Write the data to Excel for analysis
- Develop a more complex system; the inside bar momentum strategy
- Code the strategy into Python
- Run a larger simulation based on this strategy
- Create candle patterns using Python and display them using Plotly
- Create technical indicators like the Bollinger Bands and MACD
- Build a live web based dashboard showing indicators for different currency pairs
- Support for drilling in and displaying the candle patterns
- Next create a Trading Bot
- Deploy the bot to the cloud