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
Views:
3644
Rating:
(17)
Published:
2017.01.19 17:06
Updated:
2023.03.29 13:47
\MQL5\Include\
Yaanna.mq5 (13.04 KB) view
Yaanna_HTF.mq5 (18.62 KB) view
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

The Yaanna indicator with the timeframe selection option available in the input parameters:

input ENUM_TIMEFRAMES TimeFrame=PERIOD_H4;  // Indicator chart period (timeframe)

To provide correct operation of the indicator, place the compiled Yaanna.mq5 indicator file in terminal_data_folder\MQL5\Indicators.

Fig.1. Yaanna_HTF indicator

Fig.1. Yaanna_HTF indicator

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

EnvelopesATR_Cloud EnvelopesATR_Cloud

This is a modified Envelopes indicator for measuring the price deviation. It displays the upper and lower borders of the price deviation from МА calculated considering the average volatility of the symbol according to ATR indicator.

CCI_Histogram_Round CCI_Histogram_Round

Standard CCI oscillator implemented as a histogram rounding its values to the standard range.

Simple FX Simple FX

The Expert Advisor is based on moving averages crossing.

XMA_BBxATR_Cloud XMA_BBxATR_Cloud

This is a modified Bollinger Bands® displaying the upper and lower borders of the price deviation from МА calculated considering the average volatility of the symbol according to ATR indicator.