Visualization of Optimization Results in Real Time – EA MetaTrader 5

Fig. 1. Downloading CodeBase programs via MetaTrader 5 terminal
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 … Read more

Multi Time Frame Bars Visualization v1.6 – indicator MetaTrader 4

Multi Time Frame Bars Visualization v1.6 - indicator for MetaTrader 4
Multi Time Frame Bars on a single chart. Note: to see the label of each bar (M1, M15, M30, etc) select “Show Object Descriptions” at Common Tab (Chart properties). Edit: v1.4 with this new features: New parameters to improve visibility: “offset” -> distance to the first bar “step” -> distance between bars Now with “yearly … Read more