<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Forex Software — Revalidate and Expand a Collection]]></title>
	<link rel="self" href="https://forexsb.com/forum/feed/atom/topic/9281/" />
	<updated>2022-10-31T18:36:09Z</updated>
	<generator>PunBB</generator>
	<id>https://forexsb.com/forum/topic/9281/revalidate-and-expand-a-collection/</id>
		<entry>
			<title type="html"><![CDATA[Revalidate and Expand a Collection]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/71980/#p71980" />
			<content type="html"><![CDATA[<p>You can easily revalidate an old collection on new data and merge newly generated strategies into it.</p><div class="codebox"><pre><code>node .\bin\gen.js ^
  --settings               my-settings.ini ^
  --generate-then-validate            true ^
  --output-replace                    true ^
  --input  my-collection-[SYMBOL]-[PERIOD] ^
  --output my-collection-[SYMBOL]-[PERIOD]</code></pre></div><br /><p>How it works:<br /> - <strong>generate-then-validate</strong> sets the Express Generator to continue generating new strategies after validation of the &quot;input&quot;.<br /> - <strong>output-replace</strong> - save the &quot;output&quot; over the existing file instead of adding a suffix. It will be helpful because you will not need to change the name at the next run.<br /> - <strong>input</strong> and <strong>output</strong> point to the same file.</p><p>Additional:<br /> It costs nothing to make it save the output at a particular interval adding: <strong>auto-save-at-minutes 5</strong>. It will leave the output over the same file every 5 minutes.</p>]]></content>
			<author>
				<name><![CDATA[Popov]]></name>
				<uri>https://forexsb.com/forum/user/2/</uri>
			</author>
			<updated>2022-10-31T18:36:09Z</updated>
			<id>https://forexsb.com/forum/post/71980/#p71980</id>
		</entry>
</feed>
