Topic: Survey: Incubation, Yes or Not?

Hey everyone,

I’m curious to see how different traders handle the demo incubation phase before going live.
The goal isn’t to decide what’s right or wrong — just to share, understand, and improve how each of us approaches this step.

If you’d like to take part, simply copy (or “quote”) the questions below and check (✅) the options that match your workflow.
Even short replies are useful to get a clearer view of what’s common (and what’s not) in our community.

1. Do you use a demo incubation phase in your workflow?
☐ Yes☐ No☐ Sometimes / depends on the strategy

1.1. If not, why?
(Free text answer)

2. Average duration of the demo incubation phase:
☐ <1 month☐ 1–3 months☐ 4–6 months☐ >6 months

3. Average number of strategies incubated at the same time:
☐ <20☐ 21–50☐ 51–100☐ >100

4. Broker or environment used for incubation:
☐ Same broker as live trading
☐ Different broker but similar conditions
☐ Any broker (just for technical testing)

5. Main criteria to promote a strategy to live:
☐ Profit factor
☐ Win rate
☐ Drawdown
☐ Consistency with backtest
☐ Other (please specify in comments)

6. Do you use incubation only to test logic, or also to check live robustness (spread, execution, slippage)?
☐ Only logic☐ Both☐ Depends on the EA type

7. Do you update strategies during incubation (e.g. rebalancing, optimization, filters)?
☐ Never☐ Occasionally☐ After each new data cycle

8. Do you have fixed thresholds to decide when to promote to live or discard?
☐ Yes, which one: ………………
☐ No
☐ Variable depending on the group

9. How do you monitor performance during incubation?
☐ Manually (Excel, charts, logs)
☐ Dashboard / automated tool
☐ Python (custom scripts)
☐ Artificial intelligence / automated analysis
☐ Just by general observation

10. In one sentence: what have you learned or improved thanks to demo incubation?
(Open answer)

Goal of this thread: gather experiences and ideas to improve how we test and qualify strategies before going live.
All input is welcome — even short answers help map different workflows in the community.

If at least 50 people participate, I’ll compile the results into a community summary post.

Re: Survey: Incubation, Yes or Not?

So, Vicenzo, I don't use any kind of demo incubation phase before running my live setup. Precisely because what I realized is this: if you already have a validated method for creating strategies using only historical backtesting, and every time you use that exact same method and deploy the strategy to a real, live account, it delivers results... then all you need to do is keep using that same method to generate strategies that no longer need incubation. Got it? That's the reason why.

I'll try to give you an example. I spent a year developing my method and testing it on a demo account. After a certain point, I noticed that every single time I used my method to generate a strategy and put it on a demo account, it yielded positive results.

So, what did I do? I stopped using demo accounts. Nowadays, I have an effective method for creating strategies using EA Studio, and I add the risk management to them afterward—assuming the strategy is worthy and has passed the robustness tests. I add it later. So, what I do is basically very simple: I go in, generate the strategies, create my portfolio, add the risk management, and deploy it directly to a real account.

I don't need the incubation testing now because I already used the incubation phase in the past to validate my creation method. Make sense?

I believe I managed to express myself well in this text, even though I am translating from Portuguese to English. The bottom line is that if you have a well-defined and previously validated method, any strategy you create using that method is going to bring you real results, you know?

Re: Survey: Incubation, Yes or Not?

Hi Gabdecster,
thanks, I fully understand your message (no worries about lenguages an translation) and perfectly your logic.

It makes sense that after validating your method for a long time, you trust the process and do not want to repeat a full demo phase every time. Nothing to object.

I’m still learning a lot, and the extensive incubation I built up (30 account ~ 1000 running EAs) is for me an unbelievable sorce of learning.

However, my the flow is just a bit different:

Generating method/s -> incubation phase -> performance evaluation -> copy signals to real account

And not directly:

… > incubation phase -> move to real account

The incubation step helps me observe whether the strategy behaves in line with expectations before giving it direct live capital, to benchmark different methods, and to build and prepare portfolios made up of 10–15 strategies for live capital.

Copying the signals, instead of moving the EA directly from demo to a live account, helps reduce the risk of losing continuity in performance when a strategy moves from incubation to direct live capital.

So I see incubation as a bridge between the method and the real account, and signal copying as a smoother way to make that transition.

Thank you again for sharing methods/thougths, this I a great place for sharing experiences supported by evidences.

All the best
Vincenzo

Re: Survey: Incubation, Yes or Not?

Hi Gabdecsters,

Hope you are doing well.

I fully understood your explanation. I was just trying to translate it into numbers, and if I understood correctly, this would mean that your EA success rate is 100%:

Number of successful (profitable) strategies / Total number of strategies created = 100%

Is that correct?

My second question is about the phrase “...add the risk management...”. What exactly do you mean by that?
Are you referring to position sizing and portfolio balancing, or to something else?

Thank you in advance.

Vincenzo


gabdecsters wrote:

So, Vicenzo, I don't use any kind of demo incubation phase before running my live setup. Precisely because what I realized is this: if you already have a validated method for creating strategies using only historical backtesting, and every time you use that exact same method and deploy the strategy to a real, live account, it delivers results... then all you need to do is keep using that same method to generate strategies that no longer need incubation. Got it? That's the reason why.

I'll try to give you an example. I spent a year developing my method and testing it on a demo account. After a certain point, I noticed that every single time I used my method to generate a strategy and put it on a demo account, it yielded positive results.

So, what did I do? I stopped using demo accounts. Nowadays, I have an effective method for creating strategies using EA Studio, and I add the risk management to them afterward—assuming the strategy is worthy and has passed the robustness tests. I add it later. So, what I do is basically very simple: I go in, generate the strategies, create my portfolio, add the risk management, and deploy it directly to a real account.

I don't need the incubation testing now because I already used the incubation phase in the past to validate my creation method. Make sense?

I believe I managed to express myself well in this text, even though I am translating from Portuguese to English. The bottom line is that if you have a well-defined and previously validated method, any strategy you create using that method is going to bring you real results, you know?