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_Signal - indicator for MetaTrader 5

Views:
3773
Rating:
(12)
Published:
2018.06.18 10:18
Updated:
2023.03.29 13:48
\MQL5\Include\
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

A semaphore signal indicator using the algorithm of indicator 2XMA_Ichimoku_Oscillator.

The indicator uses the SmoothAlgorithms.mqh library classes (copy them to <terminal_data_directory>\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_Ichimoku_Signal

Fig.1. Indicator 2XMA_Ichimoku_Signal

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

Bands 2 Bands 2

A trading system based on indicator iBands (Bollinger Bands, BB). Placing pending Buy Stop and Sell Stop within a specified time interval (from XX o'clock to YY o'clock).

Exp_AverageChangeCandle Exp_AverageChangeCandle

A trading system based on the signals of indicator AverageChangeCandle.

Martingale Martingale

Dynamic managing the lot size depending on the balance.

AbsolutelyNoLagLWMA AbsolutelyNoLagLWMA

A moving average using double LWMA-averaging and implemented in color.