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

Hi Algotrader21,

This is a funny coincidence — I had just read your Monte Carlo post and was writing to you almost at the same time you posted here. :-)

Yes, you are right. At this stage there are still only a few live trades, because I built this incubator only about two weeks ago to start the DOE.

I am a strong believer in SQN, so my whole workflow — both strategy creation and evaluation — is built around it. In the generation and backtest phase, I do not select any EA unless it already shows SQN > 2.5 and more than 100 trades in backtesting. So the strategies entering incubation are not random early-stage ideas; they already come with a first layer of statistical validation.

That also allows me to use a more practical live incubation gate:

< 10 trades: I do not pay much attention to them yet

10–49 trades: they are still in the incubation stage and, if profitable, they go on a watchlist

50+ trades: they become mature enough to be promoted, kept under observation, or definitely killed depending on performance

So yes, the sample size in this specific incubator is still small for now, but the EAs themselves were already pre-filtered before arriving here.

On your point:

“The grid-level analysis you describe is probably the most important part here. Without visibility on how often deeper levels are reached, it’s hard to fully understand the risk profile behind the current results.”

I fully agree. That is exactly my view and my practical experience as well. This type of analysis is what allows me to define things such as:

- stop-out levels
- when to switch to manual intervention
- when hedging should start
- and, more broadly, how to make better risk decisions

The DOE is based on a 1:1 comparison over the last 30 days between the original EAs and the grid-overlay versions running in parallel.

I will publish the data here as it develops, and I will be happy to share the full findings.

Let's stay in touch

Vincenzo

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

Hi Vincenzo,

Thanks for the detailed explanation. That gives much better context to your process.

The SQN > 2.5 with 100+ trades as a pre-filter makes sense as an initial statistical layer, and I agree that this already removes a lot of weak candidates before they reach incubation.

At the same time, I think it also raises an interesting question about the role of data itself in the process.

If data is the foundation of everything we do as algo builders, then the depth and quality of that data become critical. Without sufficient historical data, there is no real basis for analysis, no meaningful statistics, and ultimately no reliable strategies.

From that perspective, I tend to look for broader datasets and higher trade counts, because they expose the strategy to more market conditions and provide a more complete picture of its behavior. In my experience, the more data a system has to live through, the more clearly its strengths and weaknesses become visible.

That is also why I personally prefer to work with stronger SQN levels on extended datasets, combined with deeper validation, rather than relying only on shorter samples that may still be influenced by limited conditions.

At the same time, since the incubator has only been running for about two weeks, I think the current results should still be seen as early-stage observation rather than confirmation. The idea itself is strong, and I believe it will become much more meaningful once more forward data is available.

That is also why I was wondering about the comparison side. Since the goal is a 1:1 DOE between original and grid versions, it would be very interesting, especially in a future update, to see both sides presented together for the same strategies over the same period. Showing the original non-grid version and the grid-overlay version under the same conditions would make it much clearer what the grid layer is actually changing in terms of both performance and risk profile.

Regarding SQN, I also use it as a filter during the building phase, but more as a starting point than as a final validation layer. In my own workflow, I usually pay attention to SQN 3.0, and when I want to be stricter I build with an SQN filter around 3.5. What I have noticed is that stronger strategies tend to maintain or even improve their SQN when additional out-of-sample data is introduced beyond the initial build window.

For example, I build on a long historical period and then extend the data horizon forward to introduce several additional years of unseen data. This creates another validation layer where weaker strategies usually degrade, while stronger ones remain stable or improve.

Combined with that, I rely heavily on detailed Monte Carlo analysis. Not just pass or fail, but the actual structure of the simulations. In my post below, I showed both 50-run and 100-run Monte Carlo tests and explained exactly what I look at in the simulation spread, degradation structure, and confidence levels, using screenshots from a proven system that has already been running for over a year:

https://forexsb.com/forum/topic/10059/monte-carlo-in-ea-studio-how-i-use-it-in-real-workflow/

