Re: Grid Trading with EA Studio Experts (Averaging Down)

Hi Algotrader21,

Interestingly, we started from a similar approach by focusing on one main asset. About two years ago, I used EURUSD — in your case it was XAUUSD — to break the ice and start building the foundation of what we do today.

Just to clarify one point about the grid system DOE: I never presented these early results as confirmation.

When I wrote that the incubator was “100% profitable,” I only meant to highlight that I have never seen an incubator with single-trade EAs all in profit at the same time. For me, that is interesting, but not surprising either — that is exactly the kind of effect the grid is supposed to produce in the early stage. The EOM 1:1 benchmark will run for at least 6 months before any decision is made.

More generally, on data quality and validation depth, our process is much broader than what may appear from a short forum post. In practice, we run:

* extensive backtests from 2016 to 2025
* + 1-year rolling WFA on never-seen data
* demo validation inside long-running incubators on broker accounts
* MT4 tick-data backtests to build Master EAs
* portfolio validation and portfolio construction with QA
* and then the signals platform layer, where the selected strategies are copied to real accounts

So behind this specific experiment there is actually a much longer and more articulated workflow. It takes time, money, infrastructure, and a lot of coordination — but that is also what makes the discussion interesting for me.

Maybe we could organize a call and exchange thoughts sometime, if you like. I am sure we could learn from each other, and I would be genuinely happy to compare approaches.

Vincenzo

Re: Grid Trading with EA Studio Experts (Averaging Down)

Hi Popov,

I would like to share a first follow-up on the EA Plus grid DOE.

This first benchmark compares the original EA versus the Grid version running in parallel on XAUUSD M5, using pips only over the last 30 days.
    •    Original EA: incubator 05_gold_str18_bb, magic 78456231
    •    Grid EA Plus version: incubator i70_Eastudio_grid, magic 10056231

The underlying code base is the same family. The original logic has no fixed SL, only TP. The Grid version keeps the same base behavior until the Grid starts, and then the basket management takes over.

On the last 30 days, the behavior is dramatically different:

Original:
    •    2 closed trades
    •    -7,946.6 pips
    •    1 open Buy with -5,003.4 pips floating

Grid:
    •    80 closed trades
    •    +9,371.9 pips
    •    1 open Buy with +20.8 pips floating

The key point is that the Grid does not only change the result — it changes the behavior of the EA completely.

I reconstructed the Grid cycles over the same 30-day window:

    •    34 cycles total
    •    15 cycles closed at pos.0
    •    19 cycles activated the Grid at least once
    •    44.1% of cycles closed without Grid activation
    •    85.3% of cycles closed within pos.2
    •    only 1 cycle reached pos.5

