Ml Forex Prediction
Predicting Forex Future Price with Machine Learning
Install / Use
npx skills add hayatoy/ml-forex-predictionInstalls into whichever agent you are using.
README
Predicting Financial Time Series Data with Machine Learning
This is an example that predicts future prices from past price movements. Here we implement it with EUR/USD rate as an example, and you can also predict stock prices by changing symbol.
Backtest example for EUR/USD
Using daily close prices from 2008 to 2016, first 95% for training and last 5% for testing. Green and red vertical lines represent winning trade and losing trade respectively.

Installation
To run this demo, you need following environment and libraries.
- Python 2.7 (not tested on 3.x)
- Jupyter Notebook
- Scikit-learn
- numpy
- pandas
- matplotlib
- seaborn
Note: You may need extra libraries to install above.
License
MIT License, Copyright (c) 2017
Related Skills
python-debugpy
385.5kDebug Python with pdb, breakpoint(), post-mortem inspection, and debugpy remote attach.
skill-creator
385.5kCreate, edit, audit, tidy, validate, or restructure AgentSkills and SKILL.md files.
claude-opus-4-5-migration
140.7kMigrate prompts and code from Claude Sonnet 4.0, Sonnet 4.5, or Opus 4.1 to Opus 4.5
automl-hyperparameter-optimization
40.5kAutoML and hyperparameter optimization rules for Python ML projects using Ray Tune, Optuna, PyCaret, and time-series AutoML libraries
