MQL5 - Language of trade strategies built-in the MetaTrader 5 client terminal

Automated Trading and Strategy Testing Forum

Subscribe to signal
Long Term Swap Earner USDPLN
31.54%, 1 092.04 USD
Screenshot
EURUSD, H1
Demo
Ind - CosmoGround Indicator
Ind - CosmoGround
Author: Vladon
ROMAN5 Advanced TrailingStopROMAN5 Advanced TrailingStop Try product
ROMAN5 Advanced TrailingStop
Author: ROMAN5
Andrey Bolkonsky (abolk): "Any programmer knows that there is no software without bugs" Andrey Bolkonsky (abolk): "Any programmer knows that there...

// Expert Advisors: Visualization of Optimization Results in Real Time

To add comments, please log in or register
Automated-Trading
Admin
20809
Automated-Trading 2012.06.13 15:46 

Visualization of Optimization Results in Real Time:

MetaTrader 5 Strategy Tester allows to get statistical parameters of a trading system after each testing pass.

Statistical parameters can be obtained using TesterStatistics() function, which is called inside OnTester() and OnDeinit() functions.

With the introduction of functions for working with optimization results (FrameFirst(), FrameFilter(), FrameNext(), FrameInputs() and FrameAdd()), traders are now able to perform visual optimization. The necessary data now can be processed and displayed right during an Expert Advisor optimization or a mathematical problem solving.

We will consider the details of the example of visualization of an Expert Advisor testing results during the optimization described in the article "Visualize a Strategy in the MetaTrader 5 Tester".

Author: MetaQuotes


/
To add comments, please log in or register