CoolFace
Apppublic

zafnaqvi/forex-ai-trading-bot

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes
App README

๐Ÿ’ฑ Forex AI Trading Bot

This is an AI-powered Forex trading bot hosted on Hugging Face Spaces. It analyzes real-time Forex data and provides Buy/Sell/Hold signals using a trained machine learning model.

๐Ÿ”ง How It Works

  • โ€”Input a currency pair (e.g., EUR/USD)
  • โ€”The bot fetches real-time data using Alpha Vantage API
  • โ€”Technical features are extracted from the data
  • โ€”The AI model predicts a trading signal

๐Ÿ“‚ Project Files

  • โ€”app.py โ€“ Gradio app for the frontend and logic
  • โ€”utils.py โ€“ Handles data fetching and feature generation
  • โ€”forex_model.pkl โ€“ Your trained machine learning model
  • โ€”requirements.txt โ€“ List of Python packages

๐Ÿงช Instructions

  1. 1.Add your Alpha Vantage API key in utils.py
  2. 2.Upload a trained model named forex_model.pkl
  3. 3.Enter a currency pair and get the signal!

๐Ÿ›ก๏ธ License

This project is licensed under the MIT License.