<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Forex Software — Trade on the 1 minute OHLC]]></title>
	<link rel="self" href="https://forexsb.com/forum/feed/atom/topic/8325/" />
	<updated>2020-04-07T07:03:24Z</updated>
	<generator>PunBB</generator>
	<id>https://forexsb.com/forum/topic/8325/trade-on-the-1-minute-ohlc/</id>
		<entry>
			<title type="html"><![CDATA[Re: Trade on the 1 minute OHLC]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/60091/#p60091" />
			<content type="html"><![CDATA[<p>This is great insight.<br />Thank you Mr. Popov</p>]]></content>
			<author>
				<name><![CDATA[Maximus1]]></name>
				<uri>https://forexsb.com/forum/user/12028/</uri>
			</author>
			<updated>2020-04-07T07:03:24Z</updated>
			<id>https://forexsb.com/forum/post/60091/#p60091</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Trade on the 1 minute OHLC]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/60085/#p60085" />
			<content type="html"><![CDATA[<p>Thanks a lot Mister Popov, I really appreciate your help!</p>]]></content>
			<author>
				<name><![CDATA[CR007]]></name>
				<uri>https://forexsb.com/forum/user/12051/</uri>
			</author>
			<updated>2020-04-06T22:06:19Z</updated>
			<id>https://forexsb.com/forum/post/60085/#p60085</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Trade on the 1 minute OHLC]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/60083/#p60083" />
			<content type="html"><![CDATA[<div class="quotebox"><blockquote><p>So how can I make sure that actually the EA gets every 1 minute 1 tick only.</p></blockquote></div><p>The &quot;Price Move&quot; indicator sets two entry points per bar: Bar Open + shift and Bar Open - shift. Depending on the exit rules, it is possible to have two entries per bar. Here is an example:</p><br /><p><strong><span style="color:#693">[Opening Point of the Position]</span></strong><br />&nbsp; &nbsp; &nbsp;<strong><span style="color:blue">Price Move</span></strong><br />&nbsp; &nbsp; &nbsp;<strong><span style="color:#066">Enter long after an upward move</span></strong><br />&nbsp; &nbsp; &nbsp;Base price&nbsp; -&nbsp; Open<br />&nbsp; &nbsp; &nbsp;Price move&nbsp; -&nbsp; 100<br />&nbsp; &nbsp; &nbsp;Use previous bar value&nbsp; -&nbsp; No</p><br /><p><strong><span style="color:#d63">[Closing Point of the Position]</span></strong><br />&nbsp; &nbsp; &nbsp;<strong><span style="color:blue">Stop Limit</span></strong><br />&nbsp; &nbsp; &nbsp;<strong><span style="color:#066">Exit at Stop Loss or at Take Profit</span></strong><br />&nbsp; &nbsp; &nbsp;Stop Loss&nbsp; -&nbsp; 20<br />&nbsp; &nbsp; &nbsp;Take Profit&nbsp; -&nbsp; 20</p><br /><p><a href="https://image-holder.forexsb.com/store/fsb-pro-price-move-ambiguous.png"><span class="postimg"><img src="https://image-holder.forexsb.com/store/fsb-pro-price-move-ambiguous-thumb.png" alt="https://image-holder.forexsb.com/store/fsb-pro-price-move-ambiguous-thumb.png" /></span></a></p><p>If you have one exit point like Bar Exit and no SL and TP, the strategy will be able to make only one entry per bar.</p><p>However, you can limit the strategy and respectively the exported Expert Advisor to trade ones per bar by using the &quot;Enter Once&quot; indicator. Here is an example:</p><br /><p><strong><span style="color:#699">[Opening Logic Condition]</span></strong><br />&nbsp; &nbsp; &nbsp;<strong><span style="color:blue">Enter Once</span></strong><br />&nbsp; &nbsp; &nbsp;<strong><span style="color:#066">Enter no more than once a bar</span></strong></p>]]></content>
			<author>
				<name><![CDATA[Popov]]></name>
				<uri>https://forexsb.com/forum/user/2/</uri>
			</author>
			<updated>2020-04-06T20:02:06Z</updated>
			<id>https://forexsb.com/forum/post/60083/#p60083</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Trade on the 1 minute OHLC]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/60082/#p60082" />
			<content type="html"><![CDATA[<p>Thanks Maximus en mister Popov for your quick response. </p><p>But I shall explain myself further. I have tested my strategy also in real time for 2 weeks, and the resluts where almost the same as the backtesting tick data. My ea is the price move 44, and it looks like it is making to many trades every minute.&nbsp; So how can I make sure that actually the EA gets every 1 minute 1 tick only. Is there maby some sort of code for, that I can paste in the script on the right place?</p><p>I think a lot of licensed mebers are having the same isuee es I have. So it would be amazing if someone could help me with this! </p><p>Thanks a lot in advance, best regards Christian.</p>]]></content>
			<author>
				<name><![CDATA[CR007]]></name>
				<uri>https://forexsb.com/forum/user/12051/</uri>
			</author>
			<updated>2020-04-06T19:34:43Z</updated>
			<id>https://forexsb.com/forum/post/60082/#p60082</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Trade on the 1 minute OHLC]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/60079/#p60079" />
			<content type="html"><![CDATA[<p>Hello Christian,</p><p>The MT backtester has known issues with the so-called &quot;tick&quot; testing. I put &quot;tick&quot; in quotation marks because MT doesn&#039;t use real ticks but fabricates waypoints in a predefined way. The biggest problem is that it doesn&#039;t fabricate &quot;ticks&quot; for the last 15-20 seconds of some bars and that greatly changes the backtest result.</p><p>Please test your Expert with the &quot;control points&quot; method.</p>]]></content>
			<author>
				<name><![CDATA[Popov]]></name>
				<uri>https://forexsb.com/forum/user/2/</uri>
			</author>
			<updated>2020-04-06T17:01:42Z</updated>
			<id>https://forexsb.com/forum/post/60079/#p60079</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Trade on the 1 minute OHLC]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/60078/#p60078" />
			<content type="html"><![CDATA[<p>In my experience every time I change the time frames I get different results .<br />Each EA is dependent on the times frames.<br />I have not been able to acquire tick data and test on this data.<br />OHLC looks as if where independent from the TF ( time frames ) selected.</p>]]></content>
			<author>
				<name><![CDATA[Maximus1]]></name>
				<uri>https://forexsb.com/forum/user/12028/</uri>
			</author>
			<updated>2020-04-06T17:01:25Z</updated>
			<id>https://forexsb.com/forum/post/60078/#p60078</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Trade on the 1 minute OHLC]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/60077/#p60077" />
			<content type="html"><![CDATA[<p>Hey, <br />If I backtest in metatrader 5 my EA, than I get great results, when I put modelling on 1 minute OHLC in settings. But when I put modelling on every tick, I get almost the opposite results. So my question is how can I let the EA trade on the 1 minute OHLC? Is it posible dat someone maby has a script for it, that I can put in the EA? <br />Thanks a lot in advance!<br />Best regards Christian.</p>]]></content>
			<author>
				<name><![CDATA[CR007]]></name>
				<uri>https://forexsb.com/forum/user/12051/</uri>
			</author>
			<updated>2020-04-06T15:30:32Z</updated>
			<id>https://forexsb.com/forum/post/60077/#p60077</id>
		</entry>
</feed>
