Topic: The Fastest EA Studio is online
I'm delighted to announce EA Studio v25.9.8.
I started working on it in December, which is 10 months' work.
The first update is that I have finally automated the testing of the EA Studio indicators' calculation correctness. I made this by exporting files containing historical data and indicator values from MetaTrader for each indicator. The files include the market data itself and also indicator values for various periods. Then I created a similar program that calculates the EA Studio indicators and compares their values with those from MetaTrader.
I managed to achieve precision up to 10 digits after the decimal point for all indicators.
The main difficulty was to match the first value bar of the indicators.
This update also comes with optimised formulas for some of the indicators. I applied optimisation algorithms, specifically Sliding Window and Deque. The optimised indicators achieved 6-7 times seed improvement. As a result, the EA Studio is 50%-60% faster than before.
I made a video for this update: