HomeSample Page

Sample Page Title


BLAZE SYNCHRO EA – HOW TO SET UP

INFO

Working Specs:

Core Options:


STEP 1 – INSTALLATION

For MT5:

  1. Buy Blaze Synchro EA from the MQL5 Market
  2. The EA installs routinely into your MetaTrader 5 terminal
  3. Open the Navigator panel (Ctrl+N)
  4. Discover “Blaze Synchro EA” below Knowledgeable Advisors > Market
  5. Drag it onto your required chart (M1 or M5 timeframe)

For MT4:

  1. Buy Blaze Synchro EA from the MQL5 Market
  2. The EA installs routinely into your MetaTrader 4 terminal
  3. Open the Navigator panel (Ctrl+N)
  4. Discover “Blaze Synchro EA” below Knowledgeable Advisors > Market
  5. Drag it onto your required chart (M1 or M5 timeframe)

Vital: Allow WebRequest for Information Filter

The Information Filter requires web entry to fetch the financial calendar.

MT4: Go to Instruments > Choices > Knowledgeable Advisors > Test “Enable WebRequest for listed URL” and add:

https://nfs.faireconomy.media

MT5: Go to Instruments > Choices > Knowledgeable Advisors > Test “Enable WebRequest for listed URL” and add:

https://nfs.faireconomy.media

Additionally make sure that “Enable algorithmic buying and selling” is enabled.

Load a Preset

Within the EA Inputs tab, click on Load and choose a preset matching your pair and timeframe (e.g.,  Blaze_Synchro_eurusd_m1.set ). Click on OK to begin.


STEP 2 – STRATEGY SELECTION

Blaze Synchro EA affords two distinct buying and selling modes managed by the Technique parameter:

Scalp Mode (Technique = 0)

Finest for: Merchants preferring single-entry scalping with out grid publicity. Decrease danger with outlined TP and SL per commerce.

Grid Mode (Technique = 1) — DEFAULT

Finest for: Merchants who need grid restoration with martingale development. Larger danger however stronger restoration functionality.


STEP 3 – MONEY MANAGEMENT

When Autolot = true, the EA calculates lot measurement routinely based mostly in your free margin:

Handbook Mode

Set Autolot = false to make use of mounted lot sizes:

Grid Lot Development (Grid Mode Solely)

In Grid mode, every subsequent grid order multiplies the lot measurement:

Grid DegreeCalculation (Martin = 1.5)Lot Measurement
Degree 10.01 × 1.5^00.01
Degree 20.01 × 1.5^10.02
Degree 30.01 × 1.5^20.03
Degree 40.01 × 1.5^30.04
Degree 50.01 × 1.5^40.05
Degree 60.01 × 1.5^50.08
Degree 70.01 × 1.5^60.11
Degree 80.01 × 1.5^70.17
Degree 90.01 × 1.5^80.26
Degree 100.01 × 1.5^90.38

All heaps are rounded to dealer’s lot step and capped by MaxLot.


STEP 4 – GRID SETTINGS

These parameters management how the grid is constructed and expanded (Grid mode solely):

ParameterDefaultDescription
Martin1.5Lot multiplier per grid degree
MaxOrdersBuy10Most purchase orders within the grid
MaxOrdersSell10Most promote orders within the grid
MinuteStop0Minimal minutes between grid orders (0 = disabled)
Flag_Use_hedgetrueEnable purchase and promote positions concurrently

Distance System

The grid makes use of a two-phase distance calculation:

ParameterDefaultDescription
Fix_Distance200Mounted distance in factors for preliminary grid orders
Order_dinamic_distance6Variety of orders earlier than switching to dynamic distance
Dynamic_distance_start200Beginning distance when dynamic mode prompts
Distance_multiplier1.2Multiplier utilized to distance for every subsequent dynamic order

Instance (defaults):

Grid DegreeSectionDistance
Orders 1-6Mounted200 pts every
Order 7Dynamic200 pts
Order 8Dynamic200 × 1.2 = 240 pts
Order 9Dynamic240 × 1.2 = 288 pts
Order 10Dynamic288 × 1.2 = 346 pts

The dynamic section creates a widening grid that areas orders additional aside as drawdown deepens, decreasing the speed of capital dedication.


STEP 5 – TAKE PROFIT & STOP LOSS

Digital vs Actual Modes

Every of TP, SL, and Trailing will be set independently to Digital or Actual:

ModeThe way it works
DigitalEA manages exit ranges internally. Nothing is positioned on dealer server. Requires EA to be operating. Hides ranges from dealer.
ActualEA locations precise TP/SL on the order by way of OrderModify(). Seen to dealer. Works even when EA disconnects.

Grid Mode Settings

