SkillAgentSearch skills...

Forex Trading AI Agent

About AI quantitative trading platform for crypto, stocks, and forex with backtesting, live trading, market data, and multi-agent research.vibe-trading ,trading-agents,ai-trader,ai-trading

Install / Use

npx skills add Signal-Execution-Labs/forex-trading-ai-agent

Installs into whichever agent you are using.

About this skill

Quality Score

0/100

Supported Platforms

Universal

README

K.I.T. - Knight Industries Trading

<p align="center"> <img src="https://img.shields.io/badge/🎬_POWERED_BY-TRADERLIFESTYLE_ON_YT-red?style=for-the-badge&labelColor=black" alt="Powered by TraderLifestyle"/> </p> <h3 align="center"> ⭐ POWERED BY <a href="https://youtube.com/@TraderLifestyle">TRADERLIFESTYLE ON YOUTUBE</a> ⭐ </h3>

Fork: This tree is maintained by datagridSolution. Upstream lineage traces to the K.I.T. project referenced in package.json history.

License: MIT Node.js TypeScript PRs Welcome

Your Autonomous AI Financial Agent 🤖💰

K.I.T. is your personal AI trading agent - like having a professional trader working for you 24/7. Just tell it what you want, and it handles everything else.

"One man can make a difference... especially with proper position sizing."
   - K.I.T.

🚀 One-Line Installation

Windows (CMD)

cd C:\ && git clone https://github.com/kayzaa/k.i.t.-bot.git && cd k.i.t.-bot && npm install && npm run build && npm link && kit start

Linux / macOS

cd ~ && git clone https://github.com/kayzaa/k.i.t.-bot.git && cd k.i.t.-bot && npm install && npm run build && sudo npm link && kit start

That's it! Dashboard opens automatically at http://localhost:18799/

After installation, use kit from anywhere:

kit start       # Start gateway + dashboard
kit --help      # Show all commands

🎯 Two Ways to Use K.I.T.

1️⃣ As Your Personal AI Trader (No Coding!)

Just install, connect, and chat. K.I.T. does the rest.

kit start                    # Start K.I.T.
kit connect binance          # Connect exchange
kit connect telegram         # Connect Telegram
# Done! Chat with K.I.T. via Telegram

K.I.T. can:

  • 📊 Trade autonomously based on your goals
  • 💬 Understand natural language ("Buy BTC when RSI below 30")
  • 📡 Copy signals from Telegram channels automatically
  • 🔔 Alert you about important market events
  • 📈 Analyze any market on request
  • 🛡️ Manage risk automatically

2️⃣ As a Framework for Developers

Build your own trading bots, apps, and services.

import { createBot } from 'kit';
const bot = createBot({ exchange: 'binance', strategy: 'rsi' });
bot.start();

👉 See Developer SDK


🚀 Quick Start

Install

# Clone repository
git clone https://github.com/kayzaa/k.i.t.-bot.git
cd k.i.t.-bot

# Install dependencies
npm install

# Build
npm run build

# Start
npm start

Initialize

# Interactive setup wizard
kit init

# Or start with demo mode (no API keys needed!)
kit init --demo

Start Trading

# Start the Gateway
kit gateway start

# Check your portfolio
kit portfolio

# Analyze a pair
kit analyze BTC/USDT

# Execute your first trade (demo mode)
kit trade buy BTC/USDT 100 --demo

That's it! 🎉 K.I.T. is running.


✨ Features

| Feature | Description | |---------|-------------| | 🤖 Autonomous Trading | Trades 24/7/365 across all markets | | 📊 Portfolio Management | Unified view across all exchanges | | 📈 Technical Analysis | RSI, MACD, Bollinger, MA, and more | | 🛡️ Risk Management | Stop-loss, position sizing, daily limits | | ⏮️ Backtesting | Test strategies with historical data | | 🔔 Alerts | Price, indicator, and portfolio alerts | | 📰 News Integration | Sentiment analysis and event tracking | | 💬 Multi-Channel | Control via Telegram, Discord, CLI | | 🛠️ Developer SDK | Build your own trading bots & apps | | 📜 Pine Script Generator | Create TradingView indicators & strategies | | 👥 Social Trading | Copy signals from bots & top traders | | 🐦 Twitter Integration | Auto-post signals & analysis to Twitter/X |


💰 Supported Markets

| Market | Exchanges/Brokers | Status | |--------|------------------|--------| | 🪙 Crypto | Binance, Kraken, Coinbase, OKX, Bybit | ✅ Ready | | 💱 Forex | MetaTrader 4/5, RoboForex, IC Markets, OANDA, Pepperstone, XM | ✅ Ready | | 📈 Stocks | Interactive Brokers, Alpaca | 🚧 Beta | | 🏦 DeFi | Uniswap, Aave, Lido | 📋 Planned |


🆕 New Skills

📜 TradingView Script Generator

Generate Pine Script v5 code for TradingView from simple descriptions:

# Generate RSI indicator
kit pine indicator --type rsi --name "My RSI"

# Generate MA crossover strategy
kit pine strategy --name "MA Cross" --indicators "ema:9,ema:21" --entry "cross_above" --exit "cross_below"

