If you find this useful, you can hire me to help you with your project on https://LucemAnb.com
please note that this requires a deep knowledge in forex, python and a bit of AWS Machine Learning Service
- clone the project: the main file is main.py(ofcourse). This file manipulates data to produce relevant data for analysis, you can read below for more
- download your data: the data in use is from HistData site
- process your data: run main. the input data file is raw.csv and output is data.csv
- upload output to AWS for analysis with ML
For machine learning introduction with AWS, watch this video
The raw data in csv has the columns:
- time/date : EST with no daylight saving
- candle open
- candle high
- candle low
- candle close
- volume : this is invalid entry for now
main.py loops through the data producing numeric values with patterns I use one modified indicator (RSX) for trends and an Artificial Neural Network to produce all the values. RSX gives the directional momentum on average but plays a role in analysing the various changes in the market over time the ANN used processes the data with several hidden layers which produce the final values
this project has heavily reliance on AWS services interaction since it is not implemented with any APIs, i hope this helps to ease your implementation.
Happy Trading