Watch how to download trading robots for free
Find us on Twitter!
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:
3337
Rating:
(12)
Published:
2018.10.25 16:18
Iin_MA_Signal.mq5 (16.36 KB) view
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

Real author: Iin Zulkarnainn

A semaphore signal indicator that uses crossings of two Moving Averages.

//+----------------------------------------------+
//| Indicator input parameters                   |
//+----------------------------------------------+
input uint              FastMAPeriod=10;
input  ENUM_MA_METHOD   FastMAType=MODE_EMA;
input ENUM_APPLIED_PRICE FastMAPrice=PRICE_CLOSE;
input uint              SlowMAPeriod=22;
input  ENUM_MA_METHOD   SlowMAType=MODE_SMA;
input ENUM_APPLIED_PRICE SlowMAPrice=PRICE_CLOSE;

Fig. 1. Iin_MA_Signal

Fig. 1. Iin_MA_Signal

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

XCCI_Histogram_Vol XCCI_Histogram_Vol

CCI_Histogram_Vol indicator with additional averaging of the resulting histogram

XRSI_Histogram_Vol XRSI_Histogram_Vol

RSI_Histogram_Vol indicator with additional averaging of the resulting histogram

Exp_i-AnyRangeCldTail_System_Tm_Plus Exp_i-AnyRangeCldTail_System_Tm_Plus

The trading system based on i-AnyRangeCldTail_System indicator signals with the possibility to set a fixed position holding time

CCI_Histogram_Vol_HTF CCI_Histogram_Vol_HTF

CCI_Histogram_Vol indicator with the timeframe selection option available in input parameters