<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Forex Software — Forex Strategy Builder Professional]]></title>
		<link>https://forexsb.com/forum/</link>
		<atom:link href="https://forexsb.com/forum/feed/rss/forum/43/" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent topics at Forex Software.]]></description>
		<lastBuildDate>Mon, 23 Mar 2026 12:24:32 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[News filter solution for FSB Pro and MT4 (working)]]></title>
			<link>https://forexsb.com/forum/topic/10055/news-filter-solution-for-fsb-pro-and-mt4-working/new/posts/</link>
			<description><![CDATA[<p>Expert Advisor Studio has a very poweful News priority functionality that is completely missing in FSB Pro.</p><p>Download files: <br /><a href="https://drive.google.com/drive/folders/1ZtxUEp2A1JuTXB6othrhunFCVwM4dKw0?usp=sharing">https://drive.google.com/drive/folders/ … sp=sharing</a></p><p>FSB News Companion indicator for MT4 (FSBNewsCompanion_fix5.mq4)<br /><a href="https://ibb.co/yrW0xfg"><span class="postimg"><img src="https://i.ibb.co/bkz1GWN/News-Companion.png" alt="https://i.ibb.co/bkz1GWN/News-Companion.png" /></span></a></p><p>I tried to implement something similar for FSB Pro using the same news-feed.txt data source as used by Expert Advisor Studio .</p><p>The solution is using 3 components: </p><p>1. Downloader = data source updater for MT4<br />2. Gate = strategy execution filter on FSB Pro and exported strategies for MT4<br />3. Companion = chart UI / situational awareness for MT4 (optional)</p><br /><p>What makes this architecture especially clean is that the three components are tightly related, but loosely coupled. They share the same local source news-feed.txt and the same health globals, but they do not overlap responsibilities. The feed is downloaded and served locally for other strategies or charts for manual trading, which makes this very lightweight. </p><p>The FSB news ecosystem achieves by splitting responsibilities into three focused components: a Downloader that maintains the local data source, a Companion that visualizes upcoming events on MT4 charts, and a Gate that applies the actual trade-permission logic inside exported strategies. The result is a workflow that is both practical and lightweight: Downloader = data source updater for MT4, Companion = chart UI / situational awareness for MT4, Gate = strategy execution filter on FSB Pro and exported strategies for MT4.</p><p>1) FSB News Downloader = feed maintenance service (FSBNewsDownloaderEAv2_2_fix1.mq4)</p><p>Uses only one FSB News Downloader EA for single MT4 instance.<br />Default feed refresh value is 360 minutes, do not make this smaller.</p><p>The Downloader is the foundation of the entire stack. Its role is not to decide trades and not to decorate charts. Its role is simply to keep the feed current, healthy, and locally available for the rest of the system. In the FSBNewsDownloaderEAv2_2 line, the EA downloads news-feed.txt, saves it into the MT4 files area.</p><p>Need to edit MT4 settings - allow WebRequests to https://forexsb.com<br /><a href="https://imgbb.com/"><span class="postimg"><img src="https://i.ibb.co/sdtdcDtr/Downloader-MT4-settings.png" alt="https://i.ibb.co/sdtdcDtr/Downloader-MT4-settings.png" /></span></a></p><br /><p>FSB News Downloader EA for MT4<br /><a href="https://imgbb.com/"><span class="postimg"><img src="https://i.ibb.co/XfJZ3fPs/News-Downloader.png" alt="https://i.ibb.co/XfJZ3fPs/News-Downloader.png" /></span></a></p><br /><p>2) Gate = strategy execution filter for FSB Pro and MT4 (FSBNewsGate_v2_1.cs and FSBNewsGate_v2_1.mqh)</p><p>FSBNewsGate_v2_1 was designed as a directionless LIVE MT4 news permission gate. On the FSB Pro side (.cs), the indicator keeps a clean UI and parameter contract, but always outputs allow=1 during FSB Pro runtime because the indicator is forward-looking and depends on live feed behavior. On the MT4 side (.mqh), the real blocking logic happens: it reads the offline news-feed.txt, applies symbol/currency matching, applies the configured news-priority mode and pre/post windows, and decides whether long and short entries are currently allowed.</p><p>That distinction is crucial. The Gate is not a downloader and not a visual aid. It is a strategy execution filter. It is the final policy layer that tells the strategy whether to open trades around upcoming news. In v2.1, the design was improved further by mirroring the priority mode into an MT4-visible numeric parameter so operators can choose Disabled / High only / High and Medium directly from MT4 after export. That keeps FSB Pro and MT4 aligned while still preserving the execution responsibility inside the Gate itself.</p><p>FSB NewsGate indicator for FSB Pro and MT4<br /><a href="https://ibb.co/sdL8frbn"><span class="postimg"><img src="https://i.ibb.co/W4Smh1GZ/FSBNews-Gate2.png" alt="https://i.ibb.co/W4Smh1GZ/FSBNews-Gate2.png" /></span></a></p><p><a href="https://ibb.co/bRmx46yz"><span class="postimg"><img src="https://i.ibb.co/Wp5QrHdg/Newsgate.png" alt="https://i.ibb.co/Wp5QrHdg/Newsgate.png" /></span></a></p><br /><p>3) Companion = chart UI / situational awareness (FSBNewsCompanion_fix5.mq4) (Optional)</p><p>The Companion exists because having a healthy feed is not the same as seeing the market context. FSBNewsCompanion_fix5.mq4 is deliberately chart-focused: it reads the local news-feed.txt, filters events to the current symbol, optionally includes USD on all charts, limits visibility to M1-H1 by default, and draws future events as vertical dotted markers with human-readable tooltips. It does not download anything and it does not make trade decisions. It is a visibility layer a situational-awareness tool for MT4 charts.</p><br /><p>FSB News Companion indicator for MT4 (FSBNewsCompanion_fix5.mq4)<br /><a href="https://ibb.co/yrW0xfg"><span class="postimg"><img src="https://i.ibb.co/bkz1GWN/News-Companion.png" alt="https://i.ibb.co/bkz1GWN/News-Companion.png" /></span></a></p><p>Download files: <br /><a href="https://drive.google.com/drive/folders/1ZtxUEp2A1JuTXB6othrhunFCVwM4dKw0?usp=sharing">https://drive.google.com/drive/folders/ … sp=sharing</a></p>]]></description>
			<author><![CDATA[null@example.com (zenoni)]]></author>
			<pubDate>Mon, 23 Mar 2026 12:24:32 +0000</pubDate>
			<guid>https://forexsb.com/forum/topic/10055/news-filter-solution-for-fsb-pro-and-mt4-working/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[mt5 bridge for fsb pro]]></title>
			<link>https://forexsb.com/forum/topic/10006/mt5-bridge-for-fsb-pro/new/posts/</link>
			<description><![CDATA[<p>Is there an mt5 bridge for fsb pro?<br />Some indicators are almost impossible to code in mql and only the bridge can enable us trade.<br />Currently I see only an mt4 bridge in the user files</p>]]></description>
			<author><![CDATA[null@example.com (Naya)]]></author>
			<pubDate>Mon, 06 Oct 2025 08:48:08 +0000</pubDate>
			<guid>https://forexsb.com/forum/topic/10006/mt5-bridge-for-fsb-pro/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[Need indicator for closing position by ammount or percent]]></title>
			<link>https://forexsb.com/forum/topic/9980/need-indicator-for-closing-position-by-ammount-or-percent/new/posts/</link>
			<description><![CDATA[<p>Is there a dedicated FSB indicator that closes positions based on Amount or Percent?</p><p>I mean, there are slots like:<br />List:<br />1.Percent<br />2.Amount</p><p>TakeProfit = 0<br />StopLoss = 0;</p><p>If you choose Percent, the TP and SL values are based on the Percent. If you choose Amount, the TP and SL are based on the Amount. However, if the TP and SL values are 0, it is inactive.</p><p>This is similar to the &quot;Account Percent Stop&quot; indicator, but it applies the TP and SL to the same value, and there is no Amount option.</p>]]></description>
			<author><![CDATA[null@example.com (ridwan)]]></author>
			<pubDate>Wed, 20 Aug 2025 14:04:44 +0000</pubDate>
			<guid>https://forexsb.com/forum/topic/9980/need-indicator-for-closing-position-by-ammount-or-percent/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[Issue importing Historical data]]></title>
			<link>https://forexsb.com/forum/topic/9978/issue-importing-historical-data/new/posts/</link>
			<description><![CDATA[<p>Hey FSB community,</p><p>New to the Algo scene and learning the ropes with FSB atm, I am having an issue with one brokers historical data being imported into FSB pro by dragging and dropping the json files after exporting from MT5, see attached file for error. I have tried exporting wtih different settings by I get the same error. I have tried importing other currency pairs and no issues.. has anyone else had this issue before?</p>]]></description>
			<author><![CDATA[null@example.com (RainbowJellyFish)]]></author>
			<pubDate>Fri, 08 Aug 2025 02:09:47 +0000</pubDate>
			<guid>https://forexsb.com/forum/topic/9978/issue-importing-historical-data/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[JImport Issue from Historical Data App]]></title>
			<link>https://forexsb.com/forum/topic/9969/jimport-issue-from-historical-data-app/new/posts/</link>
			<description><![CDATA[<p>Hi,</p><p>I downloaded the Forex Strategy Builder (CSV) from https://data.eatradingacademy.com/. I copied the files in the Import folder. Selected the Output folder. When I press Import I get this message</p><p>&quot;Cannot find JForex files in input directory!</p><p>Import completed.&quot;</p><p>Why is that so ?</p>]]></description>
			<author><![CDATA[null@example.com (tobeawinner)]]></author>
			<pubDate>Sat, 02 Aug 2025 23:35:06 +0000</pubDate>
			<guid>https://forexsb.com/forum/topic/9969/jimport-issue-from-historical-data-app/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[10 robots portfolio!]]></title>
			<link>https://forexsb.com/forum/topic/9964/10-robots-portfolio/new/posts/</link>
			<description><![CDATA[<p>Hello friends! I have a question! I have a portfolio of 10 robots on the SOL coin. The broker&#039;s minimum lot is 0.1 Sol. The leverage is 2! I am surprised that 10 robots trade in this portfolio with a deposit of $ 150? How is this possible? The portfolio has made 600 transactions in a month! This means about 20 transactions per day. But the guarantee for the transaction is currently $ 85! Why is the portfolio lying! Or not lying!</p><br /><p>Здраствуйте&nbsp; друзья!У меня вопрос!У меня портфолио из 10 роботов на монете SOL.Минимальный лот брокера 0.1 Sol.Кредитное плечо равно 2!Я удивляюсь что 10 роботов торгуют в данных портфолио с депозитом 150 долларов?Как это возможно?Портфолио заключило 600 сделок за месяц!Это значит примерно 20 сделок в день.Но гарантийное обеспечение на сделку на данный момент 85 долларов!Почему портфолио врет!Или не врет!</p>]]></description>
			<author><![CDATA[null@example.com (Kamil Shakirov)]]></author>
			<pubDate>Wed, 30 Jul 2025 18:37:06 +0000</pubDate>
			<guid>https://forexsb.com/forum/topic/9964/10-robots-portfolio/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[Please Help!? Donchian chanel]]></title>
			<link>https://forexsb.com/forum/topic/9961/please-help-donchian-chanel/new/posts/</link>
			<description><![CDATA[<p>Hello friend! I wrote a simple robot using FSB professional. It uses only one indicator and it is Donchian Chanel. I need to rewrite it into another programming language! Could you give me the indicator formula with the specified settings from the file below! I am a licensed user of the program! Thank you in advance!<br />https://fex.net/ru/s/rklmxlk</p>]]></description>
			<author><![CDATA[null@example.com (Kamil Shakirov)]]></author>
			<pubDate>Sun, 13 Jul 2025 13:44:41 +0000</pubDate>
			<guid>https://forexsb.com/forum/topic/9961/please-help-donchian-chanel/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[Updated FSB Pro v4.3.4 with MQL Code v58]]></title>
			<link>https://forexsb.com/forum/topic/9960/updated-fsb-pro-v434-with-mql-code-v58/new/posts/</link>
			<description><![CDATA[<p>Hello Traders,</p><p>We released FSB Pro v4.3.4 with MQL Code v58.</p><br /><p>Changes:<br /> - Updated the MQL 5 code&nbsp; to comply with the latest MetaTrader 5 updates<br /> - Fixed a bug in the MQL 4 code, which causes compilation error.<br /> - Updated the included Data Export code to v6.2 (You know that you can export files form MetaTrader and drag and drop them over FSB Pro right?)</p><br /><p>Trade Safe!</p>]]></description>
			<author><![CDATA[null@example.com (Popov)]]></author>
			<pubDate>Fri, 04 Jul 2025 08:35:51 +0000</pubDate>
			<guid>https://forexsb.com/forum/topic/9960/updated-fsb-pro-v434-with-mql-code-v58/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[Themes]]></title>
			<link>https://forexsb.com/forum/topic/9954/themes/new/posts/</link>
			<description><![CDATA[<p>Simple themes for users who spend much time on screen</p>]]></description>
			<author><![CDATA[null@example.com (Naya)]]></author>
			<pubDate>Fri, 13 Jun 2025 13:13:16 +0000</pubDate>
			<guid>https://forexsb.com/forum/topic/9954/themes/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[Fsb Pro version]]></title>
			<link>https://forexsb.com/forum/topic/9943/fsb-pro-version/new/posts/</link>
			<description><![CDATA[<p>Its been years now, When do we expect latest version of fsb pro? I&#039;m optimistic about the product but sound its dead now?</p>]]></description>
			<author><![CDATA[null@example.com (SurfingWave)]]></author>
			<pubDate>Tue, 20 May 2025 00:58:41 +0000</pubDate>
			<guid>https://forexsb.com/forum/topic/9943/fsb-pro-version/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[Data Source not working]]></title>
			<link>https://forexsb.com/forum/topic/9933/data-source-not-working/new/posts/</link>
			<description><![CDATA[<p>Hi, </p><p>I am trying to download the Eightcap Gold data history and it is not working, is there a problem or is it just me? </p><p><a href="https://postimages.org/"><span class="postimg"><img src="https://i.postimg.cc/brD2HP4w/data.jpg" alt="https://i.postimg.cc/brD2HP4w/data.jpg" /></span></a></p>]]></description>
			<author><![CDATA[null@example.com (mentosan)]]></author>
			<pubDate>Sun, 13 Apr 2025 05:48:02 +0000</pubDate>
			<guid>https://forexsb.com/forum/topic/9933/data-source-not-working/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[change the settings of the spread]]></title>
			<link>https://forexsb.com/forum/topic/9866/change-the-settings-of-the-spread/new/posts/</link>
			<description><![CDATA[<p>Hello! I have a question under the FSB Professional program! I created my own symbol! I want to change the settings of the spread. But it doesn’t change! It costs 10 Points! Why can&#039;t I change the settings of the spread?</p>]]></description>
			<author><![CDATA[null@example.com (Kamil1789)]]></author>
			<pubDate>Thu, 24 Oct 2024 19:16:45 +0000</pubDate>
			<guid>https://forexsb.com/forum/topic/9866/change-the-settings-of-the-spread/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[Error when backtesting EAs using Tick Data Suite all tick data?]]></title>
			<link>https://forexsb.com/forum/topic/9864/error-when-backtesting-eas-using-tick-data-suite-all-tick-data/new/posts/</link>
			<description><![CDATA[<p>Hi Miroslav,</p><p>I exported some EAs from FSBPro today and tried to back test using Tick Data Suite with the all tick backtester. However I kept getting the following error.</p><p>Open prices and control points worked fine with TDS but tick backtesting did not?</p><p>Do you know why this would be and how it can be fixed?</p><p>The errors on the journal tab were:</p><p>&quot;2024.10.24 21:19:21.259&nbsp; &nbsp; 2017.11.01 03:00:00&nbsp; EA Studio EURUSD M15 210611755 EURUSD,H1: LabelDelete: failed to delete a text label! Error code = 4202</p><p>2024.10.24 21:19:21.259&nbsp; &nbsp; 2017.11.01 03:00:00&nbsp; EA Studio EURUSD M15 210611755 EURUSD,H1: initialization failed (1)</p><p>2024.10.24 21:19:21.259&nbsp; &nbsp; 2017.11.01 03:00:00&nbsp; EA Studio EURUSD M15 210611755 EURUSD,H1: ExpertRemove function called</p><p>2024.10.24 21:19:21.259&nbsp; &nbsp; 2017.11.01 03:00:00&nbsp; EA Studio EURUSD M15 210611755 EURUSD,H1: <br /> Cannot load enough bars! The expert needs minimum 206 bars.<br /> Please check the &quot;Use date&quot; option and set the &quot;From:&quot; and &quot;To:&quot; dates properly.<br />&quot;</p><p>It seems to suggest not enough bars but this has never been a problem testing EA Studio EAs and also simply by changing to control point or open prices everything works fine so it looks like something in the FSBPro code is clashing?</p><p>Help reolving so can backtest FSBPro EAs using the full tick model with TDS would be much appreciated :-)</p>]]></description>
			<author><![CDATA[null@example.com (sammjacks)]]></author>
			<pubDate>Thu, 24 Oct 2024 11:23:12 +0000</pubDate>
			<guid>https://forexsb.com/forum/topic/9864/error-when-backtesting-eas-using-tick-data-suite-all-tick-data/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[Martingale function logic]]></title>
			<link>https://forexsb.com/forum/topic/9856/martingale-function-logic/new/posts/</link>
			<description><![CDATA[<p>Hello everyone,</p><p>How do implement this into my strategy where we apply the martingale system only when we experience a loss. Here&#039;s how it would work across three scenarios:</p><p><strong>First Scenario:</strong></p><p>First trade: If we lose with a lot size of 0.01, then<br />Second trade: Double the lot size to 0.02. If this trade wins, revert to the original lot size of 0.01 for the subsequent trade.</p><p><strong>Second Scenario:</strong></p><p>First trade: If we lose with a lot size of 0.01, then<br />Second trade: Double the lot size to 0.02. If this trade also loses, then<br />Third trade: Increase the lot size to 0.03. If this trade wins, revert back to 0.01 for the next trade. If it loses, continue increasing the lot size for the following trade.</p><p><strong>Third Scenario:</strong></p><p>First trade: If we win with a lot size of 0.01, continue using the same lot size for the next trade.<br />This strategy uses incremental increases in the lot size following losses, with a reset to the base lot size following a winning trade.</p><p>Please note that I want to maintain the martingale system as follows: if the initial trade with a lot size of 0.01 results in a loss, increase the lot size for the next trade to 0.02. If this trade also results in a loss, then increase the lot size to 0.03 for the subsequent trade, and so forth. Continue this pattern, incrementally increasing the lot size by 0.01 after each loss, until a win is achieved.</p>]]></description>
			<author><![CDATA[null@example.com (gk2000)]]></author>
			<pubDate>Wed, 16 Oct 2024 16:15:50 +0000</pubDate>
			<guid>https://forexsb.com/forum/topic/9856/martingale-function-logic/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[Best Practices to correlate with MT5 Open Prices Only]]></title>
			<link>https://forexsb.com/forum/topic/9828/best-practices-to-correlate-with-mt5-open-prices-only/new/posts/</link>
			<description><![CDATA[<p>What are some best practices to make FSB generate strategies optimized to work on bar open only? Similar to the MT5 backtesting mode of modelling &quot;Open Prices Only&quot;</p>]]></description>
			<author><![CDATA[null@example.com (copel)]]></author>
			<pubDate>Tue, 03 Sep 2024 08:34:15 +0000</pubDate>
			<guid>https://forexsb.com/forum/topic/9828/best-practices-to-correlate-with-mt5-open-prices-only/new/posts/</guid>
		</item>
	</channel>
</rss>
