Skip to content

leonardosavasta/FOREX_Pattern_Recognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FOREX_Pattern_Recognition

Machine learning time series pattern recognition algorithm (tested in FOREX market)

START

  1. Include txt or csv data file inside data folder with columns separated by commas.
  2. Data file must consist of the following columns:
  • Date in format: YYYYMMDDHHMMSS
  • Bid price
  • Ask price
    • If Ask and Bid price data is not available include the same price in both columns
  1. Inside conf.yaml modify data_path to data/yourfilename
  2. Run functions.py

About

Machine learning time series pattern recognition algorithm (tested in FOREX market)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages