The most popular trading robots and technical indicators, news signals, regular incoming ready-made MQL5 programs in CodeBase and the most discussed Forum topics.
PROphetA practical EA for the intraday trading from 10:00 till 19:00. It works well on 5M EURUSD. The expected payoff is 40..60 pips per week on the forward testing.
CosModThe indicator line sharply changes its direction at the critical moments. It helps to identify the beginning of the trend.
CorrelationThe indicator calculates the correlation of the currency pairs.
MA ReverseA simple EA. It plays in the opposite direction on the specified difference between Bid and MA. It is considerably risky but it has own advantage.
Multy_MAAn indicator of group moving. It shows the difference between two MAs in a separate window.
Volatility IndicatorJudging by the code of indicator, it calculates the difference between the maximum maximums and minimum minimums of prices of the candlesticks for the last 20 bars (parameter). The result is displayed in points.
Capture MouseEvents on ChartThis set of functions enables one to capture mouse events on your trading chart. One can simmulate buttons to trigger actions in the EA.
ExtrapolatorExtrapolator is a result of my long-term research in the area of the Timeseries Forecasting.
Burg ExtrapolatorThe EA uses the method of Burg's linear prediction that was taken from my indicator Extrapolator.mq4.
Ryan_Jones_SMIt shows where to buy and where to sell via the arrows. If a trend occurs then it will bring profit, if there is no trend, there will be no profit.
BackboneThe EA is based on the permanent variation of the direction of the trades depending on the TakeProfit, StopLoss and TrailingStop levels. It demonstrates how to create a profitable trading system without any indicators, mathematical models and other wisdom
Lots CalculationThe calculation of the amount of lots through the specified percentage of free assets.