<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Forex Software — Bug report: Pivot Points mqh faulty]]></title>
		<link>https://forexsb.com/forum/topic/9461/bug-report-pivot-points-mqh-faulty/</link>
		<atom:link href="https://forexsb.com/forum/feed/rss/topic/9461/" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Bug report: Pivot Points mqh faulty.]]></description>
		<lastBuildDate>Fri, 27 Oct 2023 07:19:28 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Bug report: Pivot Points mqh faulty]]></title>
			<link>https://forexsb.com/forum/post/77325/#p77325</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (SurfingWave)]]></author>
			<pubDate>Fri, 27 Oct 2023 07:19:28 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/77325/#p77325</guid>
		</item>
		<item>
			<title><![CDATA[Re: Bug report: Pivot Points mqh faulty]]></title>
			<link>https://forexsb.com/forum/post/77324/#p77324</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (SurfingWave)]]></author>
			<pubDate>Fri, 27 Oct 2023 07:18:16 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/77324/#p77324</guid>
		</item>
		<item>
			<title><![CDATA[Re: Bug report: Pivot Points mqh faulty]]></title>
			<link>https://forexsb.com/forum/post/77276/#p77276</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (SurfingWave)]]></author>
			<pubDate>Tue, 24 Oct 2023 07:25:37 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/77276/#p77276</guid>
		</item>
		<item>
			<title><![CDATA[Re: Bug report: Pivot Points mqh faulty]]></title>
			<link>https://forexsb.com/forum/post/77142/#p77142</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (footon)]]></author>
			<pubDate>Mon, 16 Oct 2023 16:42:05 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/77142/#p77142</guid>
		</item>
		<item>
			<title><![CDATA[Re: Bug report: Pivot Points mqh faulty]]></title>
			<link>https://forexsb.com/forum/post/77136/#p77136</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (Popov)]]></author>
			<pubDate>Mon, 16 Oct 2023 13:59:35 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/77136/#p77136</guid>
		</item>
		<item>
			<title><![CDATA[Re: Bug report: Pivot Points mqh faulty]]></title>
			<link>https://forexsb.com/forum/post/76965/#p76965</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (footon)]]></author>
			<pubDate>Mon, 09 Oct 2023 11:18:02 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/76965/#p76965</guid>
		</item>
		<item>
			<title><![CDATA[Re: Bug report: Pivot Points mqh faulty]]></title>
			<link>https://forexsb.com/forum/post/76921/#p76921</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (SurfingWave)]]></author>
			<pubDate>Fri, 06 Oct 2023 00:13:28 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/76921/#p76921</guid>
		</item>
		<item>
			<title><![CDATA[Re: Bug report: Pivot Points mqh faulty]]></title>
			<link>https://forexsb.com/forum/post/75215/#p75215</link>
			<description><![CDATA[<p>I&#039;ll examine the case.</p><p>Thank you for the report!</p>]]></description>
			<author><![CDATA[null@example.com (Popov)]]></author>
			<pubDate>Tue, 13 Jun 2023 19:15:48 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/75215/#p75215</guid>
		</item>
		<item>
			<title><![CDATA[Re: Bug report: Pivot Points mqh faulty]]></title>
			<link>https://forexsb.com/forum/post/75193/#p75193</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (footon)]]></author>
			<pubDate>Tue, 13 Jun 2023 08:09:21 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/75193/#p75193</guid>
		</item>
		<item>
			<title><![CDATA[Bug report: Pivot Points mqh faulty]]></title>
			<link>https://forexsb.com/forum/post/75190/#p75190</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (footon)]]></author>
			<pubDate>Tue, 13 Jun 2023 07:56:48 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/75190/#p75190</guid>
		</item>
	</channel>
</rss>