To give some additional context to what I mean in practice, here are a few examples from my own strategies that have been running forward over time.

These are not just backtest results. They are strategies built on large datasets, with high trade counts and strong SQN values, then observed through forward, demo, and live conditions. Most of the systems shown below have been running for more than a year, which makes the behavior much more meaningful than a short early-stage sample.

So the screenshots are meant to illustrate that the workflow is not based only on backtest filtering, but on a combination of deep historical validation, structural Monte Carlo review, and long forward observation. In other words, not just selecting strategies that look good, but selecting strategies that continue to behave well after extended validation and real execution.

One note on EA 284. This one is a variation of an already proven system, EA 628. The internal logic was not changed. The original version, EA 628, opens only buy trades and occasionally reverses, without a take profit. EA 284 is based on the same internal foundation, but I removed the long-only restriction and adjusted the SL and TP layer so it can trade both directions. So although it is a newer variation, it still comes from a validated base logic rather than being a completely different system.

I also explained that broader portfolio and strategy-variation logic in more detail in this post:

https://forexsb.com/forum/topic/10058/why-multiple-profitable-eas-can-still-hurt-your-account/

For me, this is where the combination of stronger initial filtering, deeper structural validation, and extended forward observation really comes together.

Post's attachments

EA 165.png 232.15 kb, file has never been downloaded. 

EA 284 .png 252.65 kb, file has never been downloaded. 

EA 628.png 270.09 kb, file has never been downloaded. 

EA 712.png 272.64 kb, file has never been downloaded. 

expert advisor 284 overview main account.png 70.54 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)

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 Vincenzo,

Thanks for the detailed explanation. I understand your point and the broader structure behind your process.

At the same time, I think there is an important distinction between describing a workflow and actually demonstrating its long-term output.

From my perspective, everything ultimately comes back to data, not just in backtesting, but especially in forward and live conditions over extended periods.

You can also look at it from a different perspective.

Imagine you are choosing a trader to manage your capital. Would you choose someone who has been trading for 2–3 years, or someone who has been consistently profitable for 15–20 years?

Most people would naturally lean towards the trader with more experience, because they have already gone through multiple market conditions and proven themselves over time.

It is a similar idea when building strategies.

A strategy built on a broader dataset has effectively been exposed to more market conditions before it is even tested further. That additional exposure already acts as a first layer of robustness.

Of course, just like with traders, past performance is never a guarantee. Time will always be the final test. But more exposure during the build phase generally provides a stronger foundation.

For that reason, I place a strong emphasis on both data depth and out-of-sample validation.

In my own workflow, I do not rely on a single validation layer. I build on long historical datasets and then extend the data horizon forward to introduce additional years of unseen data. This extended out-of-sample phase is where weaker strategies usually break down, while stronger ones tend to remain stable or even improve.

After that, I apply Monte Carlo analysis to evaluate structural robustness.

I then validate the strategies again in MT4 using extended tick data over a much longer period, typically from 2003 up to the present.

For me, this is a critical step.

Because if I build strategies from around 2010 onward, then testing them on data going back to 2003 effectively creates an additional out-of-sample layer of several years. It allows me to see how the strategy behaves in conditions it has never “seen” during the build process.

In particular, I want to know if a strategy can remain stable through extreme market environments, including periods like the 2008 financial crisis. That kind of stress testing gives a completely different level of confidence compared to shorter or more recent samples.

The idea is simple: the more market history a strategy has to survive, the more meaningful the validation becomes.

That is also why I see data as the true foundation of everything in this process.

Without sufficient historical depth, there is no real basis for analysis, no meaningful validation, and no reliable way to assess robustness. Indicators, rules, or parameter optimization are secondary, because without enough data they can easily lead to overfitting.

And in my view, overfitting is one of the biggest risks in algorithmic trading.

The only way to reduce that risk is by exposing the strategy to more data, more out-of-sample conditions, and more independent validation layers.

That is why I put strong emphasis not only on initial out-of-sample settings during the build process, but especially on extended out-of-sample testing afterwards, combined with additional validation in MT4.

