fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. SATI Autotrading Institute
    3. Controversial
    • Profile
    • Following 2
    • Followers 2
    • Topics 7
    • Posts 27
    • Best 1
    • Controversial 9
    • Groups 0

    Controversial posts made by SATI Autotrading Institute

    • RE: Are you interested in a 5 months proven trasrecord EA?

      @faisalfiaz2002 d3b78b36-5d91-4cdd-be12-b7d41a0c5d5d-image.png

      profit factor : 1.97
      recovery factor: 3.44

      posted in Questions & Answers
      SATI Autotrading Institute
      SATI Autotrading Institute
    • Are you interested in a 5 months proven trasrecord EA?

      https://www.darwinex.com/account/D.366001

      00e8fe4d-5680-482e-9172-a4b824dc1322-image.png

      It dont use martingale, just renko candles and a statistical aproach , it focus on 1/5 possitive ratios, with 34% of acumulated returns and less than 10% of DD.

      Its a volatility based EA, in order to much more volatility exist better result you will get.

      posted in Questions & Answers
      SATI Autotrading Institute
      SATI Autotrading Institute
    • Automatic strategy generator for FxDreema?

      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

      posted in Tutorials by Users
      SATI Autotrading Institute
      SATI Autotrading Institute
    • I finally solve the bug how to use keyboard hotkeys !

      Just DM and I'll tell you how you can buy, sell, or make any action with the key you want.

      posted in Bug Reports
      SATI Autotrading Institute
      SATI Autotrading Institute
    • RE: questioning question

      No renko charts, renko indicators could be hard to get the data for programming

      posted in Questions & Answers
      SATI Autotrading Institute
      SATI Autotrading Institute
    • RE: questioning question

      this one have much more time living, like 5 months its an intradia 1/5 ratio:

      https://www.darwinex.com/account/D.366001

      All the EAs iam showing to you dont use martingale

      posted in Questions & Answers
      SATI Autotrading Institute
      SATI Autotrading Institute
    • RE: questioning question

      Hi bro i make something interesting using renko scalping on volatility enviroment, good winrate good revenue and low DD , i will show to you in the next link;

      https://www.darwinex.com/account/D.374975

      posted in Questions & Answers
      SATI Autotrading Institute
      SATI Autotrading Institute
    • RE: Grid Hedge HFT Trading Robot

      This is an EA that is beeing tested in demo, as we tests all our systems like that, and suggest everyone to do so.
      Here, we are focused in risk management, and also we try to be as conservative as posible with this HFT approach to market.
      Strategies that open trades this amount of times per day are very risky in terms of spread, slippage and commissions.

      Best Regards, Martin.

      posted in Questions & Answers
      SATI Autotrading Institute
      SATI Autotrading Institute
    • RE: Can antiMG strategies work?

      https://sierratrading.org/

      posted in Questions & Answers
      SATI Autotrading Institute
      SATI Autotrading Institute
    • 1 / 1