Pausing execution of EA until certain time has passed – script MetaTrader 4

Pausing execution of EA until certain time has passed - script for MetaTrader 4
Author: Desmond Wright aka “Buju” This code will get the current time, wait until a certain amount of Seconds has passed and then continue processing. NOTE: the first run will produce an error as the stored Time will be reinitialized, after that it will work correctly. Pausing execution of EA until certain time has passed … Read more

Variations of the Hurst Exponent over time – indicator MetaTrader 4

Variations of the Hurst Exponent over time - indicator for MetaTrader 4
This indicator is based on the assumption that the price variations follow a multi-fractal model. From there, the Hurst exponent H can be easily computed from the fractal dimension (as obtained in The variations of this Hurst exponent can actually be seen as predicting the variations of the volatility, and they therefore provide a time … Read more

Indicator Pivot Multi Time – indicator MetaTrader 4

Indicator Pivot Multi Time - indicator for MetaTrader 4
Author: Diego Alonso Vallejo Duque Descripción: Indicator that shows two resistance levels, 2 levels of support and pivot, they calculated the traditional way. The variable Last indicates the last bar to be analyzed, the time variable indicates the longer period to see 1 – min 2-5 min 3-15 min 4-30 minutes 5-1 h 6-4 h … Read more

MQL5 Wizard – Trade Signals Based on Crossover of Two EMA with intraday time filter – EA MetaTrader 5

Figure 1. Trade signals, based on crossover of two EMA with intraday time filter
MQL5 Wizard allows to create the code of Expert Advisors automatically. See Creating Ready-Made Expert Advisors in MQL5 Wizard for the details. The trading signals of the strategy, based on two moving averages are considered in MQL5 Wizard – Trade Signals Based on Crossover of Two Exponentially Smoothed Moving Averages. The moving averages are effective … Read more

Time trader v1.1 – EA MetaTrader 4

Time trader v1.1 - expert for MetaTrader 4
There are several theories out there about market movements at certain times e.g. during opening of trading for different currencies etc. This trading robot is designed to do just that and can be used for unlimited time related strategies that involve scalping, hedging or long term trades. The EA can also be used to discover … Read more

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

Time trader v2 – EA MetaTrader 4

Time trader v2 - expert for MetaTrader 4
Time trader expert advisor opens buy, sell or both trades at the time you have specified. This EA is very suitable for hedging strategies, scalping as well as long term strategies. The EA can also be used to detect hidden time based market behaviour. New version includes: Better broker compatibility, support for ecn accounts and … Read more