당사 팬 페이지에 가입하십시오
Dsl CCI of averages - MetaTrader 5용 지표
- 조회수:
- 8668
- 평가:
- 게시됨:
- 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
- ...
- 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
Discontinued signal line MACD
Solar Wind Indicator for MQ5This 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.
Discontinued signal line version RSI of averages
Dslu RSI of averageNon-anchored discontinued signal line RSI of average