Watch how to download trading robots for free
Find us on Telegram!
Join our fan page
Join our fan page
You liked the script? Try it in the MetaTrader 5 terminal
- Views:
- 5645
- Rating:
- Published:
- 2018.12.28 12:59
- Updated:
- 2019.01.17 11:29
-
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
Rubicons CCI Cross signal oscillator. This is a standard CCI with a signal line - three-period exponential moving average.
It has four adjustable parameters:
- CCI period - CCI calculation period
- EMA period - signal EMA calculation period
- Overbought - overbought level
- Oversold - oversold level.
Signals:
- If CCI line crosses the oversold level upwards and CCI line is above the signal EMA line, the buy label is placed.
- If CCI line crosses the overbought level downwards and CCI line is below the signal EMA line, the sell label is placed.
Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/22795