<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Forex Software]]></title>
		<link>https://forexsb.com/forum/</link>
		<atom:link href="https://forexsb.com/forum/feed/rss/" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent topics at Forex Software.]]></description>
		<lastBuildDate>Mon, 15 Jun 2026 14:48:34 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[MT5 Strategy Tester Inputs Tab is Blank]]></title>
			<link>https://forexsb.com/forum/topic/10083/mt5-strategy-tester-inputs-tab-is-blank/new/posts/</link>
			<description><![CDATA[<div class="quotebox"><cite>Popov wrote:</cite><blockquote><p>Hello, Traders, </p><p>A new version of the <strong>Expert Advisor Plus.mq5 v6.8</strong> has been uploaded.</p></blockquote></div><p>Hi Popov!</p><p>I discovered a small bug regarding MT5 backtester. The grid-generated EA compiles successfully with no errors, but MT5 Strategy Tester Inputs tab is blank. The issue appears when custom enum declarations are placed between input declarations. Moving all enum declarations above the first input fixed the problem and then I could backtest in MT5. It compiled fine in MetaEditor either way though, the editor didn&#039;t catch or flag it, but the backtester is more strict about the order I guess.</p>]]></description>
			<author><![CDATA[null@example.com (aaronpriest)]]></author>
			<pubDate>Mon, 15 Jun 2026 14:48:34 +0000</pubDate>
			<guid>https://forexsb.com/forum/topic/10083/mt5-strategy-tester-inputs-tab-is-blank/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[Does the Grid modifies the Strategy's original Exit rules]]></title>
			<link>https://forexsb.com/forum/topic/10082/does-the-grid-modifies-the-strategys-original-exit-rules/new/posts/</link>
			<description><![CDATA[<p>Hi Popov,</p><p>during the preparation of my new DOE comparing Single Trade vs Grid Fibonacci vs Grid Semi-Martingale, I realized there is one fundamental design point that I would like to clarify.</p><p>My objective is not to transform a successful Single Trade EA into a pure Grid system with no original exit logic. My intention is to evaluate the additional value that the Grid can bring to the original strategy by helping recover the 35–40% of trades that would normally end in a loss.</p><p>One point is already clear from my previous tests: I will remove the original Stop Loss, because otherwise the Grid may not have enough room to activate and perform its recovery function.</p><p>The key question is therefore about the original Indicator Exit and Take Profit.</p><p>For example:</p><p>* A Single Trade EA enters a position.<br />* The market moves against the trade and the Grid opens additional positions.<br />* Before the Grid reaches its Pair Closing or Grid Take Profit target, the original strategy generates an indicator exit signal or reaches its original Take Profit.</p><p>What happens in this situation?</p><p>1. Does the original indicator exit or TP close the entire Grid basket immediately?<br />2. Are the original exits ignored once the Grid sequence has started?<br />3. Is there any internal priority logic that gives control to Pair Closing and Grid management once more than one Grid position exists?</p><p>The answer is very important for the DOE design.</p><p>The purpose of my experiment is to understand whether Grid can improve a profitable EA by managing the losing trades more efficiently, not to replace the original trading logic with a completely different pure Grid system.</p><p>I would appreciate your guidance on what configuration best represents the intended use of EA Studio Plus Grid.</p><p>Thank you!<br />Vincenzo</p>]]></description>
			<author><![CDATA[null@example.com (Vincenzo)]]></author>
			<pubDate>Thu, 11 Jun 2026 10:27:06 +0000</pubDate>
			<guid>https://forexsb.com/forum/topic/10082/does-the-grid-modifies-the-strategys-original-exit-rules/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[Genetic Selection… the next rabbit hole]]></title>
			<link>https://forexsb.com/forum/topic/10079/genetic-selection-the-next-rabbit-hole/new/posts/</link>
			<description><![CDATA[<p>Full disclosure: I got Claude to write this up, because I fancied documenting my failures about as much as you&#039;d expect. The journey&#039;s mine though — promise.</p><p>I wanted to share where I&#039;ve gotten to and ask the people who&#039;ve gone further than me for some pointers.</p><p>Chapter 1 — The textbook pipeline. Built the full walk-forward: In-Sample to generate, Out-of-Sample to filter, a true held-out Forward as the final judge. Multi-asset, multi-timeframe, multiple brokers&#039; data, Monte-Carlo, all of it. The plumbing&#039;s solid — I&#039;ve stress-tested it.</p><p>Chapter 2 — Rich pools don&#039;t translate. I can churn out big, healthy-looking pools: nice IS curves, survive OOS, pass the usual robustness gates. But none of that richness carries into Forward. Every metric I&#039;d rank on (expectancy, R²/linearity, stability ... I (think) I&#039;ve tried them all) shows basically zero correlation with what the strategy actually does forward.</p><p>Chapter 3 — ML didn&#039;t save it. So I did the obvious next thing: build features from the IS/OOS walk-forward behaviour, label by forward outcome, train a model to pick survivors. Same wall. The IS side (IS/OOS degradation etc) just doesn&#039;t carry enough signal about the future. The model can re-rank a useless ranking, but it can&#039;t invent signal that isn&#039;t there.</p><p>Chapter 4 — A genetic-selection wrapper around gen.js. Latest move: I wrapped gen.js in my own GA — breeding strategies generation-to-generation with my own fitness functions, instead of leaning on the built-in search. Lots more control, and some encouraging signs… but I keep bumping into the same questions about what to actually select on, which is why I&#039;m here.</p><p>The questions:</p><p>1. Any IS/OOS metric that actually correlates with forward, not just looks good in backtest?<br />2. Shorter / more recent in-sample windows — do they transfer better for you than long ones?<br />3. Is the real edge in constraining what you generate (skeletons, regime typing, indicator grammar) rather than filtering after?</p><p>Happy to share more on the methodology. Where am I being naive?</p><p>Cheers.<br />Ben</p>]]></description>
			<author><![CDATA[null@example.com (begoodall)]]></author>
			<pubDate>Mon, 01 Jun 2026 10:55:10 +0000</pubDate>
			<guid>https://forexsb.com/forum/topic/10079/genetic-selection-the-next-rabbit-hole/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[Tick Data Import from MetaTrader]]></title>
			<link>https://forexsb.com/forum/topic/10077/tick-data-import-from-metatrader/new/posts/</link>
			<description><![CDATA[<p>Hello, Traders,</p><p>I&#039;m very happy that I succeeded in importing Tick Data from MetaTrader 5 Strategy Tester.</p><p>This opens the possibility of having real-time, real-ticks, and real-spread testing in our next strategy builder and generator.</p><p>I already have a prototype of the data import.</p><p>How it works in my tests:</p><p>1. Run a special Expert Advisor on any symbol, M1, and &quot;Every tick based on real ticks&quot;. It took 10 seconds for 5 years of tick data.<br />2. A tick data file is exported. Drag and drop it onto the new Strategy Builder Professional - 2 seconds for the import.<br />3. The Tick data are available within the program. Higher time frames are composed from the tick data. The data is stored locally in the browser.</p><br /><p><strong>Tick Data Import - 1.8 million barts</strong></p><p><a href="https://image-holder.forexsb.com/store/sbp-tick-data-import-prototype.png"><span class="postimg"><img src="https://image-holder.forexsb.com/store/sbp-tick-data-import-prototype-thumb.png" alt="https://image-holder.forexsb.com/store/sbp-tick-data-import-prototype-thumb.png" /></span></a></p><br /><br /><p><strong>Higher Time-frame data composed from Ticks</strong></p><p><a href="https://image-holder.forexsb.com/store/sbp-tick-data-review-prototype.png"><span class="postimg"><img src="https://image-holder.forexsb.com/store/sbp-tick-data-review-prototype-thumb.png" alt="https://image-holder.forexsb.com/store/sbp-tick-data-review-prototype-thumb.png" /></span></a></p><p>A future version of the backtester will be able to open positions within the bars without ambiguity <img src="https://forexsb.com/forum/img/smilies/smile.png" width="15" height="15" alt="smile" /></p><p>Trade safe!</p>]]></description>
			<author><![CDATA[null@example.com (Popov)]]></author>
			<pubDate>Wed, 20 May 2026 15:00:49 +0000</pubDate>
			<guid>https://forexsb.com/forum/topic/10077/tick-data-import-from-metatrader/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[Multi-Market (mm.js) Example]]></title>
			<link>https://forexsb.com/forum/topic/10080/multimarket-mmjs-example/new/posts/</link>
			<description><![CDATA[<div class="quotebox"><cite>Popov wrote:</cite><blockquote><p>You can also use your MT5 data in the Express Generator to create and validate your strategies.</p><br /><ul><li><p>Export data from MT with the “Data Export.mq5”. (You can download the script from EA Studios, Data Import page.) Set the proper count of bars and commission values in the script&#039;s Input.</p></li><li><p>Place the files in a subdirectory of ExGen&#039;s data directory. For example: <strong>C:\express-generator\data\MyData</strong></p></li><li><p>Use the directory&#039;s name as a server name when running the generator.</p></li></ul><div class="codebox"><pre><code>node .\bin\gen.js --server MyData --symbol EURUSD --period M15 --max-data-bars 100000</code></pre></div></blockquote></div><p>This is exactly what I&#039;ve been doing, since I bought EG. In the past few days I&#039;ve been using Darwinex data instead of my own because I thought it would be the same as the Darwinex demo account I&#039;m testing on, so I thought I could skip that step. Turns out I might not be able to and get consistent results.</p>]]></description>
			<author><![CDATA[null@example.com (aaronpriest)]]></author>
			<pubDate>Tue, 19 May 2026 06:02:22 +0000</pubDate>
			<guid>https://forexsb.com/forum/topic/10080/multimarket-mmjs-example/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[WFO]]></title>
			<link>https://forexsb.com/forum/topic/10076/wfo/new/posts/</link>
			<description><![CDATA[<p>Hi Guys,</p><p>When the walk forward optimization is set in this way :</p><p>- No flag o sl/tp<br />- No flag on indicator<br />- Flag on use acceptance criteria</p><p>What is ES really optimizing then in this step ?</p><p>Thx<br />Vincenzo</p>]]></description>
			<author><![CDATA[null@example.com (Vincenzo)]]></author>
			<pubDate>Sat, 16 May 2026 04:11:40 +0000</pubDate>
			<guid>https://forexsb.com/forum/topic/10076/wfo/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[Backtest of EAStudio differ from MT5]]></title>
			<link>https://forexsb.com/forum/topic/10075/backtest-of-eastudio-differ-from-mt5/new/posts/</link>
			<description><![CDATA[<p>Hi!</p><p>I downloaded the price data from my FTMO MT5 to the EAStudio<br />with spread of 10 points (the typical spread is 2-5 points- EURUSD)<br />then created strategies - optimized for 2016-2025<br />the good ones i (bactested on MT5 for the first months of 2026, and then) backtested on MT5 for 2016- 2025<br />usually number of trades is similar, but the results many times very different</p><p>Who can explain? Which of them is right?</p><p>Regards,<br />Avraham</p>]]></description>
			<author><![CDATA[null@example.com (shenkar23)]]></author>
			<pubDate>Mon, 11 May 2026 12:13:36 +0000</pubDate>
			<guid>https://forexsb.com/forum/topic/10075/backtest-of-eastudio-differ-from-mt5/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[Abnormal grid position opening]]></title>
			<link>https://forexsb.com/forum/topic/10074/abnormal-grid-position-opening/new/posts/</link>
			<description><![CDATA[<p>Hello everyone, </p><p>I found something wrong in Grid Expert Advisor Plus. When I run EA that generated from EAS and set as Grid (Average down) on M5 XAUUSDc symbol of cent trading account that show you attached picture below. 1st position was normally opened follow indicator signal. When price chart moves against the 1st position to grid distance level. 2nd position was opened and open with many position shotly interval as I draw a red square. This is the abnormal situation that I found.</p><p>But another account and different broker I run EA on Forex symbol with standard account, no found any problem It&#039;s normal. </p><p>What happen and any one give the instruction for me to solve this problem.</p><p>Thanks.</p>]]></description>
			<author><![CDATA[null@example.com (electronics)]]></author>
			<pubDate>Mon, 11 May 2026 10:19:45 +0000</pubDate>
			<guid>https://forexsb.com/forum/topic/10074/abnormal-grid-position-opening/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[correlated strategies]]></title>
			<link>https://forexsb.com/forum/topic/10073/correlated-strategies/new/posts/</link>
			<description><![CDATA[<p>Hi!</p><p>I would like to ask: did anyone check if it is a good advice to throw correlated strategies after backtesting.<br />Let&#039;s say after backtesting we have 3 correlated strategies, A B and C. On backtesting they are similar, but in live B is the best of them. The problem is that B was created after A, therefore it was thrown away by the software, and we lost the best strategy.</p><p>I will be glad to hear your opinion.</p><p>Avraham Shenkar</p>]]></description>
			<author><![CDATA[null@example.com (shenkar23)]]></author>
			<pubDate>Wed, 06 May 2026 08:50:44 +0000</pubDate>
			<guid>https://forexsb.com/forum/topic/10073/correlated-strategies/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[From EA Generation to DARWINEX Zero — Connecting the Dots]]></title>
			<link>https://forexsb.com/forum/topic/10071/from-ea-generation-to-darwinex-zero-connecting-the-dots/new/posts/</link>
			<description><![CDATA[<p>Over the last months I’ve shared several parts of the work — sometimes about EA Studio generation &amp; settings, sometimes about demo incubation, sometimes about the FxBlue workflow, sometimes about Masters creation.<br />This post is simply to connect everything into one coherent process and show where we are today.</p><p><strong>1) The starting point</strong><br />The starting point was simple.<br />Like everyone, starting in May/June 2024, I started generating EAs like hell.</p><p>But very quickly, the first real question came up:<br />How do you consistently produce, validate, and deploy multiple strategies at scale — without losing control?</p><p><strong>2) Generation — creating the raw material</strong><br />Everything starts with generation in EA Studio Reactor.<br />•&nbsp; &nbsp; building strategies <br />•&nbsp; &nbsp; defining rules and settings <br />•&nbsp; &nbsp; producing a large and diverse pool of EAs </p><p>At this stage, the objective is not perfection.<br />It is: <strong>breadth and diversity</strong></p><p><strong>3) Incubation — the first real filter</strong><br />The first obvious step was the installation of multiple demo accounts, which quickly turned into what we now call the incubation phase.<br />•&nbsp; &nbsp; running many EAs <br />•&nbsp; &nbsp; letting them accumulate trades <br />•&nbsp; &nbsp; observing real behavior over time </p><p>The goal here is simple: exposure to real data and initial validation<br />No shortcuts.<br />No assumptions.<br />Just letting strategies run.<br />Over time, this scaled.</p><p>Today the environment is:</p><p>•&nbsp; &nbsp; ~30 MT4/MT5 instances <br />•&nbsp; &nbsp; ~1,000 EAs running <br />•&nbsp; &nbsp; ~86,000 cumulative trades <br />•&nbsp; &nbsp; ~9,000 trades per month </p><p>Every time I explain this setup, the reaction is usually the same: <strong>“You’re crazy.” Maybe.</strong></p><p>But without this, I could not have learned what I know today.</p><p>At that scale, something important happens: <strong>you stop thinking in terms of individual strategies and start thinking in terms of systems</strong></p><p>This is what the incubation layer looks like today:</p><p><span class="postimg"><img src="https://i.postimg.cc/nVQtGt6T/IMG-3890.png" alt="https://i.postimg.cc/nVQtGt6T/IMG-3890.png" /></span></p><br /><p><strong>4) The problem that emerged</strong></p><p>As the number of strategies increased, a clear problem appeared:</p><p>•&nbsp; &nbsp; too many EAs <br />•&nbsp; &nbsp; too much data <br />•&nbsp; &nbsp; discretionary top selections were not really working live <br />•&nbsp; &nbsp; no consistent way to evaluate them</p><p>This is where the need became obvious: <strong>control and structure</strong></p><p><strong>5) Building the workflow — FxBlue + AI</strong></p><p>To bring structure into the process, we needed two elements:</p><p>•&nbsp; &nbsp; a reliable data source <br />•&nbsp; &nbsp; a consistent way to process it</p><p><strong>Then FxBlue became the connector.</strong></p><p>It provides:</p><p>•&nbsp; &nbsp; unified tracking across accounts <br />•&nbsp; &nbsp; consistent trade data <br />•&nbsp; &nbsp; a stable base for analysis</p><p>On top of that, we built the workflow using AI. Not to predict markets, but to:</p><p>•&nbsp; &nbsp; process large volumes of data <br />•&nbsp; &nbsp; apply deterministic rules <br />•&nbsp; &nbsp; standardize classification <br />•&nbsp; &nbsp; generate repeatable outputs </p><p>This allowed us to move from:</p><p>•&nbsp; &nbsp; manual observation</p><p>to:</p><p>a structured, reproducible workflow</p><p><strong>6) FxBlue Workflow — bringing order</strong></p><p>With FxBlue as data source and the workflow on top (upstream), strategies are no longer just running.<br />They are: continuously evaluated and classified based on objective rules</p><p>Over time, each strategy moves through defined states:</p><p>•&nbsp; &nbsp; Ongoing Incubation <br />•&nbsp; &nbsp; Promotion Watchlist <br />•&nbsp; &nbsp; Ready for Live <br />•&nbsp; &nbsp; Pruning Box <br />•&nbsp; &nbsp; Earth Birds </p><p>This transforms incubation from:</p><p>•&nbsp; &nbsp; a collection of EAs </p><p>into:</p><p><strong>a controlled pipeline</strong></p><p>FxBlue governance snapshot — distribution of strategies across the pipeline</p><p><span class="postimg"><img src="https://i.postimg.cc/m2t1whTn/E24BB2D4-412B-4717-9653-5779FB979869.png" alt="https://i.postimg.cc/m2t1whTn/E24BB2D4-412B-4717-9653-5779FB979869.png" /></span></p><p>From ~1,000 running strategies, only ~40 reach the Top Band and are considered for Masters.</p><p><strong>7) Masters — structuring what survived</strong></p><p>When strategies reach the Top Band, they are not used directly. They are combined into Masters within Quant Analyzer.</p><p>Masters are: structured portfolios of validated EA Studio strategies</p><p>Built to balance:</p><p>•&nbsp; &nbsp; size <br />•&nbsp; &nbsp; symbols <br />•&nbsp; &nbsp; assets <br />•&nbsp; &nbsp; equity behavior</p><p>The objective is not to find the best combination.</p><p>It is:</p><p>to verify that validated strategies remain stable once combined into a portfolio structure</p><p>This is where individual strategies become a portfolio — return and risk combined</p><p><span class="postimg"><img src="https://i.postimg.cc/13ytdtSV/DF93C641-6BC8-4F9D-8C43-26FF0F094298.png" alt="https://i.postimg.cc/13ytdtSV/DF93C641-6BC8-4F9D-8C43-26FF0F094298.png" /></span></p><p><strong>8) Master Governance — keeping the structure clean</strong></p><p>Once Masters (Darwinex demo accounts) are running, a second layer (downstream) of control is applied.</p><p>This layer focuses on:</p><p>•&nbsp; &nbsp; removing clear failures <br />•&nbsp; &nbsp; monitoring degradation <br />•&nbsp; &nbsp; tracking inactivity <br />•&nbsp; &nbsp; maintaining structure over time</p><p>The goal is not to re-evaluate everything again.</p><p>It is:</p><p>to keep the signal pool clean and controlled</p><p><strong>9) Moving from demo to real</strong></p><p>Moving EAs directly from demo to real accounts does not work reliably. The fallback risk to poor performance is simply too high. So we moved to a different approach: signal copy trading.</p><p>We do not reinstall EAs on real accounts:</p><p>•&nbsp; &nbsp; we open real accounts <br />•&nbsp; &nbsp; we select the best Masters of the month <br />•&nbsp; &nbsp; we copy trades from Masters into real accounts </p><p>The goal is not to overcomplicate the structure.</p><p>It is:</p><p>to preserve performance by keeping execution in the same environment where it was validated</p><p><strong>10) Where we are today</strong></p><p>After:<br />•&nbsp; &nbsp; generation <br />•&nbsp; &nbsp; incubation <br />•&nbsp; &nbsp; building the workflow <br />•&nbsp; &nbsp; classifying strategies <br />•&nbsp; &nbsp; structuring Masters <br />•&nbsp; &nbsp; validating signals </p><p>we now have: a structured and continuously filtered set of strategies</p><p><strong>11) Next step — deployment</strong></p><p>Tomorrow we move to the next phase → Launch of 2 new DARWINEX Zero portfolios</p><p>These will:</p><p>•&nbsp; &nbsp; select validated Masters and copy their trades <br />•&nbsp; &nbsp; understand how Darwinex risk calibration behaves on our structure <br />•&nbsp; &nbsp; apply portfolio construction rules <br />•&nbsp; &nbsp; target seed allocation (~2 months) and investor capital (~6 months) </p><p><strong>Final thought</strong></p><p>This is not about a single EA. It is about building a process that:</p><p>•&nbsp; &nbsp; generates strategies <br />•&nbsp; &nbsp; accumulates data <br />•&nbsp; &nbsp; creates structure <br />•&nbsp; &nbsp; filters signals <br />•&nbsp; &nbsp; and only then deploys them </p><p>We might still be wrong. But one thing became clear:</p><p><strong>the focus should not be on the single strategy, but on the system that manages and scales them</strong></p><p>Of course, we’ll also share what happens with the new DARWINs.</p><p>P.S.: Last but not least, all of this was possible thanks to a team of five traders working together toward a shared goal. Thanks to this forum, two more members will join us next week. I can’t wait to have them on board.</p><p>Vincenzo</p>]]></description>
			<author><![CDATA[null@example.com (Vincenzo)]]></author>
			<pubDate>Sat, 02 May 2026 14:36:46 +0000</pubDate>
			<guid>https://forexsb.com/forum/topic/10071/from-ea-generation-to-darwinex-zero-connecting-the-dots/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[Interesting Readings]]></title>
			<link>https://forexsb.com/forum/topic/10070/interesting-readings/new/posts/</link>
			<description><![CDATA[<p>Today I spent some time challenging our workflow, and one of the layers we usually go through is the academic, specialist, and institutional best-practice layer.</p><p>Here, for good readers only :-) — meaning time and patience required — are some interesting readings in the context of trading strategy selection, statistical relevance, correlations, and a few other related topics.</p><p>They might be interesting for anyone who likes to look beyond single backtests and think more deeply about how trading strategies should be evaluated.</p><p>• <strong>The Adaptive Markets Hypothesis (Andrew Lo).</strong><br /><a href="https://www.researchgate.net/publication/228183756_The_Adaptive_Markets_Hypothesis_Market_Efficiency_from_an_Evolutionary_Perspective">https://www.researchgate.net/publicatio … erspective</a></p><p>Concept: Explains why trading edges are perishable. It justifies our high-turnover replacement model and the 3-month median lifespan of promoted strategies.</p><p>• .<strong>..and the Cross-Section of Expected Returns (Harvey, Liu, &amp; Zhu).</strong><br /><a href="https://www.researchgate.net/publication/302561929_and_the_Cross-Section_of_Expected_Returns">https://www.researchgate.net/publicatio … ed_Returns</a></p><p>Concept: Addresses the &quot;Data Mining&quot; problem. It supports our 6-KPI &quot;Filter Stack&quot; as a necessary barrier against the thousands of &quot;lucky&quot; backtests generated by automated tools.</p><p>• <strong>The Deflated Sharpe Ratio (Marcos López de Prado)</strong><br /><a href="https://www.researchgate.net/publication/324663771_The_Deflated_Sharpe_Ratio_Correcting_for_Selection_Bias_Backtest_Overfitting_and_Non-Normality">https://www.researchgate.net/publicatio … -Normality</a></p><p>Concept: Corrects for &quot;Selection Bias.&quot; It validates our rigorous incubation process before capital allocation.</p><p>• <strong>Does Academic Research Destroy Predictability? (McLean &amp; Pontiff) </strong><br /><a href="https://www.semanticscholar.org/paper/2b32a23647b73a24a84e347fbebbf3d0a2582415">https://www.semanticscholar.org/paper/2 … d0a2582415</a></p><p>Concept: Proves that alpha decays post-discovery. This supports our &quot;Strict Thresholds&quot; policy—treating mature strategies with the same skepticism as new ones.</p><p>• <strong>Portfolio Selection (Harry Markowitz)</strong><br /><a href="https://www.researchgate.net/publication/228051028_Portfolio_Selection">https://www.researchgate.net/publicatio … _Selection</a></p><p>Concept: The mathematical root of our 0.80 Correlation Cap. It proves that portfolio risk is driven more by the link between strategies than by individual performance.</p><p>• <strong>Honey, I Shrunk the Covariance Matrix (Ledoit &amp; Wolf)</strong><br /><a href="https://www.researchgate.net/publication/228051028_Portfolio_Selection">https://www.researchgate.net/publicatio … _Selection</a></p><p>Concept: Addresses the instability of live correlations. It is the theoretical backbone for our dynamic monitoring of &quot;Regime Lock&quot; in the Master accounts.</p><p>• <strong>Stepwise Multiple Testing (Romano &amp; Wolf)</strong><br /><a href="https://ideas.repec.org/p/bge/wpaper/17.html">https://ideas.repec.org/p/bge/wpaper/17.html</a></p><p>Concept: (Stable Institutional Mirror) Supports our Hysteresis Loops (PwL/OgI) by proving that consistent performance across multiple stages is the only reliable signal of a lasting edge.</p><p>• <strong>Sequential Analysis (Abraham Wald)</strong><br /> <a href="https://projecteuclid.org/journals/annals-of-mathematical-statistics/volume-18/issue-2/Sequential-Tests-of-Statistical-Hypotheses/10.1214/aoms/1177730491.full">https://projecteuclid.org/journals/anna … 30491.full</a></p><p>Concept: (Project Euclid Stable Link) Validates our rule by providing a framework for making continuous &quot;Keep/Prune&quot; decisions as new data arrives.</p><p>• <strong>The 7 Sins of Quantitative Investing (López de Prado)</strong><br /> <a href="https://portfoliooptimizationbook.com/book/8.2-seven-sins.html">https://portfoliooptimizationbook.com/b … -sins.html</a></p><p>Concept: A roadmap for avoiding common pitfalls like survivorship and look-ahead bias, supporting our &quot;Lifetime String&quot; data fusion.</p><p>• <strong>Crowded Trades and Tail Risk (Pedersen &amp; Stein)</strong><br /><a href="https://www.researchgate.net/publication/354678532_Crowded_Trades_and_Tail_Risk">https://www.researchgate.net/publicatio … _Tail_Risk</a></p><p>Concept: Discusses how crowded strategies lead to liquidity holes. It justifies our 10% Global Kill-Switch as a safeguard against systemic events.</p><br /><p>Enjoy <br />Vincenzo</p>]]></description>
			<author><![CDATA[null@example.com (Vincenzo)]]></author>
			<pubDate>Sun, 26 Apr 2026 20:02:55 +0000</pubDate>
			<guid>https://forexsb.com/forum/topic/10070/interesting-readings/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[Collection count changes during Reactor runs]]></title>
			<link>https://forexsb.com/forum/topic/10066/collection-count-changes-during-reactor-runs/new/posts/</link>
			<description><![CDATA[<p>Hello,<br />I am running multiple different Chrome instances to leverage all of my CPU cores. Each instance runs an identical set of Reactor settings.</p><p>I noticed recently that the number of strategies added to my collection seems to vary over time and I just observed it in real-time this morning.</p><p>For example, about an hour ago the collection counts across 5 Chrome instances were:<br />1, 5, 5, 3, 5</p><p>and now an hour later they have updated to:<br />1, 5, 5, 3, 4</p><p>I&#039;m aware that in a given Chrome instance, the number of Collection strategies will be lower than the Ascended count due to the correlation filtering. This is all fine.</p><p>My concern is that I don&#039;t understand how a collection can grow and then shrink like this?</p><p>Is this a bug?<br />Happy to send any details you need.<br />Thank you</p>]]></description>
			<author><![CDATA[null@example.com (dusktrader)]]></author>
			<pubDate>Tue, 14 Apr 2026 14:39:52 +0000</pubDate>
			<guid>https://forexsb.com/forum/topic/10066/collection-count-changes-during-reactor-runs/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[optimize best for a specific win rate percentage ond only]]></title>
			<link>https://forexsb.com/forum/topic/10064/optimize-best-for-a-specific-win-rate-percentage-ond-only/new/posts/</link>
			<description><![CDATA[<p>@ POPOV and LONGTIME MEMBERS</p><p>I would like to optimize for other things like the default ones in the optimizers. Is it doable to ajust the code for that?<br />An example would be to optimize for a specific win rate percentage ond only that. Or add other custom optimize goals.</p><p>is the Generate Best For and Optimize best for Goal accessable for a advanced user to code custom requirement?</p><p>how would one have to proceed to generate lots&nbsp; of eas with WinLoss 30% or 50% hit rate. without having to look in the last pages of the collection after generated them?</p>]]></description>
			<author><![CDATA[null@example.com (vidi777+fsb)]]></author>
			<pubDate>Mon, 06 Apr 2026 13:54:14 +0000</pubDate>
			<guid>https://forexsb.com/forum/topic/10064/optimize-best-for-a-specific-win-rate-percentage-ond-only/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[AI + EA Studio: where it actually helps]]></title>
			<link>https://forexsb.com/forum/topic/10063/ai-ea-studio-where-it-actually-helps/new/posts/</link>
			<description><![CDATA[<p>Hi all,</p><p>I’d like to open a practical discussion about AI in the context of EA Studio.</p><p>Not the usual idea that AI will somehow generate profitable strategies automatically. I think most people here already know that this is not the real point, YET!</p><p>What interests me much more is something simpler and more practical:</p><p><strong>Where can AI actually improve the workflow of people developing EAs with EA Studio?</strong></p><p>From my experience, the real value is not in replacing EA Studio, but in helping us manage scale, improve decisions, reduce noise, and better understand what is really happening inside a large EA workflow.</p><p>Here are some use cases that I think are genuinely useful. Some of them we are already using in practice.</p><p><strong>Strategy &amp; EA understanding</strong><br />&nbsp; &nbsp; •&nbsp; &nbsp; Clustering similar EAs*<br />Group strategies that are basically variations of the same idea, so we do not think we are diversified when in reality we are not.<br />&nbsp; &nbsp; •&nbsp; &nbsp; Winners vs losers analysis*<br />Compare profitable vs unprofitable EAs to understand what really separates them: logic type, trade frequency, exit structure, SL/TP profile, market regime fit, and so on.<br />&nbsp; &nbsp; •&nbsp; &nbsp; Feature extraction from strategies<br />Detect recurring patterns like trend-following, mean reversion, breakout behavior, volatility sensitivity, session dependency, and other structural characteristics.<br />&nbsp; &nbsp; •&nbsp; &nbsp; MQL code analysis*<br />Review and compare EA logic directly from the code. This can be very useful for debugging, understanding third-party EAs, or checking whether two bots that look different are actually doing something very similar.</p><p><strong>Trade-level analysis</strong><br />&nbsp; &nbsp; •&nbsp; &nbsp; Trade distribution analysis*<br />Study how trades are distributed across time, duration, sessions, weekdays, symbols, and setups.<br />&nbsp; &nbsp; •&nbsp; &nbsp; Winners vs losers at trade level*<br />Analyze what losing trades look like compared with winning trades: duration, volatility context, time of day, adverse excursion, favorable excursion, exit behavior, etc.<br />&nbsp; &nbsp; •&nbsp; &nbsp; Entry and exit behavior analysis*<br />Understand whether the edge is really in the entry, in the exit, or in the trade management.<br />&nbsp; &nbsp; •&nbsp; &nbsp; Floating drawdown and recovery analysis*<br />Look at how trades go into negative territory, how deep they go, how often they recover, and what kind of floating pressure an EA creates before closing.<br />&nbsp; &nbsp; •&nbsp; &nbsp; Trade sequence analysis*<br />Evaluate losing streaks, recovery sequences, and whether deterioration starts appearing first at trade level before it becomes obvious at EA level.</p><p><strong>Incubation &amp; live monitoring</strong><br />&nbsp; &nbsp; •&nbsp; &nbsp; Incubator monitoring*<br />Detect which EAs are improving, stagnating, or deteriorating over time.<br />&nbsp; &nbsp; •&nbsp; &nbsp; Automatic labeling / classification*<br />Tag EAs into practical buckets like promising, watchlist, pruning, or ready for promotion based on how performance evolves.<br />&nbsp; &nbsp; •&nbsp; &nbsp; Early warning signals<br />Spot when an EA starts behaving differently from expectations before the damage becomes too large.<br />&nbsp; &nbsp; •&nbsp; &nbsp; Performance drift detection<br />Identify when live or demo behavior starts drifting away from the original profile.</p><p><strong>Portfolio construction</strong><br />&nbsp; &nbsp; •&nbsp; &nbsp; Diversification support*<br />Help build portfolios with lower correlation across symbols, logic types, and timeframes.<br />&nbsp; &nbsp; •&nbsp; &nbsp; Role classification*<br />Identify which EAs behave mainly as profit engines, drawdown stabilizers, or hybrids / bridge strategies.<br />&nbsp; &nbsp; •&nbsp; &nbsp; Exposure mapping<br />Detect hidden concentration, for example several different EAs all leaning on the same currency or market behavior.</p><p><strong>Workflow validation</strong><br />&nbsp; &nbsp; •&nbsp; &nbsp; Process validation at scale*<br />Check whether the generation + filtering workflow is actually producing better candidates over time, not just more output.<br />&nbsp; &nbsp; •&nbsp; &nbsp; Monte Carlo / WFA interpretation<br />Summarize robustness results across many strategies when the volume becomes too high for manual review.<br />&nbsp; &nbsp; •&nbsp; &nbsp; Success rate tracking*<br />Measure how many selected EAs actually survive incubation and become usable.</p><p><strong>Operations &amp; scaling</strong><br />&nbsp; &nbsp; •&nbsp; &nbsp; Documentation and tagging*<br />Keep structure and memory across many EAs, tests, and incubators.<br />&nbsp; &nbsp; •&nbsp; &nbsp; Experiment design support*<br />Help organize structured tests, for example grid vs no-grid, different parameter families, or broker comparisons.<br />&nbsp; &nbsp; •&nbsp; &nbsp; Reporting and dashboards*<br />Produce clear summaries of what is happening across the whole workflow.<br />&nbsp; &nbsp; •&nbsp; &nbsp; Log analysis<br />Detect technical issues, broker execution differences, VPS instability, or unusual behavior in platform logs.</p><p>Curious to hear from others:<br />&nbsp; &nbsp; •&nbsp; &nbsp; Are you already using AI in your EA workflow?<br />&nbsp; &nbsp; •&nbsp; &nbsp; Where does it help the most?<br />&nbsp; &nbsp; •&nbsp; &nbsp; Have you found use cases that really improve results, and not only save time?</p><p>My personal view: AI is not yet the edge. The edge is still the workflow. But AI can make a good workflow significantly stronger.</p><p>* The starred use cases are things we are already actively using in our workflow.</p><p>Vincenzo</p>]]></description>
			<author><![CDATA[null@example.com (Vincenzo)]]></author>
			<pubDate>Sun, 05 Apr 2026 09:26:53 +0000</pubDate>
			<guid>https://forexsb.com/forum/topic/10063/ai-ea-studio-where-it-actually-helps/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[EA Longevity Index]]></title>
			<link>https://forexsb.com/forum/topic/10062/ea-longevity-index/new/posts/</link>
			<description><![CDATA[<p>Hello Everyone,</p><p>I’m trying to define a Longevity Index for EAs generated with EA Studio, based on how long strategies remain in a “top band” according to your selection criteria, filters, or KPIs once they are promoted to live trading.</p><p>The idea is not to change the selection rules, but to better understand persistence and durability after promotion.</p><p>Has anyone here worked on something similar?</p><p>A few practical questions:<br />&nbsp; &nbsp; 1.&nbsp; &nbsp; Do you track how long an EA keeps meeting your “good” criteria after going live?<br />&nbsp; &nbsp; 2.&nbsp; &nbsp; Do you see a real difference in longevity between stronger entries and more borderline ones?<br />&nbsp; &nbsp; 3.&nbsp; &nbsp; Do you evaluate this with fixed horizons like 1 month, 3 months, 6 months, etc.?<br />&nbsp; &nbsp; 4.&nbsp; &nbsp; How do you treat EAs that drop below the threshold and later recover?<br />&nbsp; &nbsp; 5.&nbsp; &nbsp; If you already measure this, what is your typical expectation in terms of months?</p><p>I’d be interested in practical experience, constructive exchange, proven best practices…not only theory.</p><p>Happy Easter everyone — and thanks in advance for any insights.</p><p>Vincenzo</p>]]></description>
			<author><![CDATA[null@example.com (Vincenzo)]]></author>
			<pubDate>Sat, 04 Apr 2026 18:05:35 +0000</pubDate>
			<guid>https://forexsb.com/forum/topic/10062/ea-longevity-index/new/posts/</guid>
		</item>
	</channel>
</rss>