ParameterDefaultDescription
TP_ModeDigitalTake revenue mode (Actual or Digital)
TP200Take revenue in factors (0 = disabled)
SL_ModeDigitalCease loss mode (Actual or Digital)
SL0Cease loss in factors (0 = disabled)

Take revenue is calculated from the weighted common entry worth throughout all grid orders.

Scalp Mode Settings

ParameterDefaultDescription
TP_virt50Digital take revenue in factors
SL_virt1500Digital cease loss in factors
LevelTPFrom losslessTP from open worth or breakeven degree
Flag_Close_AllfalseShut all sides at TP/SL or simply the triggered aspect

STEP 6 – TRAILING STOP

The trailing cease prompts after the place reaches a minimal revenue threshold, then follows worth to lock in beneficial properties.

ParameterDefaultDescription
Trail_ModeDigitalTrailing mode (Actual or Digital)
iTS (Path Begin)0Factors of revenue earlier than trailing prompts (0 = disabled)
iTD (Path Step)100Trailing step/distance in factors

The way it works: As soon as whole grid revenue exceeds  iTS  factors, the EA begins trailing. If worth retraces by  iTD  factors from the height, all orders are closed (Digital mode) or SL is modified (Actual mode).

Be aware: Set  iTS = 0  to disable trailing. When disabled, the EA depends on TP and overlap restoration to shut positions.


STEP 7 – OVERLAP RECOVERY

The Overlap system reduces drawdown by pairing grid orders for mixed revenue closing.

ParameterDefaultDescription
OverlaptrueAllow overlap restoration mechanism
OverlapOrderNumber8Minimal open orders earlier than overlap prompts
OverlapPercent3Revenue goal (%) for overlap pair shut

The way it works:

  1. Overlap prompts when open order depend on one aspect (purchase or promote) reaches  OverlapOrderNumber
  2. The EA pairs the oldest order (deepest in loss) with the latest order (most in revenue)
  3. When the mixed revenue of each orders meets or exceeds  OverlapPercent  of whole heaps price, each are closed
  4. This course of repeats on each tick, regularly peeling order pairs from the grid edges

Profit: Reduces grid measurement and frees margin with out ready for worth to reverse to the complete grid TP degree.


STEP 8 – SIGNAL SETTINGS

All entries require RSI + twin ATR affirmation. All three situations have to be met concurrently.

RSI (Relative Power Index)

ParameterDefaultDescription
RSI_Period7RSI calculation interval
RSI_Up_Level80Overbought degree (triggers promote sign)
RSI_Down_Level40Oversold degree (triggers purchase sign)

ATR Volatility Filter 1 (Present Timeframe)

ParameterDefaultDescription
ATR_Signal_Period15ATR interval
ATR_form10Minimal ATR threshold (factors)
ATR_to100Most ATR threshold (factors)

Sign is legitimate solely when ATR (in factors) falls inside the vary:  ATR_form <= ATR <= ATR_to

ATR Volatility Filter 2 (Configurable Timeframe)

ParameterDefaultDescription
ATR_Signal_Period215ATR interval
ATR_form210Minimal ATR threshold (factors)
ATR_to2100Most ATR threshold (factors)
ATR2_TF0 (Present)Timeframe for ATR2 (0 = present chart TF)

Set  ATR2_TF  to the next timeframe (e.g., H1) for multi-timeframe volatility affirmation.

To disable an ATR filter: Set  ATR_form = 0  and  ATR_to = 10000 .


STEP 9 – NEWS FILTER CONFIGURATION

Activation

Set Flag_Use_News = true to allow reside financial calendar filtering.

How It Works

  1. The EA fetches the weekly financial calendar from the FairEconomy API each 4 hours
  2. It filters occasions by forex and influence degree
  3. Buying and selling pauses quarter-hour earlier than and resumes half-hour after every matching occasion
  4. If the API is unavailable, a built-in fallback detects main occasions (NFP, FOMC, CPI, GDP, ECB Fee)

Affect Ranges

ParameterDefaultDescription
highImpacttrueFilter high-impact occasions (NFP, FOMC, and so on.)
medImpacttrueFilter medium-impact occasions
lowImpactfalseFilter low-impact occasions

Timing

ParameterDefaultDescription
closeBefore (minutes)15Cease buying and selling X minutes earlier than occasion
startAfter (minutes)30Resume buying and selling X minutes after occasion
currenciesAUD,CAD,EUR,GBP,JPY,NZD,USDComma-separated checklist of currencies to filter

Information Show on Chart

ParameterDefaultDescription
showNewsBoxtruePresent countdown field on chart
showNewsLinestruePresent vertical traces at occasion occasions
showTexttruePresent occasion title textual content labels
newsCount5Variety of upcoming occasions to show
bgcolorBlackInformation field background coloration

