<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Forex Software — Bug report: Pivot Points mqh faulty]]></title>
	<link rel="self" href="https://forexsb.com/forum/feed/atom/topic/9461/" />
	<updated>2023-10-27T07:19:28Z</updated>
	<generator>PunBB</generator>
	<id>https://forexsb.com/forum/topic/9461/bug-report-pivot-points-mqh-faulty/</id>
		<entry>
			<title type="html"><![CDATA[Re: Bug report: Pivot Points mqh faulty]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/77325/#p77325" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>Popov wrote:</cite><blockquote><p>Footon, please send me your fix.</p><p>I&#039;ll work this week on the FSBN Pro indicators. I&#039;ll apply all the fixes I did when working on the EA Studio / Express generator compatibility. The fixes are mostly on the first bar calculation.</p></blockquote></div><br /><p>Just wondering issues been fixed? Thanks</p>]]></content>
			<author>
				<name><![CDATA[SurfingWave]]></name>
				<uri>https://forexsb.com/forum/user/14273/</uri>
			</author>
			<updated>2023-10-27T07:19:28Z</updated>
			<id>https://forexsb.com/forum/post/77325/#p77325</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Bug report: Pivot Points mqh faulty]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/77324/#p77324" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>Popov wrote:</cite><blockquote><p>Footon, please send me your fix.</p><p>I&#039;ll work this week on the FSBN Pro indicators. I&#039;ll apply all the fixes I did when working on the EA Studio / Express generator compatibility. The fixes are mostly on the first bar calculation.</p></blockquote></div><br /><p>Any update? Thanks!</p>]]></content>
			<author>
				<name><![CDATA[SurfingWave]]></name>
				<uri>https://forexsb.com/forum/user/14273/</uri>
			</author>
			<updated>2023-10-27T07:18:16Z</updated>
			<id>https://forexsb.com/forum/post/77324/#p77324</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Bug report: Pivot Points mqh faulty]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/77276/#p77276" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>footon wrote:</cite><blockquote><p>Not fixed as far as I know. But if you have problems in live trading, then let me know. I have a crude fix, which should make it work.</p></blockquote></div><p>Thank footon, Will wait for Popov next update fix.</p>]]></content>
			<author>
				<name><![CDATA[SurfingWave]]></name>
				<uri>https://forexsb.com/forum/user/14273/</uri>
			</author>
			<updated>2023-10-24T07:25:37Z</updated>
			<id>https://forexsb.com/forum/post/77276/#p77276</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Bug report: Pivot Points mqh faulty]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/77142/#p77142" />
			<content type="html"><![CDATA[<p>My hack in Pivot Points mqh is in the following way, it is for custom PP I made, which can be set for bar, day, week and month:</p><div class="codebox"><pre><code>                         int pr = (int) (PeriodSeconds() / 60);

                        int firstBar = 5;
   
            // for last bar
                        if (ListParam[1].Index == 0) firstBar = 4;
                        // for last day
            else if (ListParam[1].Index == 1) firstBar = 1440 / pr + 3;
                        // for last week
            else if (ListParam[1].Index == 2) firstBar = 10080 / pr + 3;
                        // for last month
            else if (ListParam[1].Index == 3) firstBar = 44640 / pr + 3;</code></pre></div><p>But this doesn&#039;t solve the dependency of exported timeframe, there was a thing that if the EA is exported from daily in Pro, for instance, it wouldn&#039;t work on lowest timeframes in mt.</p>]]></content>
			<author>
				<name><![CDATA[footon]]></name>
				<uri>https://forexsb.com/forum/user/1242/</uri>
			</author>
			<updated>2023-10-16T16:42:05Z</updated>
			<id>https://forexsb.com/forum/post/77142/#p77142</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Bug report: Pivot Points mqh faulty]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/77136/#p77136" />
			<content type="html"><![CDATA[<p>Footon, please send me your fix.</p><p>I&#039;ll work this week on the FSBN Pro indicators. I&#039;ll apply all the fixes I did when working on the EA Studio / Express generator compatibility. The fixes are mostly on the first bar calculation.</p>]]></content>
			<author>
				<name><![CDATA[Popov]]></name>
				<uri>https://forexsb.com/forum/user/2/</uri>
			</author>
			<updated>2023-10-16T13:59:35Z</updated>
			<id>https://forexsb.com/forum/post/77136/#p77136</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Bug report: Pivot Points mqh faulty]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/76965/#p76965" />
			<content type="html"><![CDATA[<p>Not fixed as far as I know. But if you have problems in live trading, then let me know. I have a crude fix, which should make it work.</p>]]></content>
			<author>
				<name><![CDATA[footon]]></name>
				<uri>https://forexsb.com/forum/user/1242/</uri>
			</author>
			<updated>2023-10-09T11:18:02Z</updated>
			<id>https://forexsb.com/forum/post/76965/#p76965</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Bug report: Pivot Points mqh faulty]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/76921/#p76921" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>Popov wrote:</cite><blockquote><p>I&#039;ll examine the case.</p><p>Thank you for the report!</p></blockquote></div><p>Any update? Bug fixes?</p><p>Thanks!</p>]]></content>
			<author>
				<name><![CDATA[SurfingWave]]></name>
				<uri>https://forexsb.com/forum/user/14273/</uri>
			</author>
			<updated>2023-10-06T00:13:28Z</updated>
			<id>https://forexsb.com/forum/post/76921/#p76921</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Bug report: Pivot Points mqh faulty]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/75215/#p75215" />
			<content type="html"><![CDATA[<p>I&#039;ll examine the case.</p><p>Thank you for the report!</p>]]></content>
			<author>
				<name><![CDATA[Popov]]></name>
				<uri>https://forexsb.com/forum/user/2/</uri>
			</author>
			<updated>2023-06-13T19:15:48Z</updated>
			<id>https://forexsb.com/forum/post/75215/#p75215</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Bug report: Pivot Points mqh faulty]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/75193/#p75193" />
			<content type="html"><![CDATA[<p>Update: it starts working only in this case when I export the EA from M1 timeframe in FSB! If it is exported from higher TF, it will not work in MT.</p><p>Secondly, although it shows values, they are wrong! Screenshot attached.</p>]]></content>
			<author>
				<name><![CDATA[footon]]></name>
				<uri>https://forexsb.com/forum/user/1242/</uri>
			</author>
			<updated>2023-06-13T08:09:21Z</updated>
			<id>https://forexsb.com/forum/post/75193/#p75193</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Bug report: Pivot Points mqh faulty]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/75190/#p75190" />
			<content type="html"><![CDATA[<p>Problem is similar to Top Bottom Price indicator - indicator does not produce values for lower timeframes (M1 and M5), from M15 onwards it starts working.</p>]]></content>
			<author>
				<name><![CDATA[footon]]></name>
				<uri>https://forexsb.com/forum/user/1242/</uri>
			</author>
			<updated>2023-06-13T07:56:48Z</updated>
			<id>https://forexsb.com/forum/post/75190/#p75190</id>
		</entry>
</feed>
