Watch how to download trading robots for free
Find us on Twitter!
Join our fan page
Join our fan page
You liked the script? Try it in the MetaTrader 5 terminal
- Views:
- 5839
- Rating:
- Published:
- 2018.01.22 09:36
- Updated:
- 2023.03.29 13:48
-
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
Real author: Kalenzo
A trend indicator, which receives trade signals from the XMACD histogram.
The indicator uses SmoothAlgorithms.mqh library classes (copy it to <terminal_data_folder>\MQL5\Include). The classes were described in detail in the article Averaging Price Series for Intermediate Calculations Without Using Additional Buffers.
Fig.1. The KI_signals_v2 indicator.
Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/19369

Closing positions: all, only profitable or only losing positions.

The XMA_Divergence indicator with the possibility to change the indicator timeframe from input parameters.