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

Dsl CCI of averages - MetaTrader 5용 지표

조회수:
8208
평가:
(25)
게시됨:
2021.05.22 21:14
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

This is a continuation of a series of indicators that might benefit from discontinued signal line calculating mode

This is the CCI that can (and by default it does) use average of price instead of "raw" price to avoid some false signals. Adding dsl as signal lines might add some more false signals filtering. Usual options :

  • to chose average that will be used for price filtering :
    • simple moving average
    • exponential moving average
    • smoothed moving average
    • linear weighted moving average
  • to set the display type
  • ...



Recommendations:
  • You can use color changes as indicators of "states" and possible signals
  • Default period 9 for dsl is taken as a compromise
    • to use it in a sort of "fixed" levels, use very long dsl period (don't worry, that is a sort of ema, no CPU load fo very long periods) - upper example in the bellow example picture
    • or use very short period to get something close to slope but with respect to the zero line too (might be interesting to use if somebody uses classical woodies like ccis on lower time frames) - lower example in the bellow example picture
  • Using dls period <= 1 turns the dsl off (you shall get 2 "levels", but those are the starting values when cci moves from 0 only)
  • Using averaging period of <= 1 for prices in effect turns of average price filtering off (regardless of what average type is used) and then you get a "raw" CCI



Dsl MACD 2 Dsl MACD 2

Discontinued signal line MACD

Solar Wind Indicator for MQ5 Solar Wind Indicator for MQ5

This is a re-write of the old Solar Winds indicator for MQ5. There has recently been some 'excitement' about using this with other indicators for entry signals, and after a request to develop an indicator using it, I found that it was a classic re-painter - so I am contributing this code with an easy switch to allow seeing the indicator in re-paint versus non-repaint mode.

Dsl RSI of average Dsl RSI of average

Discontinued signal line version RSI of averages

Dslu RSI of average Dslu RSI of average

Non-anchored discontinued signal line RSI of average