That combination is what gives me much more confidence that a strategy is not just fitting a limited sample, but is structurally stronger across different market regimes.

Because in the end, what matters is not whether a strategy looks good early, but whether it can remain stable and profitable over long periods of time.

That is also why I tend to look less at early-stage experiments and more at what strategies actually do over 6 to 12 months or longer in real conditions. That is where the real validation happens.

To give a bit more context to what I mean in practice, I apply the same principles not only in EA Studio, but also in StrategyQuant.

The screenshots below are not short-term backtests, but examples of strategies that have been through broader data exposure, structural validation, and forward observation.

They are simply meant to illustrate that the workflow is not only theoretical, but also reflected in actual behavior over time.

So while I understand the idea behind highlighting early behavior, I think the strongest conclusions usually come later, when there is enough data to truly confirm stability and robustness over time.

Regarding the call, I appreciate the offer, but I prefer to keep the discussion here on the forum so everything remains transparent and useful for others as well.

I think that also aligns better with the purpose of these discussions.

Looking forward to seeing how your results develop over a longer period. That will make the comparison much more meaningful.

Post's attachments

sq ea 122 equity curve main account.png 132.58 kb, file has never been downloaded. 

strategyquant 12396 equity curve main account.png 109.34 kb, file has never been downloaded. 

Strategyquant 12396 overview main account .png 98.76 kb, file has never been downloaded. 

strategyquant ea 139 equity curve main account.png 109.25 kb, file has never been downloaded. 

