fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search

    Automatic strategy generator for FxDreema?

    Tutorials by Users
    1
    1
    15
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • SATI Autotrading Institute
      SATI Autotrading Institute last edited by

      Hi mates here is an interesting tool is like an Strategy Quant but generates strategies with structions to build them in fxDreema, lol, you heard of it?, its name is Hyperion.

      https://hyperion.clubpqtraders.com Captura de pantalla 2026-06-08 224230.png Captura de pantalla 2026-06-13 232018.png Captura de pantalla 2026-06-14 000102.png

      Here the instructions:5bc20ade-3b6a-4258-a170-2364db82f8db-image.png

      fxDreema Recreation Guide — Strategy Prime X (Hyperion)

      IMPORTANT: fxDreema cannot import external MQL5 files. This guide walks you
      through building the equivalent strategy visually from scratch in fxDreema.


      STRATEGY SUMMARY

      Strategy : Bollinger Band Breakout (period 14, 2
      Pair : USDJPY
      Timeframe : H1
      Direction : Short only (Sell)
      Session : 07:00 — 20:00 UTC
      Days : Monday, Tuesday, Wednesday
      SL : 2.0 × ATR(14)
      TP : 3.0 × ATR(14)
      Lot Size : 3.04

      OOS Results (out-of-sample validation):
      Profit Factor : 1.54
      Win Rate : 50.0%
      Max Drawdown : 7.09%
      Total Trades : 52


      HOW fxDreema WORKS (quick reference)

      • Blocks are connected VERTICALLY (top to bottom)
      • Orange output = TRUE / condition met → goes to next block
      • Grey/White output = FALSE / condition not met → flow ends or goes to fallback
      • Each block is a "checkpoint" the trade signal must pass through
      • Project URL: https://fxdreema.com (create a free account to start)

      STEP 0 — CREATE A NEW PROJECT

      1. Go to https://fxdreema.com and log in / create account
      2. Click "+ New Project"
      3. Set Platform: MetaTrader 5 (MT5)
      4. Set Symbol: USDJPY
      5. Set Timeframe: H1
      6. Click "Create" — you will see the visual editor canvas

      STEP 1 — SET UP THE EVENT TRIGGER

      1. From the Blocks panel, drag "OnTick" event block to the canvas
        (this triggers your strategy on every new tick/bar)
      2. Connect OnTick orange output downward to the next block

      STEP 2 — ADD SESSION / TIME FILTER

      1. Add block: "Time Filter"
        • Start Hour: 7 (UTC)
        • End Hour: 20 (UTC)
      2. Add block: "Day Filter"
        • Enable only: Monday, Tuesday, Wednesday
      3. Orange output from Day Filter → next condition block
      4. Grey output → do nothing (end of flow)

      STEP 3 — ADD POSITION CHECK (NO STACKING)

      1. Add block: "Has Open Position?"
        • Check for open trades on this symbol
      2. Grey output (no position open) → next condition block (signal logic)
      3. Orange output (position already open) → do nothing / end

      STEP 4 — SIGNAL LOGIC (ENTRY CONDITIONS)

      Step 1. Strategy type: bb_breakout — refer to the MQL5 source code signal logic section for exact conditions.
      Step 2. In fxDreema: add the corresponding indicator blocks and connect them matching the signal logic.

      NOTE: In fxDreema each condition block has an Orange output (condition TRUE)
      and a Grey output (condition FALSE). Always connect Orange → next step.


      STEP 5 — ADD ATR INDICATOR FOR SL/TP

      1. Add block: ATR (Average True Range)
        • Period: 14
        • Timeframe: H1
          → Store result as "ATR_Value"

      STEP 6 — ADD BUY ORDER BLOCK (LONG ENTRY)

      1. Add block: "Buy Now" (or "Market Order — Buy")
        • Lot Size: 3.04
        • Stop Loss: ATR_Value × 2.0 (below entry price)
        • Take Profit: ATR_Value × 3.0 (above entry price)
        • Comment: "SPX_bb_breakout"
      2. Connect Orange output from LONG signal condition → this Buy block

      STEP 7 — ADD SELL ORDER BLOCK (SHORT ENTRY)

      1. Add block: "Sell Now" (or "Market Order — Sell")
        • Lot Size: 3.04
        • Stop Loss: ATR_Value × 2.0 (above entry price)
        • Take Profit: ATR_Value × 3.0 (below entry price)
        • Comment: "SPX_bb_breakout"
      2. Connect Orange output from SHORT signal condition → this Sell block
        (Skip the Buy block if Direction = Short only)

      STEP 8 — COMPILE AND DOWNLOAD

      1. Click the "Compile" button (top toolbar in fxDreema)
      2. Fix any red indicators (wrong connections or missing block params)
      3. Once compiled successfully:
        • Click "Download" → choose "MQ5 + EX5" (MetaTrader 5)
        • You will get: strategy.mq5 (source code) + strategy.ex5 (compiled)
      4. Copy strategy.ex5 to:
        MT5 → File → Open Data Folder → MQL5 → Experts
      5. Refresh MT5 navigator and drag the EA onto the USDJPY H1 chart

      STEP 9 — BACKTESTING IN MT5 STRATEGY TESTER

      1. Open Strategy Tester: Ctrl+R (or View → Strategy Tester)
      2. Select your EA, Symbol=USDJPY, Timeframe=H1
      3. Set date range and modeling: Every Tick (most accurate)
      4. Click Start — compare results to SPX OOS metrics above

      FULL MQL5 SOURCE CODE (for reference)

      This guide is a companion to the .mq5 file downloaded from Hyperion SPX.
      For the exact compiled logic, use the Source Code download button.
      The fxDreema rebuild is for visual editing and further customization.

      ================================================================================
      Generated by Strategy Prime X — Hyperion SPX
      https://hyperion.clubpqtraders.com

      Te brindamos una formación competitiva para que puedas desempeñarte en tu carrera como trader algorítmico, o para que puedas desempeñarte como developer de EAs en cualquier bolsa freelance.

      1 Reply Last reply Reply Quote -1
      • 1 / 1
      • First post
        Last post

      Online Users

      M
      H
      C
      I
      I
      E
      E
      O
      O
      D
      F

      20
      Online

      146.6k
      Users

      22.4k
      Topics

      122.6k
      Posts

      Powered by NodeBB Forums | Contributors