# Generate from description
kit pine describe "Create a strategy that buys when RSI is below 30"

Features:

  • Natural language → Pine Script conversion
  • Indicator templates (RSI, MACD, Bollinger, EMA)
  • Strategy templates with TP/SL
  • Auto-generate K.I.T. webhook alerts

👉 See TradingView Script Skill


👥 Social Trading

Copy trades from signal providers, Telegram bots, and top traders:

# Add a signal source
kit social add telegram @CryptoSignalsVIP

# List sources
kit social sources

# View performance
kit social stats

Supported Sources:

  • 📱 Telegram channels & bots
  • 💬 Discord servers
  • 🐦 Twitter/X accounts
  • 🔗 Custom webhooks
  • 📊 Binance Copy Trading

Features:

  • Universal signal parser (multiple formats)
  • Risk-adjusted position sizing
  • Duplicate detection
  • Performance tracking per source

👉 See Social Trading Skill


🐦 Twitter Posting

Automatically share signals and analysis on Twitter/X:

# Post a signal
kit twitter signal BTC/USDT LONG 45000 --tp 47000 --sl 44000

# Post analysis
kit twitter analysis ETH/USDT --timeframe 4H

# Post custom tweet
kit twitter post "Market update..." --image chart.png

Auto-Post Features:

  • 📈 Trading signals with charts
  • 📊 Technical analysis summaries
  • 📅 Daily/weekly performance reports
  • ⚠️ Market alerts

Safety:

  • Rate limiting (max posts per hour/day)
  • Content validation
  • Automatic disclaimer inclusion

👉 See Twitter Posting Skill


🛠️ 66 Professional Skills

K.I.T. comes packed with 66 trading skills - your complete trading arsenal!

🤖 AI & Analysis (8)

| Skill | Description | |-------|-------------| | ai-predictor | ML price predictions (LSTM, XGBoost) | | ai-screener | AI market screening | | sentiment-analyzer | Social/news sentiment | | market-analysis | 50+ technical indicators | | news-tracker | Breaking news alerts | | quant-engine | Factor models & alpha | | order-flow | Market microstructure | | correlation-matrix | Asset correlations |

📈 Trading (12)

| Skill | Description | |-------|-------------| | auto-trader | Autonomous trading | | smart-router | TWAP/VWAP execution | | smart-order-router | Best execution routing | | signal-copier | Copy trading signals | | options-trader | Options with Greeks | | binary-options | Binary options analysis | | stock-trader | Stock trading | | paper-trading | Risk-free practice | | twap-bot | Time-weighted execution | | session-timer | Market sessions | | lot-size-calculator | Position sizing | | pip-calculator | Forex pip values |

🔄 Automation (10)

| Skill | Description | |-------|-------------| | grid-bot | Grid trading | | leveraged-grid | Margin grid trading | | trailing-grid | Dynamic trailing grids | | dca-bot | Dollar cost averaging | | task-scheduler | Schedule any task | | alert-system | Price/indicator alerts | | multi-condition-alerts | Complex alert logic | | signal-bot | Generate & broadcast | | rebalancer | Portfolio rebalancing | | portfolio-rebalancer | Advanced rebalancing |

⚡ Arbitrage (5)

| Skill | Description | |-------|-------------| | arbitrage-finder | Cross-exchange arb | | arbitrage-hunter | Aggressive hunting | | spot-futures-arb | Cash & carry | | funding-rate-arb | Perp funding capture | | liquidity-monitor | Depth tracking |

🌐 DeFi (5)

| Skill | Description | |-------|-------------| | defi-connector | Protocol integration | | defi-dashboard | DeFi portfolio | | defi-yield | Yield farming optimizer | | debank-aggregator | DeBank data | | wallet-connector | Multi-wallet |

📡 Social (6)

| Skill | Description | |-------|-------------| | social-trading | Social copy trading | | copy-trader | Copy specific traders | | whale-tracker | Large wallet tracking | | twitter-posting | Auto-post signals | | social-feed | Trading feed | | kitbot-forum | Community integration |

🛡️ Risk & Tax (6)

| Skill | Description | |-------|-------------| | tax-calculator | FIFO/LIFO tax calc | | tax-tracker | Trade tax tracking | | risk-calculator | Position risk | | risk-ai | AI risk analysis | | compliance | Regulatory checks | | prop-firm-manager | Funded accounts |

💰 Portfolio (8)

| Skill | Description | |-------|-------------| | portfolio-tracker | Multi-exchange view | | performance-report | Trading metrics | | trade-journal | Trading diary | | backtester | Strategy testing | | dividend-manager | Dividend tracking | | multi-asset | Multi-asset portfolio | | economic-calendar | Economic events | | payment-processor | Crypto payments |

🔗 Connectors (6)

| Skill | Description | |-------|-------------| | exchange-connector | Universal exchange API | | metatrader | MT4/MT5 integration | | etoro-connector | eToro integration | | tradingview-script | Pine Script generator | | tradingview-webhook | Alert receiver

Related Skills

View on GitHub
GitHub Stars125
CategoryDevelopment
Updated4h ago
Forks865

Languages

TypeScript

Security Score

100/100

Audited on Aug 8, 2026

No findings