거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Facebook에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
지표

MT5 CCI with shift parameter - MetaTrader 5용 지표

조회수:
4284
평가:
(6)
게시됨:
2023.10.20 23:51
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

A simple extension to the CCI indicator using the iCCI function call. Now you have a shift parameter which will shift the plot by user defined bars.

This is somewhat an educational code as it reveals how to apply a shift feature to any indicator based on shifting the buffer index.

When you use [i + shift], you are effectively shifting the index forward in the buffer. This means you are accessing values in the buffer that are ahead (in terms of bars) of the current bar i. 
Visually speaking, it moves the plot from right to left.


No shift

Shift applied


The "Test_CustomCCI" script shows how the indicator can be utilized with iCustom. 

Place both files in the Indicators/Examples folder and compile CCI_withShift before compiling the other file. They will both show as usable indicators in the software.





























Smooth Algorithms - Corrected/Modified - library for MetaTrader 5 Smooth Algorithms - Corrected/Modified - library for MetaTrader 5

Smooth Algorithms fixed version plus Trade Algorithms plus full operational EA, plus two indicators . So you will get complete project where you be able to see example how to use and implement this libraries

Double Bolling Band Signal Double Bolling Band Signal

Let follow previous EA by this link https://www.mql5.com/en/code/46630

Simplest CSV file reader Simplest CSV file reader

Provide simplest class to read and parse CSV file

Keltner Channel code for beginners by William210 Keltner Channel code for beginners by William210

Keltner Channel for traders or young developers by William210