<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Forex Software — Reactor in express generator]]></title>
	<link rel="self" href="https://forexsb.com/forum/feed/atom/topic/9399/" />
	<updated>2023-03-23T14:49:34Z</updated>
	<generator>PunBB</generator>
	<id>https://forexsb.com/forum/topic/9399/reactor-in-express-generator/</id>
		<entry>
			<title type="html"><![CDATA[Re: Reactor in express generator]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/74165/#p74165" />
			<content type="html"><![CDATA[<p>Dear Mr. Popov,</p><p>That is as great as the software!</p><p>The way you describe the process to emulate the multi-market test of Expert Advisor allows to filter the strategies that pass the test on each of the other desired currencies. For example my strategy on EURUSD needs to pass the test on EURGBP &amp; EURCHF &amp; EURJPY. --&gt;4/4</p><p>But how to make it pass on 4 other currencies out of 20 other currencies. For example my strategy on EURUSD needs to pass the test on EURGBP OR EURCHF OR EURJPY OR EURCAD OR EURAUD OR etc. but at least 4 out of 20 other currencies. --&gt;4/20</p>]]></content>
			<author>
				<name><![CDATA[RaminPo]]></name>
				<uri>https://forexsb.com/forum/user/14450/</uri>
			</author>
			<updated>2023-03-23T14:49:34Z</updated>
			<id>https://forexsb.com/forum/post/74165/#p74165</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Reactor in express generator]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/74121/#p74121" />
			<content type="html"><![CDATA[<p>We will not add Walk Forward for now.</p><p>You can perfectly simulate Multi Market now.<br />Generate a collection on one market with a particular name. Example&quot;<br /></p><div class="codebox"><pre><code>node .\bin\gen.js --symbol EURUSD --period H1 --output generated-on-EURUSD.json</code></pre></div><p>The Generator will generate new strategies on EURUSD and will save the result on &quot;generated-on-EURUSD.json&quot; collection.</p><p>The you can load this collection by using `--input` parameter and validate it under different market<br /></p><div class="codebox"><pre><code>node .\bin\gen.js --symbol GBPUSD --period H1 --input generated-on-EURUSD.json -- output validated-on-GBPUSD.json</code></pre></div><p>Express Generator will load your EURUSD collection, will validate it under the criteria you specify against GBPUSD market and will export it with a new name.</p><p>You can repeat the process several time using different markets or different criteria.</p>]]></content>
			<author>
				<name><![CDATA[Popov]]></name>
				<uri>https://forexsb.com/forum/user/2/</uri>
			</author>
			<updated>2023-03-21T13:17:19Z</updated>
			<id>https://forexsb.com/forum/post/74121/#p74121</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Reactor in express generator]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/74117/#p74117" />
			<content type="html"><![CDATA[<p>Dear Sir,<br />Will the other options from Expert Advisor Studio be included in Express Generator (walk forwards optimization and validation, multi-market validation)? thank you.</p>]]></content>
			<author>
				<name><![CDATA[RaminPo]]></name>
				<uri>https://forexsb.com/forum/user/14450/</uri>
			</author>
			<updated>2023-03-21T13:02:39Z</updated>
			<id>https://forexsb.com/forum/post/74117/#p74117</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Reactor in express generator]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/74113/#p74113" />
			<content type="html"><![CDATA[<p>Hello Crifalo,</p><p>Express Generator now provides Generator, Monte Carlo, and Collection functionality.</p><p>We will add Optimizer and Normalizer soon.</p><p>..</p><p>Please do not use both &quot;Full data optimizer&quot; and Normalization. It only makes the reactor slower.<br />Normalizer is like the Optimizer but moves the params downwards only.<br />If you have Optimizer first, the Normalizer calculates in the same ranges but will not find any better results.</p>]]></content>
			<author>
				<name><![CDATA[Popov]]></name>
				<uri>https://forexsb.com/forum/user/2/</uri>
			</author>
			<updated>2023-03-21T12:39:49Z</updated>
			<id>https://forexsb.com/forum/post/74113/#p74113</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Reactor in express generator]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/74105/#p74105" />
			<content type="html"><![CDATA[<p>Hello,</p><p>Is it possible to reproduce reactor in express generator.</p><p>Best regards</p>]]></content>
			<author>
				<name><![CDATA[crifalo]]></name>
				<uri>https://forexsb.com/forum/user/11809/</uri>
			</author>
			<updated>2023-03-21T09:43:46Z</updated>
			<id>https://forexsb.com/forum/post/74105/#p74105</id>
		</entry>
</feed>
