<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Forex Software — How can i solve this]]></title>
	<link rel="self" href="https://forexsb.com/forum/feed/atom/topic/7261/" />
	<updated>2018-03-14T13:24:06Z</updated>
	<generator>PunBB</generator>
	<id>https://forexsb.com/forum/topic/7261/how-can-i-solve-this/</id>
		<entry>
			<title type="html"><![CDATA[Re: How can i solve this]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/49586/#p49586" />
			<content type="html"><![CDATA[<p>No, you cannot do that because the actual code execution starts when you set the settings. So it is not possible to control which options are visible by a setting.</p>]]></content>
			<author>
				<name><![CDATA[Popov]]></name>
				<uri>https://forexsb.com/forum/user/2/</uri>
			</author>
			<updated>2018-03-14T13:24:06Z</updated>
			<id>https://forexsb.com/forum/post/49586/#p49586</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: How can i solve this]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/49578/#p49578" />
			<content type="html"><![CDATA[<p>thanks a lot thats what i want.. another question do you know if it is possible to hide strategy parameters first. and when i put true than the input parameters will be show?</p>]]></content>
			<author>
				<name><![CDATA[deadlef]]></name>
				<uri>https://forexsb.com/forum/user/9894/</uri>
			</author>
			<updated>2018-03-14T08:54:55Z</updated>
			<id>https://forexsb.com/forum/post/49578/#p49578</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: How can i solve this]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/49573/#p49573" />
			<content type="html"><![CDATA[<p>It is easy.</p><p>Step one - add switches in the Input form of the expert for each strategy:</p><div class="codebox"><pre><code>static input bool Enable_Strategy_0 = true;
static input bool Enable_Strategy_1 = true;
static input bool Enable_Strategy_2 = true;
static input bool Enable_Strategy_3 = true;</code></pre></div><p>Step two - make the EA check if the entry for a strategy is allowed:</p><p><span class="postimg"><img src="https://s9.postimg.org/uckj66rfz/screenshot_184.png" alt="https://s9.postimg.org/uckj66rfz/screenshot_184.png" /></span></p>]]></content>
			<author>
				<name><![CDATA[Popov]]></name>
				<uri>https://forexsb.com/forum/user/2/</uri>
			</author>
			<updated>2018-03-14T07:30:06Z</updated>
			<id>https://forexsb.com/forum/post/49573/#p49573</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: How can i solve this]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/49569/#p49569" />
			<content type="html"><![CDATA[<p>nobody have an idea how to disable/enable strategies in ea portfolio with an true/false parameter ?</p>]]></content>
			<author>
				<name><![CDATA[deadlef]]></name>
				<uri>https://forexsb.com/forum/user/9894/</uri>
			</author>
			<updated>2018-03-13T16:49:30Z</updated>
			<id>https://forexsb.com/forum/post/49569/#p49569</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: How can i solve this]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/49534/#p49534" />
			<content type="html"><![CDATA[<p>Now i think i have to put an if statement into signal getentrysignal_00()</p>]]></content>
			<author>
				<name><![CDATA[deadlef]]></name>
				<uri>https://forexsb.com/forum/user/9894/</uri>
			</author>
			<updated>2018-03-11T09:22:55Z</updated>
			<id>https://forexsb.com/forum/post/49534/#p49534</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: How can i solve this]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/49533/#p49533" />
			<content type="html"><![CDATA[<p>I have change EA Portfolio file with input parameters. No i want to enable/disable each Strategy.</p>]]></content>
			<author>
				<name><![CDATA[deadlef]]></name>
				<uri>https://forexsb.com/forum/user/9894/</uri>
			</author>
			<updated>2018-03-11T09:21:29Z</updated>
			<id>https://forexsb.com/forum/post/49533/#p49533</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[How can i solve this]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/49532/#p49532" />
			<content type="html"><![CDATA[<p>I have 5 strategies in an expert portfolio. I have modificated it so that i can change Indicator parameters with an input fiel at expert options.</p><p>Now i want to add something that i can deactivate strategies in the settings. for example strategy 1 true than it is working in the portfolio. When it is false than disabled that one strategy. I think it will only be a if else combination. but i tried and its not working. can someone help me with the code</p>]]></content>
			<author>
				<name><![CDATA[deadlef]]></name>
				<uri>https://forexsb.com/forum/user/9894/</uri>
			</author>
			<updated>2018-03-11T07:57:23Z</updated>
			<id>https://forexsb.com/forum/post/49532/#p49532</id>
		</entry>
</feed>
