Thanks to visit codestin.com
Credit goes to github.com

Skip to content

πŸ€– Quotex CHF/JPY Signal Bot is a specialized Telegram bot designed exclusively for the CHF/JPY currency pair, delivering real-time trading signals tailored for the Quotex trading platform. It uses technical indicators like RSI and EMA to analyze market conditions and help traders make informed decisions with high-accuracy entry signals.

License

Notifications You must be signed in to change notification settings

razielapps/chfjpy_bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ’Ή Quotex CHF/JPY Signal Bot πŸ“ˆ

A powerful Telegram bot that delivers real-time Quotex trading signals for the CHF/JPY (Swiss Franc / Japanese Yen) currency pair using technical analysis (RSI + EMA) and market data from Twelve Data API.


πŸš€ Features

  • πŸ” Live CHF/JPY Price Feed
  • 🧠 Technical Analysis using RSI and EMA
  • πŸ“‘ Real-time Trade Signals (Buy / Sell)
  • ⚠️ Signal Clarity Warnings when market is indecisive
  • πŸ€– Fast, simple Telegram interaction with /signal
  • πŸ” Secured API key handling via .env and python-dotenv

πŸ› οΈ Tech Stack

Tool Purpose
Python Core programming language
Telegram API Bot interface
Twelve Data Real-time forex price feed
ta lib Technical indicators (RSI/EMA)
python-dotenv Secure config loading

πŸ“¦ Installation

git clone https://github.com/yourusername/quotex-chfjpy-bot.git
cd quotex-chfjpy-bot
python -m venv env
source env/bin/activate  # Or `env\Scripts\activate` on Windows
pip install -r requirements.txt

πŸ” Setup Secrets

Create a .env file in the project root directory:

TELEGRAM_BOT_TOKEN=your_telegram_bot_token
TWELVE_DATA_API_KEY=your_twelve_data_api_key

Then ensure .env is ignored by Git:

echo ".env" >> .gitignore

βœ… Usage

Start the bot:

python bot.py

In Telegram, send the /signal command:

πŸ“ˆ CHF/JPY: 165.927
πŸ”Ό BUY Signal: RSI Oversold + Price above EMA

🧠 Strategy Logic

Signal detection uses:

  • RSI (Relative Strength Index): To identify overbought or oversold levels
  • EMA (Exponential Moving Average): To spot price trend direction

Signal logic:

  • βœ… BUY when RSI < 30 and price > EMA
  • βœ… SELL when RSI > 70 and price < EMA
  • ❌ Otherwise: No signal is returned

πŸ“… Coming Soon

  • πŸ”” Automatic scheduled signal alerts (every X minutes)
  • πŸ“° Economic news + sentiment tracking
  • πŸ’° Monetization features (paid VIP signals)
  • πŸ“Š Web dashboard (React + Django backend)

πŸ™Œ Contributing

Contributions are welcome!
Please open an issue to suggest changes or improvements.


πŸ“„ License

MIT License Β© 2025 CONSCIENCE EKHOMWANDOLOR


β˜• Credits

Built with ❀️ by AVT CONSCIENCE
πŸ“Š Data from Twelve Data
πŸ€– Bot powered by Telegram Bot API


About

πŸ€– Quotex CHF/JPY Signal Bot is a specialized Telegram bot designed exclusively for the CHF/JPY currency pair, delivering real-time trading signals tailored for the Quotex trading platform. It uses technical indicators like RSI and EMA to analyze market conditions and help traders make informed decisions with high-accuracy entry signals.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages