거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Telegram에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
조회수:
10607
평가:
(30)
게시됨:
2016.12.05 08:51
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

One more "experiment" using the CCI.


This indicator can calculate CCI of CCI of CCI of CCI ... up to "level" 25.

When level 1 (one) is used, it is the same as "regular" CCI. After that, CCI of CCI is calculated and so on (each new step uses previous step cci value instead of the price - it is calculating CCI of CCI instead of CCI of price). Levels are limited to 25 purely for practical reasons (the CCI becomes in-recognizable after some level, but it can easily be extended in the code to calculate CCI to any (reasonable) level.

The rest of the usual stuff is already included :

  • floating levels
  • or quantile levels. 

Price smoothing/filtering - including the price smoothing methods. Coloring choices and alerts. Multi time frame ...


PS: higher levels of CCI recursion should be used with care. The recursive method is highly experimental and should be used as such - do not use it based on a first impression but please do the testing part thoroughly before any usage.

CCI - experiment extended CCI - experiment extended

CCI - very extended version of the "experiment".

Maksigen channels - 2 Maksigen channels - 2

Maksigen channels - extended version.

Holt's double exponential smoothing trend Holt's double exponential smoothing trend

Holt's double exponential smoothing - the trend component.

Support ressitance - Barry (extended) Support ressitance - Barry (extended)

Support ressitance - Barry (extended version).