strategyquant ea 139 overview main account.png 95.25 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)

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)

    Hi Gabdecsters,


    I appreciate you sharing your method and especially the fact that you included a verified account.

    That already puts you above most discussions here.


    At the same time, when I look at the actual results, something important stands out.

    The profitability is there, no doubt.



    But the equity behavior and drawdown structure tell a very different story.

    You can clearly see multiple deep drawdown phases, including very sharp equity drops and recoveries.

    That is not just normal fluctuation.

    That is structural behavior.

    And that is exactly the core issue with grid-based systems.


    They can look very stable for long periods, and then suddenly compress a large amount of risk into a short time window.

    From a distance, the curve looks smooth.

    But when you zoom in on the equity vs balance and the drawdown distribution, you start to see the real mechanics behind it.



    For me personally, that is the key difference.

    I am not only looking at profitability.


    I am looking at:

    how risk is distributed

    how drawdowns develop

    and whether the system requires recovery cycles to stay alive

    Because once a strategy depends on those recovery dynamics, you are no longer dealing with a stable structure.

    You are managing risk, not removing it.



    And I think that leads to a more important question:

    Why would we want to use a grid robot in the first place?

    For me, the answer is not technical first.

    It is psychological.


    Most people want money fast.

    And not just money fast, but a lot of money fast.

    At the same time, most people do not handle losses well.

    Loss creates pain.

    It affects the mind and the nervous system.


    So what do grid and martingale systems try to do?

    They try to reduce that pain through recovery.

    Instead of accepting the loss, they try to fix it by increasing exposure and recovering the position.



    And yes, this can work.

    You can build softer grid systems.

    You can build softer martingale systems.

    But the principle stays the same.

    The structure is still based on recovery.



    And because of that, I do not believe you can ever run those systems with complete peace of mind.

    You always need to watch them.

    You need to monitor them closely.

    Sometimes you even need to stop them when the market is no longer behaving the way the system needs it to behave.

    And in my eyes, that already says a lot.


    If a robot constantly needs to be watched because it could damage the account, or because it has already almost damaged the account before, then for me that is not a truly robust system.

    If you need to stop grid systems between phases to protect the account, then in my opinion that is already proof that the structure itself cannot be trusted in a fully robust way.

    That is why, in my eyes, the mental comfort is only temporary.



    Yes, recovery can feel better in the short term because the system is “doing something” about the loss.

    But underneath that, the account becomes a ticking time bomb.



    To be honest, I personally do not believe grid or martingale systems can ever truly be called robust in the same way as non-recovery systems.

    Can they work for years? Yes, of course.

    A grid system can work for 3 years, 5 years, maybe even longer.

    But that is not the point.

    The point is that one bad phase can undo everything.



    A system that survives for years but can still destroy the account in one later phase is, in my view, not robust.

    It is simply delayed fragility.



    And yes, even robust non-grid systems can stop working at some point. That is true.

    But there is still a major difference.

    When a normal non-recovery system stops working, the account is usually not being structurally eaten alive in the same way.

    The losses are visible, realistic, and limited by the design of the system.

    That difference matters.



    For me, the goal with robots is long-term survival.

    Long-term survival of the strategy.

    Long-term survival of the account.



    That is why I would always prefer slower, more stable account growth with a realistic curve, realistic losses, and realistic drawdown over fast money built on ticking bombs.

    And this is also what I keep seeing online.



    A lot of people selling robots focus on grid systems because they produce smooth and attractive equity curves.

    That is what people like to see.



    But in my opinion, that is exactly where the danger is.

    The curve looks good, but the structure behind it is not something I personally trust.

    And if I cannot trust the structure, I will not put it on a live account.

    It is as simple as that.



    That is also why I take a different approach.


    I prefer strategies that:

    do not rely on averaging

    do not depend on recovery cycles

    and can survive without needing to “come back” from deep drawdowns

    Not because grid cannot make money.



    But because the risk profile behaves very differently over time.

    Still, I respect that you shared both your method and real results.

    That is always more valuable than theory.

    Again, this is just my personal perspective.

    But for me, the priority is not how good the curve looks.

    The priority is whether the system can be trusted over time.

    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)

    I get what you mean.

    But for me, there is still a very important difference.


    Yes, of course the goal is to make money.

    But the real question is: how do you make that money?


    For me, the goal is not just profit.

    It is profit in a way that is calm, sustainable, and structurally trustworthy over time.


    That is where I personally cannot place grid systems in the same category as non-recovery systems.

    If you have one small experimental account that does not really matter to you, and on that account you want to test grid or martingale ideas, then fine, I can understand that.



    But that is something completely different from building your whole approach around grid only.

    Because then the whole structure depends on recovery.

    And that is exactly the problem.

    For me, if a system needs averaging, recovery, or intervention to survive, then it is not truly robust.

    It may still make money.

    It may even make money for years.

    But that is not the same thing as being robust.

    That is the point.


    A grid system can work for 3 years, 5 years, maybe longer.

    But if one bad phase can take back everything, then in my eyes that is not robustness.

    That is delayed fragility.

    And that is also why I say: if I want to gamble with robots, I can just go to a casino.

    Because the principle is the same.

    In the casino, people also keep trying recovery tricks, doubling, chasing, trying to come back.

    And in the end, one day the casino just takes it all back.

    That is exactly how I see grid and martingale systems on a trading account.


    Yes, they can recover.

    Yes, they can survive for a while.

    But the structure underneath is still dangerous.


    And if I constantly need to watch a robot to see whether it is about to damage the account, or if I need to stop it because market conditions are no longer right for the recovery structure, then for me that already says enough.

    That is not peace of mind.

    That is not robustness.

    That is active damage control.

    For me, robust systems should not need to be rescued.

    That is the difference.



    And yes, even strong non-grid systems can stop working at some point.

    Of course.

    But when that happens, the account is usually not structurally being eaten alive in the same way.

    The losses are visible, realistic, and limited by the design of the system.

    That difference matters a lot.



    So yes, of course the goal is money.

    But is the goal not also to build systems that are actually robust?

    Because in your method, you use the word robustness.

    And that is exactly where I disagree.


    For me, grid is far from robust, and I do not believe it can ever truly be robust in the same way as a non-recovery strategy.


    That is just being realistic.

    Every algo builder who has had real long-term success without grid will tell you the same thing.


    Just my perspective.

    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