Topic: Fsb Pro version

Its been years now, When do we expect latest version of fsb pro? I'm optimistic about the product but sound its dead now?

2 (edited by zenoni 2025-07-02 13:19:16)

Re: Fsb Pro version

It is not dead. It is stable and mature product. Last update was last summer.

Re: Fsb Pro version

Hello Zenoni,
I'm happy to see you in the forum!

I'm considering a major rebuild of FSB / FSB Pro / EA Studio.
Goals:
- Reimplementation of the MetaTrader 5 indicators to achieve equality to more than 6 decimal digits and equal initialization of the first bars.
- Updated strategy structure:
    * Entry point: Bar Open, MA, ...
    * Concrete entry event: MA crossover, Level crossover, direction change, ...
    * Entry filters: Fats MA is higher than Slow MA, ...
    ...
- More versatile protections like SL / TP based on previous bars High/Low or ranges
- Money management, entry based on fixed risk, ...
- Much faster backtester (at least 2 times faster than EA Studio)
- Faster Generator with an early drop of not passing strategies.
- Statistics and charts corresponding to MetaTrader 5
- Portfolio Expert with possibility to enable/disable individual strategies.
- Integration of precalculated and validated collections from Top 10 Robots App
...

We will have even better strategy backtester and generator for sure!

4 (edited by Roughey 2025-07-03 19:12:30)

Re: Fsb Pro version

Popov wrote:

Hello Zenoni,
I'm happy to see you in the forum!

I'm considering a major rebuild of FSB / FSB Pro / EA Studio.
Goals:
- Reimplementation of the MetaTrader 5 indicators to achieve equality to more than 6 decimal digits and equal initialization of the first bars.
- Updated strategy structure:
    * Entry point: Bar Open, MA, ...
    * Concrete entry event: MA crossover, Level crossover, direction change, ...
    * Entry filters: Fats MA is higher than Slow MA, ...
    ...
- More versatile protections like SL / TP based on previous bars High/Low or ranges
- Money management, entry based on fixed risk, ...
- Much faster backtester (at least 2 times faster than EA Studio)
- Faster Generator with an early drop of not passing strategies.
- Statistics and charts corresponding to MetaTrader 5
- Portfolio Expert with possibility to enable/disable individual strategies.
- Integration of precalculated and validated collections from Top 10 Robots App
...

We will have even better strategy backtester and generator for sure!

nice @Popov..

what i thought is..we use now bar open..so when signal comes we open trade at next bar..its ok...but i prefer that we close directly on tick instead wait for next bar...or that the generator do this...something like a option close on tick..so we can generate on bar or ontick the close

Re: Fsb Pro version

> but i prefer that we close directly on tick instead wait for next bar...

Yes, we can two options:
- close at the next Bar Open (the first tick on a new bar)
- close a number of seconds before the Bar Close.

FSB Pro have an option "Bar closing advance [sec]" with a default value of 15 seconds. It allows the Expert Advisor to send a close order 15 seconds before the expected bar closing.

6 (edited by Naya 2025-07-04 06:28:23)

Re: Fsb Pro version

Popov wrote:

Hello Zenoni,
I'm happy to see you in the forum!

I'm considering a major rebuild of FSB / FSB Pro / EA Studio.
Goals:
- Reimplementation of the MetaTrader 5 indicators to achieve equality to more than 6 decimal digits and equal initialization of the first bars.
- Updated strategy structure:
    * Entry point: Bar Open, MA, ...
    * Concrete entry event: MA crossover, Level crossover, direction change, ...
    * Entry filters: Fats MA is higher than Slow MA, ...
    ...
- More versatile protections like SL / TP based on previous bars High/Low or ranges
- Money management, entry based on fixed risk, ...
- Much faster backtester (at least 2 times faster than EA Studio)
- Faster Generator with an early drop of not passing strategies.
- Statistics and charts corresponding to MetaTrader 5
- Portfolio Expert with possibility to enable/disable individual strategies.
- Integration of precalculated and validated collections from Top 10 Robots App
...

We will have even better strategy backtester and generator for sure!


This is great .
Please, when can we be expecting these?

Re: Fsb Pro version

> Please, when can we be expecting these?

I'm already working on a new indicator module for faster and more precise computation.

I still cannot decide what is the best approach for the next 10 years.

Most probably I'll create a completely new application to combine the best features of FSB Pro and EA Studio.

What I want to improve:
- FSB Pro was designed to trade with a bridge to MetaTrader. I added Expert Advisors later, but as we see, they are bulky and slow. I want fast and native experts like those produced by EA Studio.
- EA Studio was created as an experiment to test if it is possible to create and export experts online. Its user interface does not allow further expansion. I want another layout to utilize the full width of the browser screen and to have a vertical left-hand side navigation bar for the major categories as Data, Generator, Collections, Tools, ...

I just finished a side development and now I'm resuming the work on the forexsb projects.

I'll post frequent updates in the Development forum.