Skip to content

Getting Started

Welcome to RQF-ML! This guide will help you set up the system and understand its components.

Prerequisites

Before you begin, ensure you have:

  • TradingView account (Pro+ recommended for webhook alerts)
  • Python 3.10+ installed
  • Git for version control
  • Claude Code CLI (optional, for skills)

System Components

graph LR
    subgraph "Development"
        A[Pine v6 Indicators]
        B[Python Backtest]
        C[ML Models]
    end

    subgraph "Execution"
        D[TradingView]
        E[Webhook Handler]
        F[MT5/Exchange]
    end

    subgraph "Monitoring"
        G[Metrics]
        H[Alerts]
    end

    A --> D
    B --> C
    C --> A
    D --> E
    E --> F
    F --> G
    G --> H

Quick Navigation

  • Installation


    Set up your local development environment

    Install

  • Quick Start


    Get your first indicator running in TradingView

    Quick Start

  • Configuration


    Configure the system for your needs

    Configure

Supported Markets

Market Symbols Notes
Futures MNQ, NQ, MES, ES, MYM, YM, M2K, RTY Equity indices
Metals GC, MGC, SI Gold, Silver
Energy CL, MCL Crude Oil
Crypto BTCUSD, ETHUSD, SOLUSD And variants
Forex EURUSD, GBPUSD, USDJPY, etc. Major pairs

Next Steps

  1. Install the system - Set up Python environment
  2. Quick Start - Add indicator to TradingView
  3. Learn the concepts - Understand ICT methodology
  4. Configure alerts - Set up webhook automation