Watch how to download trading robots for free
Find us on Facebook!
Join our fan page
Interesting script?
So post a link to it -
let others appraise it
You liked the script? Try it in the MetaTrader 5 terminal
Indicators

2XMA_Ichimoku_Oscillator - indicator for MetaTrader 5

Views:
3214
Rating:
(7)
Published:
2018.06.16 10:17
Updated:
2023.03.29 13:48
\MQL5\Include\ \MQL5\Indicators\
XMA_Ichimoku.mq5 (19.47 KB) view
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

An oscillator based on the difference of two smoothed, different-period Tenkan-Sen lines in form of a colored histogram.

For the indicator to work, there must be indicator XMA_Ichimoku.ex5 in the <terminal_data_directory>\MQL5\Indicators folder.

The indicator uses the SmoothAlgorithms.mqh library classes (copy it to <terminal_data_folder>\MQL5\Include). The classes were described in detail in the Averaging Price Series for Intermediate Calculations Without Using Additional Buffers article.

Fig.1. Indicator 2XMA_Ishimoku_Oscilator

Fig.1. Indicator 2XMA_Ichimoku_Oscillator

Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/20615

VR---Moving VR---Moving

An Expert Advisor based on indicator iMA (Moving Average, MA) and implemented as a class.

KWAN_CCC_HTF KWAN_CCC_HTF

The KWAN_CCC indicator with the possibility to change the indicator timeframe in input parameters.

2XMA_Ichimoku_Oscillator_HTF 2XMA_Ichimoku_Oscillator_HTF

Indicator 2XMA_Ichimoku_Oscillator with the timeframe selection option available in input parameters.

UniversalMACrossEA UniversalMACrossEA

The EA based on two iMA (Moving Average, MA) indicators. Selecting the lot calculation mode: Manually or in the risk percentage per trade. Position trailing.