Guarda come scaricare robot di trading gratuitamente
Ci trovi su Telegram!
Unisciti alla nostra fan page
Script interessante?
Pubblica il link!
lasciare che altri lo valutino
Ti è piaciuto lo script? Provalo nel Terminale MetaTrader 5
Indicatori

Dsl CCI of averages - indicatore per MetaTrader 5

Visualizzazioni:
8187
Valutazioni:
(25)
Pubblicato:
2021.05.22 21:14
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance

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