I also confirmed that Pair Grid Closing is active in real behavior:

    there were several cases where the first/original position and the last opened position were closed together while one or more middle positions remained open. So the Grid is not simply waiting for full basket closure — it is actively reshaping the basket.

    My first impression is that EA Plus does not remove grid risk, but reshapes the grid dynamics in a way that may make it less risky than a traditional grid system. The smart combination of Pair Grid Closing and Fibonacci Grid steps may be one of the real differentiators here.

    That said, this is still only a working hypothesis. We definitely need more data over time before we can form a solid conclusion.

    Based on this first 30-day snapshot, I have already added 13 more EAs to the analysis pipeline, so the next updates should become much more representative as the sample broadens.

    I am attaching the full report below.

    Vincenzo

    Post's attachments

    ea_plus_grid_followup_report.pdf 93.46 kb, 6 downloads since 2026-04-01 

    You don't have the permssions to download the attachments of this post.

    Re: Grid Trading with EA Studio Experts (Averaging Down)

    Hi Popov,

    I am attaching below the current DOE summary table and the master dataset structure we are using to compare the original EA versus the EA Plus Grid version.

    The benchmark is currently based on:

        •    closed pips
        •    open floating pips
        •    valley in pips
        •    cycle reconstruction
        •    grid activation frequency
        •    depth reached
        •    recovery time
        •    and pair-closing evidence from the order flow

    One more important point is that we are currently automating this whole workflow with AI, so the goal is to make it painless in terms of time and resources, and 100% reproducible at every month-end (at least for the next 6 rolling months).

    That is also why any suggestion on what else to measure is very welcome: once the logic is defined, adding one more metric to the process is basically costless for us.

    Since you know the Grid logic better than anyone, I would be very interested to know whether, in your view, there is any additional metric that would be especially useful to measure at this stage.

    In particular, if there is something important in the Grid behavior that you think we are still missing or you would need to check or measure for further developments, I would be very happy to include it in the next iteration of the dataset.

    Best regards,
    Vincenzo

    Post's attachments

    grid_doe_summary_master_with_dictionary copy.xlsx 12.72 kb, 2 downloads since 2026-04-02 

    You don't have the permssions to download the attachments of this post.

    Re: Grid Trading with EA Studio Experts (Averaging Down)

    Vince, if it changes the behaviour then it needs quite a long testing period, no? Because the previous backtest/development is not relevant anymore if it works differently. I'm expecting it to flip-flop from excellent profitability to significant losses and back.

    Re: Grid Trading with EA Studio Experts (Averaging Down)

    Hi footon,

    Yes, I agree. If the Grid changes the behavior materially, then it needs a sufficiently long observation period.

    That is exactly why I do not see these early results as confirmation. At this stage, they are only the first indication that the overlay is changing the operating behavior in a meaningful way.

    The important distinction, though, is that the Grid is not changing the trading logic itself. It is mainly changing the exit and trade-management behavior once the trade is open.

    So these are not new strategies. They are already profitable and selected EAs from our existing workflow, and many of them have already been running for 1–2 years across demo and live environments. So we already know quite well what is behind them and how they normally behave.

    That is also why this experiment is interesting for me: we are not starting from random ideas, but from strategies that have already passed several layers of selection and observation.

    Right now, we are still in the setup phase of the DOE. The goal is to lock the process properly and automate as much of the monitoring workflow as possible, so that monthly tracking becomes consistent, painless, and fully reproducible.

    That is why I am tracking not only profitability, but also:
        •    activation frequency
        •    depth distribution
        •    recovery time
        •    basket restructuring
        •    and risk-path proxies such as valley

    For me, if after at least 6 months we get a bit better profitability, a higher survivability rate, and enough longevity with manageable additional risk, then the whole DOE is worth it.

    At the same time, the last 30 days rolling check is useful as a monthly checkpoint, because it helps us detect early changes in behavior, depth, and risk path long before the full 6-month picture is complete.

    If all fails, I just add another chapter to our journey about what we learned.

    Vincenzo

    Re: Grid Trading with EA Studio Experts (Averaging Down)

    Quick operational update.

    By reviewing the executed trades and matching them back to the installed Grid EAs, I found that a subset of the Plus versions was still running with the original strategy stop loss active.

    This is important, because it means those cases were not pure Grid tests. In some of them, the Grid loss was actually caused by the strategy SL, not by the Grid logic itself.

    Operationally, this confirms a key point of the DOE:

    The Grid is meant to change the exit and basket-management behavior, not the entry logic.
    So if the original strategy stop loss remains active, it can cut exactly the recovery dynamics the Grid is supposed to create.

    For that reason, I will remove the strategy stop loss from the Plus versions going forward, so the Grid can work without interference from the original stop structure.

    The basket-level risk control will then be handled separately through the Grid logic itself, not through the original EA stop loss.

    This was an important operational finding, and exactly the kind of thing this DOE is meant to surface early.

    Happy Easter
    Vincenzo

    Re: Grid Trading with EA Studio Experts (Averaging Down)

    https://www.myfxbook.com/members/decste … n/11491807


    ***

    Hello, good afternoon everyone. For some time now, I've been following the discussions here. Many of you really have great points, but I would like to highlight some areas where I have profitable experience executing this type of strategy, and I can prove it. I have audited accounts, I provide signals, and I would really like to share my method with you here.

    First point: the correct way to generate the strategy is, initially, without money management. No strategy should be created with the grid active during the backtesting period. The grid needs to be static and non-optimizable, and it should be adapted to the strategy later. I will give you an example of the technique I currently use.

    First, I take the last 5 years of data. I train it using EA Studio from our dear Popov so it can find all strategies with a **300-point take profit** and a **5000-point stop loss**.

    I will select only the strategies that had absolutely no losses during this period—meaning they didn't draw down more than 25% of the account and didn't hit any stop loss. Because, at the end of the day, if the strategy draws down 5000 points, it means it's not worthy of a cost-averaging (grid) strategy, as it will blow my account. I do all the normal steps everyone here is used to doing, using active robustness tools.

    After that, once the strategy is ready, I add the grid option to it. I do this directly in the code, sometimes even using a good coding LLM.

    It works like this: first of all, so you can continue optimizing the bot using **"Open Prices Only" (Bar Open)**—just like we already do in EA Studio—you need to set the grid system to work solely on the bar open as well. Forget **"Every tick" (OnTick)** once and for all. It's simply not functional; we would waste massive amounts of computing power just to optimize this bot in MT5 on every tick when there's absolutely no need for it. Just give up on OnTick and force the reprocessing of all orders, including the initial grid entries, exclusively on the bar open—exactly how the bot comes out of the box when we export it from EA Studio.

    After that, it's very simple. With the cost-averaging already implemented the way I explained, and having created the strategy under the condition of a 300-point take profit and a 5000-point stop loss, all you need to do is add **16 averaging levels spaced 300 points apart**. Then, add an average price reset (take profit target) 100 points above the standard average price. And there you go, your consistent grid EA is ready.

    When you are going to run an optimization, turn off the cost-averaging. If you want to optimize using the MT5 backtester, it is crucial that the EA is NOT optimized with the averaging option turned on. The averaging should be added later, and *only* later.

    I don't know if everyone was able to grasp the context here, but basically, this is the method I use, and this is what has been working for me. I have 11 champion bots that I use on my own accounts, and I also sell this exact software, which was largely made using EA Studio. I did something even more unbelievable: I used a portfolio strategy. I created 1,000 strategies that didn't draw down 5000 points in the last 5 years, and I added a grid to all of them. This is how I've been doing it. This is how I've been making money. I feel this might help some of you who are still a bit lost on this subject.

    I have been working in the financial market for about 10 years, and I've been making a living off it for 7. So, I believe that if you listen to me and apply it exactly the way I just explained, you will achieve, with 100% certainty, profitability with grid bots. I'll tell you upfront that the returns aren't astronomical, but it is truly a game-changer for this technique.

    Re: Grid Trading with EA Studio Experts (Averaging Down)

    I agree with you, and you raised a great point regarding that. The thing is, as I always like to tell my friends, you have two choices to make. Either you make money with a system and a well-defined strategy that only uses the grid as risk management—and not as the strategy itself—or you stay in a back-and-forth cycle of win-lose, win-lose with strategies that have absolutely no risk management.

    There are other types of management out there. For example, I have a system that applies a Martingale to the next trade. It was also created using EA Studio. When I use this trading system, as soon as it loses a trade, it tries to win on the next one. If it loses the next one, it doubles the lot size and tries to win the next. It just keeps applying the Martingale to the subsequent trade. So, with a 1:1 risk-to-reward ratio—for example, a 200-point Take Profit and a 200-point Stop Loss—it works incredibly well too.

    So the question I leave you with is this: Isn't our ultimate goal profit? Isn't it to put money in our pockets? That is exactly what I have been doing. That's why I wanted to share this method with you, because we have to make a serious choice: we either use a method that, over the long term, proves to be unfunctional, or we use a method where a crash might eventually happen, but by the time that loss comes, we have already made back our initial risk. Make sense?

    Today, I see the financial market as a place where dreams can be realized, you know? I'm not saying this as some fake "trading guru" talk or anything like that. I'm saying it because it's real.

    So, what am I trying to say? I don't know if I managed to convey this properly through my previous texts, but the point is that I managed to find my place in the sun using the grid system—not as the core strategy, but as risk management. As I mentioned above, it is crucial that the strategy is trained without the grid, so it can be added later. If the strategy is profitable without the grid and passes all robustness tests without the grid, then we apply the grid to it.

    For what purpose? To recover drawdowns and to reduce the strategy's stagnation periods precisely when it stops working well in certain market conditions. Therefore, it functions as a tool, not as the strategy itself. You see countless people blowing their accounts all the time with grids because they use the grid as the actual strategy. They don't focus on training their strategy and putting it through robustness tests without the grid first, to then use the grid merely as a tool if the base strategy proves profitable. Do you get what I mean?

    That is exactly my point. The grid needs to be static. The strategy training must happen without the grid activated, and it should only be applied afterward. The best way I found to do this is what I explained above.

    I don't know if I was clear enough in my answers, but well, that's what I wanted to say. I am completely open to discussions, including ways to improve my grid system if you guys have any ideas. I update it every single month. Every month, I retrain the strategies, cycle them out of the portfolio, put new ones in, and then add the grid to them. So, while this account has been running solid for 3 years, the reality is that it has been updated every single month since its creation.

    Re: Grid Trading with EA Studio Experts (Averaging Down)

    Yes, I understand, and I am not going to drag out this discussion. That is your perspective, and I respect it. You manage to make money and have found a method to do so without using risk management for potential recoveries. Unfortunately, I haven't been able to do that.

    But the point is, I believe both you and I are good traders. I believe we are good strategy creators, and we've both made money from the market. At the end of the day, that is what matters. So yes, I respect your point. It was a healthy discussion, and thank you for your feedback.

    Re: Grid Trading with EA Studio Experts (Averaging Down)

    Hi @gabdecsters, nice to “meet” you!

    Very interesting approach, and I agree with the idea of separating the base strategy from the grid layer during the generation and validation phase. That makes sense to me. And it is exactly what I designed in with my DOE.

    At the same time, looking at the actual behavior of the system, I would say that the final result still seems much closer to a pure grid system in terms of floating exposure and drawdown profile than to a standard strategy with just a supportive recovery layer.

    In other words, even if the grid is introduced only later, once it is active the overall risk behavior appears to be dominated by the grid logic. This might be due to different reasons, including that fact that the grid is activated too often.

    For this reason, it could be very interesting if you benchmarked your current implementation against the recently added EA Studio / EA Studio Plus grid option.

    A practical way could be:
        1.    import your base EAs back into EA Studio
        2.    activate the grid there
        3.    export them again with a defined and tailored set of grid settings
        4.    run both versions in parallel under the same conditions

    That would allow a cleaner comparison between:
        •    your custom implementation
        •    the EA Studio Plus grid approach

    and, more importantly, it would show whether the behavior really stays “strategy-led” or whether it effectively converges toward a classic grid profile once floating drawdown starts expanding.

    I think that kind of parallel benchmark would be very valuable.

    Happy to contribute…if you are interested i can share my settings.

    Vincenzo

    Re: Grid Trading with EA Studio Experts (Averaging Down)

    And more generally, this thread was opened by Popov to introduce a new EA Studio feature: Grid Trading with EA Studio Experts (Averaging Down).

    It is completely understandable that grid systems are not for everyone. Many traders have had difficult experiences with them at least once, and Popov himself has repeatedly highlighted the risks and the need for proper testing before using anything live.

    Still, the purpose of this thread is clear: to discuss the grid approach, share experiences, evaluate its real contribution, and, if possible, collaborate in a constructive way.

    Popov has contributed a lot here. As usual, he has put significant effort, time, and professional dedication into developing this new option for EA Studio. He deserves constructive feedback and honest opinions about the feature, but in a respectful and technically useful way.

    That is also why I started this DOE and why I am trying to help keep the discussion focused here.

    I have more than five years of experience with different types of grid systems, with both good and bad lessons learned, and I still work with them today. For that reason, I decided to share my work here openly. I could easily discuss everything privately with Popov, get his feedback directly, organize 1:1 calls, and keep the whole process to myself.

    But that is not the point of a forum.

    I am sharing it here because I want to involve people who are genuinely interested in validating this EA Studio Plus feature, sharing thei experience with grid systems (e.g. gabdecster) and also to be challenged constructively, and to receive real contributions from others who are testing it as well or are simply curious, such as, @footon, and anyone else interested in contributing constructively.

    For me, this should remain about technical contribution, constructive discussion and oservation, and mutual respect.

    Thanks,
    Vincenzo

    Re: Grid Trading with EA Studio Experts (Averaging Down)

    Hi Popov,

    any idea about the Why for some EAs it opens 2 initial positions (pos0)?

    thx
    Vincenzo


    Popov wrote:

    > If you’re interested, we’d be happy to share our findings and setups.

    That's excellent Vinchenzo.

    I'm progressing pretty well with the development and I think, I'll release it for testing within several days.
    Then we will have a lot to discuss about the usage and the parameters.

    We can schedule an online meeting with all users interested in this feature a week after the release to share experience and to plan improvements.

    Post's attachments

    double trades pos0.PNG 15.35 kb, file has never been downloaded. 

    You don't have the permssions to download the attachments of this post.

    Re: Grid Trading with EA Studio Experts (Averaging Down)

    Update – Grid TP aligned with volatility

    Hi everyone,

    quick update on how we are currently defining the Grid Take Profit (currency).

    The goal was to make TP consistent with the actual risk structure of the grid, instead of using arbitrary or fixed values.

    Core idea

    Grid TP is now directly linked to the first grid distance, which itself reflects the underlying volatility.

    So instead of:
        •    fixed TP values
        •    or unrelated targets

    we use:

    TP as a function of the initial grid distance

    How it is calculated

    The logic is:

    Grid TP (€) = GridDistancePip × coefficient (per asset) × (LotSize / 0.01)

    Where:
        •    GridDistancePips = first grid level (already set in the EA)
        •    the coefficient is calibrated per asset
        •    0.01 is the reference size

    So TP always scales with:
        •    volatility (through distance, monthly review)
        •    position size (through lot scaling)

    Example – XAUUSD

    For gold, the first grid distance was derived from daily volatility:
        •    typical daily range is around $130–140
        •    we used ~0.4× of that range → ≈ $54 ≈ 5400 pips

    Then:
        •    GridDistance = 5400 pips
        •    Coefficient ≈ 0.0126
        •    Lot = 0.01

    → TP ≈ 5400 × 0.0126 ≈ 68 €

    These are my settings settings (reference size 0.01)
    GridDistanceSizing = Fibonacci
    GridPairClosing = true

    Asset    Grid Distance    TP (€)
    AUDCAD                45    6
    AUDUSD                30    6
    EURCAD                45    6
    EURGBP                20    5
    EURJPY                50    8
    GBPJPY                70    10
    GBPUSD                35    6
    NZDCAD                45    6
    XAGUSD               200    8
    XAUUSD             5400    68

    Why this approach
        •    TP is no longer arbitrary
        •    it is proportional to the grid structure
        •    it keeps risk/reward consistent across assets
        •    and scales naturally with position size

    Curious to hear your thoughts…

    Vincenzo

    Re: Grid Trading with EA Studio Experts (Averaging Down)

    Grid Portfolio – 37 Trading Days Update

    Hi everyone,

    here’s a structured update after 37 trading sessions on the grid portfolio.

    ⸻ 
    Performance Snapshot

    * Total Return: +1.8% 
    * Monthly Return: +2.2% 
    * Profit Factor: 2.94 
    * Trades: 374 
    * Win Rate: 72.7% 

    ⸻ 
    Execution Profile

    * Avg Win / Avg Loss: ~1:1 
    * Expectancy: ~$5.9 per trade 
    * Trades per day: ~20 
    * Avg duration: ~27h 

    Performance is driven by consistency and frequency, not large winners.

    ⸻ 
    Risk (early observations)

    * Floating DD: ~0.4% 
    * No meaningful drawdown phase observed yet 
    * Track record still short → risk profile not fully expressed 

    ⸻ 
    EA-Level View (Incubator Perspective)

    Total EAs (magic numbers): 18 
    EAs currently in profit: 13 

    EA success rate (early read): ~72%

    ⸻ 
    How to read this number

    * This is a raw indicator (profit vs loss per EA) 
    * It does not account for trade count or maturity

    Important context:

    * Several EAs have very low number of trades (<5) 
      → in some cases, the grid cycle has not activated yet 

    * Many EAs are still in the early incubation phase
    This should be read as:
    early directional signal, not a robust metric

    ⸻ 
    Remark on maturity

    A more meaningful success rate should consider:
    * EAs with >30 trades

    At the moment, the sample is still too small for that filter 
    → this will be evaluated in future updates 

    ⸻ 
    Symbol Insight

    * Performance currently driven mainly by XAUUSD 
    * Other symbols still in early-stage validation

    This reflects edge emerging under specific market conditions

    ⸻ 
    Gold – Strategy vs Grid (EA-level comparison)

    To isolate the effect of the grid, I compared the same EA with and without the grid overlay.

    Original EA (single trades):
    * Trades: 81 
    * Profit Factor: 1.50 
    * Win Rate: 65% 
    * Net Profit: ~11k 
    → Higher volatility and more pronounced equity swings 

    Grid version (same EA):
    * Trades: 129 
    * Profit Factor: 3.10 
    * Win Rate: 79% 
    * Net Profit: ~1.7k (current test window) 
    → Smoother equity curve and more stable progression 

    ⸻ 
    Key takeaway

    The underlying strategy remains the same, but the execution changes:

    The grid does not change the edge 
    It changes how the edge is extracted from price

    Specifically:

    * Transforms fewer large trades into multiple smaller realizations 
    * Uses pair closing to capture oscillations 
    * Increases trade frequency and win rate 
    * Reduces observed equity volatility 

    ⸻ 
    Trade-off

    * Smoother performance in ranging conditions 
    * BUT potential risk accumulation in directional phases still to evaluate

    This remains the key validation step going forward 

    ⸻ 
    Full stats available here:  https://www.fxblue.com/users/i70_Eastudio_grid

    Re: Grid Trading with EA Studio Experts (Averaging Down)

    The hypothesis was right: if a strategy has an indicator-based exit, it can become dangerous when used with grid logic.

    What happened here is not a normal progressive grid drawdown.
    It is a forced basket liquidation.

    You can see it clearly in the daily results: on 2026/04/20 there were 9 closed trades, gross loss of -124.45, and net loss of -112.06. On the equity curve, this appears as a vertical collapse after a period where the system was still holding positive banked return.

    This is exactly the kind of behavior that can happen when the original strategy has an exit based on an indicator signal.

    The problem is structural.

    A normal strategy with indicator exit is designed to manage a single position.
    A grid, instead, is a multi-position structure. It needs time, price movement, and basket management logic to work properly.

    So when you combine the two, a conflict appears:

    * the grid is still trying to recover the basket
    * pair closing may still have room to work
    * but the indicator exit from the original strategy says: close now

    And when that happens, all open positions can be closed at once, including the ones still in floating loss.
    So instead of allowing the grid to complete its recovery process, the system realizes the full basket loss immediately.

    That is why the drop is so violent.

    In my view, this confirms an important practical rule:

    Grid should be applied only to strategies that were created and tested with exit logic based on Stop Loss and Take Profit, not with indicator-based closing.

    Why?

    Because SL and TP are price-based boundaries.
    They are stable, explicit, and compatible with basket management.

    Indicator closing is different.
    It may be perfectly valid for a normal EA, but in a grid structure it can interrupt the whole recovery mechanism at the worst possible moment.

    So the issue is not that grid “does not work”.
    The issue is that the grid is being overruled by an exit logic that was never designed for a multi-entry basket.

    This is also why I think strategies intended for grid use should be built from the start with that purpose in mind:

    * entry logic can come from the strategy
    * but exit logic should be coherent with basket behavior
    * and that usually means SL/TP-based structure, not indicator-based exit


    So yes, the initial hypothesis seems confirmed:

    If a strategy has an indicator exit, using it inside a grid can be dangerous, because the indicator may close the whole basket before the grid has had the chance to do its job.

    Happy to catch it and share here.

    Vincenzo

    Post's attachments

    EA plus grid closing by indicator 2.png 33.13 kb, file has never been downloaded. 

    You don't have the permssions to download the attachments of this post.

    Re: Grid Trading with EA Studio Experts (Averaging Down)

    P&L

    Post's attachments

    EA plus grid closing by indicator.png 74.33 kb, file has never been downloaded. 

    You don't have the permssions to download the attachments of this post.

    Re: Grid Trading with EA Studio Experts (Averaging Down)

    Hello Everyone,

    One important finding from the current DOE is that Grid Plus should not be treated as a universal enhancement for any strategy.

    At this stage, the focus is not on the exit side, since that part has already been identified and operational recommendations are already in place.

    The real focus here is the trading strategy itself, and more specifically the entry logic.

    The key question is whether the original entry logic is structurally compatible with a grid-based position-building process, in which the grid acts as a recovery layer to improve the strategy’s overall performance.

    This is becoming an important direction for anyone following the DOE and transforming existing EAs into EA Plus versions.

    A grid does not create an edge by itself. It can only support a strategy when the original entry is suitable for recovery. In practice, this means the first trade does not reach the take profit, the market moves against the entry, and instead of ending at the stop loss, the grid has enough room to begin the recovery phase.

    That is why strategy selection matters.

    More suitable for Grid Plus:

    • mean reversion entries

    • pullback entries

    • temporary price deviation setups

    • strategies where the market can move against the initial entry for some distance and still leave room for recovery

    Less suitable for Grid Plus:

    • breakout entries

    • momentum entries

    • strong trend-continuation entries

    • strategies where, if the first trade is wrong, the market can continue moving away in a directional and aggressive way, turning the grid from a recovery layer into an exposure amplifier

    So the practical implication, at least from the current stage of the DOE, is clear:

    not every EA should automatically be transformed into an EA Plus version.

    In other words:

    Grid Plus is not a universal strategy upgrade. It is a specialized overlay for specific entry architectures.

    So the workflow should not be:

    add grid to everything and see what happens

    but rather:

    identify the strategies whose entry behavior can realistically support a recovery phase, and only then test the EA Plus version against the original one.

    For anyone following this DOE, this is not a final conclusion yet, but it is already a relevant finding and a useful direction when deciding which existing EAs are worth transforming into EA Plus versions.

    If you do not know the strategy behind your EA, this prompt can help classify the code and provide a first indication of whether the entry logic may be compatible with this type of grid application:

    https://forexsb.com/forum/post/82827/#p82827

    have a great day
    Vincenzo

    Re: Grid Trading with EA Studio Experts (Averaging Down)

    Our goal is to test the combined effect of Fibonacci distance and Pair Closing — the feature that makes this grid unique. Actual Results are positive, but the data shows no observable Fibonacci behavior. Performance is driven primarily by the Pair Closing mechanism.

    --------------------------

    Why Fibonacci contribution is not observable (yet)
    There are two main reasons:
    1. Pair Closing limits grid depth
    With Pair Closing enabled, the system continuously:
    •    closes the first and last positions
    •    reduces exposure
    •    rebuilds the basket
    Effect:
    •    sequences remain short
    •    most grids stop at 2–3 trades
    •    Fibonacci (which requires ≥4 trades to emerge) cannot develop

    In practice:the system manages the basket instead of allowing the grid to expand

    2. Insufficient sequence depth in the data
    •    only one sequence (EURJPY) had sufficient depth to test Fibonacci
    •    that sequence does not follow Fibonacci progression (currently under investigation)
    •    all others: have ≤ 3 tradesm→ insufficient to validate Fibonacci behavior

    Conclusion: Fibonacci cannot be confirmed from the current dataset

    -----------------------------------------------------------------------------------------

    Grid Maximum Distance with Fibonacci (important)
    When Fibonacci is enabled, distances grow non-linearly.

    Example
    •    Initial distance = 50 pips
    •    Max trades = 8

    Linear assumption (incorrect)
    Step    Distance    Cumulative
    1    50    50
    2    50    100
    3    50    150
    4    50    200
    5    50    250
    6    50    300
    7    50    350
    8    50    400

    Max Distance (linear) = 400 pips

    Fibonacci (correct logic)
    Step    Distance    Cumulative
    1    50    50
    2    50    100
    3    100    200
    4    150    350
    5    250    600
    6    400    1000
    7    650    1650
    8    1050    2700

    Max Distance (Fibonacci) ≈ 2700 pips

    Key difference
    •    Linear assumption: 400 pips
    •    Fibonacci reality: ~2700 pips
    ~7x difference

    Conclusion
    Grid Maximum Distance does not define the logic — it only limits it. If set too low, it prevents Fibonacci from ever developing.
    -----------------------------------------------------------------------------------------

    Final takeaway
    •    results are real and positive
    •    but driven by: Pair Closing (active basket management)
    •    not by: observable Fibonacci behavior

    To properly test Fibonacci, the grid must be allowed to develop sufficient depth — which currently does not happen with Pair Closing active and constrained distance settings. It is not bad, just a fact based status quo.

    Regards
    Vincenzo

    Re: Grid Trading with EA Studio Experts (Averaging Down)

    @all, is anyone else currently testing the grid option in EA Studio Plus?