Topic: Strategy Builder Professional - Dvelopment

Hello Traders,

I'm very happy that can finally share some screenshots of my work.
I'm developing a new backtesting application which will succeed FSB and EA Studio.

It is Strategy Builder Professional

It will be like EA Studio on steroids with the capability of FSB Pro.

The Builder part of the program - Editor, Optimizer, monte Carlo, Multi-market, Report, plus Data Hirizon, Data Import, Data Export, plus Collection will be free for everyone. It will include free backtesting and export of unlimited number of Expert Advisors.

A "Professional" license will be needed for the high-tech parts like Generator, Automated workflow, Portfolio, and some position scaling features like Martingale, Adding / Reducing, Grid...


I'm already working on Strategy Builder Professional for two years. Especially the last 20 days I worked 20 hours per day and achieved amassing results.



SBP = EA Studio

https://image-holder.forexsb.com/store/sbp-equal-to-eas-thumb.png



SBP provides tens of Strategy Features instead of Strategy Properties

https://image-holder.forexsb.com/store/sbp-tens-of-strategy-features-thumb.png



Like Risk percent

https://image-holder.forexsb.com/store/sbp-entry-amount-risk-thumb.png



I'm porting the FSB Pro backtester to the browser

https://image-holder.forexsb.com/store/sbp-equal-fsb-thumb.png


It will work beter on smaller screens. Ind will have Sai - the Strategy AI

https://image-holder.forexsb.com/store/sbp-two-column-sai-thumb.png

The Sai functionality is 1/3rd of the SBP code. It will be able to analyze the current page, the strategy, and the backtest results.

Sai can read the technical documentation and can answer specific questions for the program. I spent a lot of time generating special AI instructions from SBP screens and the source code, so the AI models to be helpful.


Sai can control SBP

> Set stop loss of 400 USD

https://image-holder.forexsb.com/store/sbp-set-stop-loss-400-usd-thumb.png

> Set meaningful strategy protections

Which protections do you want to add? Common choices are:
- Stop Loss (limit loss per position) — can also enable a trailing stop
- Take Profit (profit target)
- Break-even (move stop to entry once the position is in profit)
- Max Spread Protection (skip entries when spread is too wide)

> You decide

https://image-holder.forexsb.com/store/sbp-sai-add-meaningful-protections-thumb.png


I'll start posting updates on SBP on daily basis.

You may take a look at the current state of the program at: https://sbp.forexsb.com/

Have fun!

Re: Strategy Builder Professional - Dvelopment

20 hours a day... How's that even possible smile

So the custom indicator functionality will be gone in the new generation?

Re: Strategy Builder Professional - Dvelopment

> 20 hours a day... How's that even possible

I don't know how 20 days passed.
- 1std day I connected to AI (more or less)
- 2nd day connected reliably
- 3rd day I made a chat bot
- 4th day I learned how the programming AI harnesses work and made a simple but working one
- 5th day - the AI was in SBP (more or less)
- 6th day -  I  "Say Hello World", the Model printed "Hello World" in the browser console
- 7th day - "turn dark mode", 'turn light mode", "let's the light on", "repeat light and dark theme 5 times"...
- next 2 weeks I made a "Cloude" for strategies with agents and skills, and possibility to read and control SBP
- last two days I decided to convert the FSB Pro backtester in TypeScript to see if it going to work in browser and it works (partially).

At least we have now indicators, strategy features and some kind of backtest.


>So the custom indicator functionality will be gone in the new generation?

It will be very easy to convert them to work in SBP, but for now I don't think to introduce a way for users' indicators.
My ultimate goal is to have MQL indicators in SBP but I need to make an MQL compiler for that. (I'm on 20% ready with it)

Re: Strategy Builder Professional - Dvelopment

I implemented the "Report" page of SBP.


https://image-holder.forexsb.com/store/sbp-report-page-screenshot-thumb.png


It contains Indicator chart, Balance chart, Backtest stats (MT5 style, partial for now), Orders History (also MT5 style).

Later I'll add the full FSB Pro Bar Explorer with orders  tables and the bar interpolation chart.

...

> So the custom indicator functionality will be gone in the new generation?

Actually, I'll make it possible to import all of them in SBP.
Later, I may make a sperate SBP edition for developing custom indicators.

Re: Strategy Builder Professional - Dvelopment

20 hours a day...

I have not been sleeping for the past year... even when I am sleeping, I am clauding in my dreams smile

Can't wait to see the gem.

Re: Strategy Builder Professional - Dvelopment

Ported the Bar Explorer from FSB Pro to SBP.

It shows the interpolated trajectory of the market price within a bar. It is useful see how the backtester manages cases when there is an execution ambiguity. For example, SL and TP withing the range of a bar.

https://image-holder.forexsb.com/store/sbp-bar-explorer-screenshot-thumb.png

Re: Strategy Builder Professional - Dvelopment

My plan for the next week Sep 7 - 13.

- fix the settings - account currency, initial account, leverage

- check if the user accounts work. Remove the "trial". SBP will not have trial accounts. It will have a "Free" part and "Pro" features (available for licensed users only). Block the Pro features (they will be implemented later).

- Expert Advisor export. Implementation of the current features in MQL. Making the expert working with indicators for Entry and Exit points (like FSB Pro, but with native speed).

- Expert Advisor back import.

- EA Studio's Experts import.

Re: Strategy Builder Professional - Dvelopment

One of the first strategies I found with the old FSB was 1-indicator, no-parameters Fractal strategy.

Now, 20 years later, the same strategy can be exported from SBP.
Isn't it amassing? We have a backtester with intrabar trading in real-time in the browser!!!

https://image-holder.forexsb.com/store/sbp-exports-fractal-strategy-thumb.png

Re: Strategy Builder Professional - Dvelopment

It will take time to implement each feature of SBP and to ensure the corresponding MQL5 expert is fine.

Here is an example of Long only, Martingale, intrabar entry at MA, intrabar exit at 2-bands indicator Bollinger Bands.

https://image-holder.forexsb.com/store/sbp-mt5-martingale-long-ma-bb-thumb.png