Coloration coding:

WebRequest Setup (REQUIRED)

You MUST add the information URL to your platform’s allowed checklist:

MT4/MT5: Instruments > Choices > Knowledgeable Advisors > Enable WebRequest for listed URL > Add:

https://nfs.faireconomy.media

With out this step, the information filter will use solely the built-in fallback calendar.


STEP 10 – GENERAL SETTINGS

ParameterDefaultDescription
sOrdComm“Blaze Synchro”Remark textual content hooked up to all orders
Magic280920Distinctive EA identifier for order administration
MaxSpred0Most unfold filter in factors (0 = disabled)
Start_Hour0Buying and selling begin hour, server time (0 = at all times on)
End_Hour0Buying and selling finish hour, server time (0 = at all times on)
Flag_Use_hedgetrueEnable simultaneous purchase and promote positions
flag_Hand_OrdfalseEmbody manually positioned orders in EA administration

Vital: If operating a number of cases of Blaze Synchro on the identical account, every occasion MUST have a novel Magic Quantity to stop order conflicts.


PANEL

As soon as operating, the EA shows a real-time dashboard in your chart displaying:

Click on the Purchase or Promote button to toggle that route on/off straight from the chart. Disabling a route solely prevents new orders – current orders proceed to be managed.

Panel Customization

ParameterDefaultDescription
X1 / Y110 / 30Panel place (pixels from top-left)
fDrawtrueAllow/disable panel show
ColorTextWhitePanel textual content coloration
ColorFonRecDarkVioletPanel background coloration
FontSizeMark13Information textual content font measurement
FontNameMarkVerdanaInformation textual content font title

Set  fDraw = false  to cover the panel (reduces CPU utilization on VPS).


PRESETS

14 pre-optimized preset recordsdata are included for rapid deployment:

PairTimeframePreset File
AUDUSDM1 Blaze_Synchro_audusd_m1.set
EURAUDM1 Blaze_Synchro_euraud_m1.set
EURCADM1 Blaze_Synchro_eurcad_m1.set
EURUSDM1 Blaze_Synchro_eurusd_m1.set
GBPAUDM1 Blaze_Synchro_gbpaud_m1.set
GBPUSDM1 Blaze_Synchro_gbpusd_m1.set
NZDJPYM1 Blaze_Synchro_nzdjpy_m1.set
NZDUSDM1 Blaze_Synchro_nzdusd_m1.set
USDCADM1 Blaze_Synchro_usdcad_m1.set
USDJPYM1 Blaze_Synchro_usdjpy_m1.set
XAUUSD (2-digit)M1 Blaze_Synchro_xauusd_2_digits_m1.set
XAUUSD (3-digit)M1 Blaze_Synchro_xauusd_3_digits_m1.set
XAUUSD (2-digit)M5 Blaze_Synchro_m5_xauusd_2_digits.set
XAUUSD (3-digit)M5 Blaze_Synchro_m5_xauusd_3_digits.set

To load a preset: Open EA Inputs tab → Click on Load → Choose the matching  .set  file → Click on OK.


If you’re new to Blaze Synchro, use these settings:

  1. Technique = Grid (default – offers restoration functionality)
  2. Autolot = true (let the EA handle lot sizes based mostly in your margin)
  3. Load a preset matching your pair and timeframe
  4. Flag_Use_News = true (allow information filter, particularly for XAUUSD)
  5. MaxOrdersBuy / MaxOrdersSell = 10 (do not enhance till skilled)
  6. Begin on Demo (take a look at for not less than 2-4 weeks earlier than going reside)

IMPORTANT NOTES

  1. Presets: All the time load the matching preset to your pair and timeframe. Default parameters are generic – presets comprise pair-specific optimizations for grid spacing, sign sensitivity, and distance calculations.

  2. Multi-Pair: Blaze Synchro helps operating on a number of pairs concurrently. Every chart occasion should have a novel Magic Quantity.

  3. VPS: For greatest outcomes, run on a VPS situated near your dealer’s server. M1 scalping requires the EA to be operating constantly.

  4. Dealer: Select an ECN dealer with tight spreads. Huge spreads will set off the MaxSpred filter and stop buying and selling.

  5. WebRequest: The information filter REQUIRES the WebRequest URL to be added in platform settings. With out it, solely the pattern-based fallback works.

  6. Martingale Danger: Grid mode with martingale will increase publicity exponentially. A ten-level grid with Martin=1.5 leads to a closing order 38x the preliminary lot measurement. All the time take a look at on demo first and use MaxOrders + MaxLot to cap danger.

  7. Hedging: In case your dealer doesn’t assist hedging, set  Flag_Use_hedge = false . The EA will solely commerce in a single route at a time.


Related Articles

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Latest Articles