Sergey Deev / Profil
- Bilgiler
|
11+ yıl
deneyim
|
45
ürünler
|
371
demo sürümleri
|
|
111
işler
|
0
sinyaller
|
0
aboneler
|
A working example of an EA with source: http://fx-prog.ru/mql-development/ea-template-mql4/
The indicator plots three consecutive channels by Close prices and checks if they match the scheme shown in the screenshots. The length of each channel is not fixed and is selected by the program within the range ChMin and ChMax . When the match is found, a signal is formed (an appropriately colored arrow). A possible stop loss level is displayed as a diamond. A signal may be accompanied by a pop-up window, a push notification and/or an email. The indicator works by Open prices. Parameters ChMin
The indicator detects and displays М. Gartley's Butterfly pattern. The pattern is plotted by the extreme values of the ZigZag indicator (included in the resources, no need to install). After detecting the pattern, the indicator notifies of that by the pop-up window, a mobile notification and an email. The pattern and wave parameters are displayed on the screenshots. The default parameters are used for demonstration purposes only in order to increase the amount of detected patterns. Parameters
The indicator detects divergence signals - the divergences between the price peaks and the MACD oscillator values. The signals are displayed as arrows in the additional window and are maintained by the messages in a pop-up window, e-mails and push-notifications. The conditions which formed the signal are displayed by lines on the chart and in the indicator window. The indicator parameters MacdFast - fast MACD line period MacdSlow - slow MACD line period MacdSignal - MACD signal line period
The indicator displays the standard price deviation from the root mean moving average line in the additional window. The screenshot displays the standard indicator (the lower one) and SqrtDev (the upper one). Parameters SqrtPeriod - root mean line and standard deviation period. SqrtPrice - applied price (drop-down list). BarsCount - amount of processed bars (reduces the download time when applying to a chart and using in programs)
The indicator displays the price movement on the chart, which is smoothed by the root mean square function. The screenshot shows the moving average with period 20, the smoothed root mean square (red) and simple SMA (yellow). The indicator parameters MAPeriod - Moving average period MaPrice - applied price (drop down list, similar to the standard MovingAverage average) BarsCount - number of processed bars (reduces download time when attaching to the chart and using in programs)





