forex software

Create and Test Forex Strategies

forex software

blog:forex_strategy_builder_professional_v2.0

Forex Strategy Builder Professional v2.0

Hello dear users,

We are extremely proud to announce the release of Forex Strategy Builder Professional v2.0 . The biggest change in the program is the ability to export Expert Advisors for trading in MT4. The program also comes with an updated FSB-MT4 Bridge. There are numerous other issues fixed.

Release Note:

Forex Strategy Builder Professional exports strategies to MT4 Expert Advisors. The generated EA is fully functional and native mql4 code. You can see the code, compile, debug, run on a demo or real account and test it with the MT Strategy Tester.

FSB Pro installation includes the full source code files of the expert advisor and all included in the distribution indicators. You can export strategies as EAs only if you have all indicators the strategies use in mql code. If you use custom indicators, you have to provide also mql code for those indicators.

Exporting a strategy as Expert Advisor may be the only solution for the cases where you cannot use the FSB-MT4 Bridge.

Change log:

  • Added Export Expert Advisor to MT4 command in File menu and on the main toolbar. It exports the current strategy as an EA with the same name to a predefined destination. You set the export destinations in Control Panel → Expert Advisor page.
  • Added Save As Expert Advisor command. You can save the current strategy as an EA to a folder of your choice.
  • Added Control Panel → Expert Advisor page. It contains the exporting settings.
  • FSB-MT4 Bridge updated to v8.0. The new code is corrected according to the last standards of MetaQuotes. Added “strict” directive. The code compiles without any errors and warning messages.
  • Added auto update of the local EA MQL code and FSB-MT4 Bridge.
  • The default number of required bars of the Bridge is changed to 1000.
  • “Account Percent Stop” indicator value made decimal from 0.01 to 100.
  • Added “Percent BB” custom indicator in the FSB Pro distribution.
  • Minor code fixes in the following indicators: Fractal, Days of Week, Force Index, Keltner Channel, Moving Average, Steady Bands.
  • Fixed a bug causing a crash when a user clicks on the upper right corner of Opening Point and Closing Point slots.
  • Fixed localization issue with indicator values.