Resize chart window from indicator (for Short Trend Reversal) – indicator MetaTrader 4

charts
You can simply add function void OnChartEvent(…) to your indicator the screens are from EA and its GUI, indicator only changes window size before compilation you need uncomment few lines //external dll prohibited 🙁 Resize chart window from indicator (for Short Trend Reversal) – indicator MetaTrader 4

A reversal indicator Priliv.mq4 – indicator MetaTrader 4

A reversal indicator Priliv.mq4 - indicator for MetaTrader 4
The indicator displays four lines of different colors. The white line (displayed with black color on the picture) is the МА with the period of 8, it is used just for demonstrativeness, displaying some average line of the trend. The next three lines show the speed of the trend on the current, closest larger and … Read more

MQL5 Wizard – Trade Signals Based on Reversal Candlestick Patterns – EA MetaTrader 5

Figure 1. Trade signals, based on reversal candlestick patterns
MQL5 Wizard provides the automatic creation of Expert Advisors (see MQL5 Wizard: Creating Expert Advisors without Programming). The CSignalCandles class provides trade signals, based on reversal candlestick patterns. The strategy called “Signals based on reversal candlestick patterns” (when creating EA automatically in MQL5 Wizard). The idea of the system is to indentify the reversal patterns … Read more

Bullish Reversal – EA MetaTrader 4

Bullish Reversal - expert for MetaTrader 4
Author: Adrian Robles This EA executes trades when it recognizes candlestick patterns that are associated with Bullish Reversals. Test have been ran on the daily chart. The code still needs a lot of work, so trade at your own risk. See attached Files. Recommendations: Recommend reviewing and altering the code to your risk preferences. Bullish … Read more

PZ Reversal Trend Following EA – EA MetaTrader 4

PZ Reversal Trend Following EA - expert for MetaTrader 4
Author: The developer of this EA is Arturo Lopez, founder of Point Zero Trading Solutions. Trend following systems can vary, but principle elements remain the same. A reversal system, a very common system, has two modes: you are either long or short. It is always in the market and closes one position by opening a … Read more