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:
- 3747
- Rating:
- Published:
- 2018.10.25 16:18
-
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
Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/21874

CCI_Histogram_Vol indicator with additional averaging of the resulting histogram

RSI_Histogram_Vol indicator with additional averaging of the resulting histogram

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

CCI_Histogram_Vol indicator with the timeframe selection option available in input parameters