Guarda come scaricare robot di trading gratuitamente
Ci trovi su Facebook!
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

Solar Wind Indicator for MQ5 - indicatore per MetaTrader 5

Yura Prokofiev
Pubblicati da::
LukeB
Visualizzazioni:
11363
Valutazioni:
(35)
Pubblicato:
2021.05.18 23:45
Aggiornato:
2021.05.21 04:11
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance

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.

I'm sure the mob will look at this and say its not worth much for trading... Please look at this as a relatively simple educational example on re-painting versus non-repainting as well as code examples for techniques for making indicators in MQ5.

The Solar Winds indicator is a smoothed curve showing when the trend is long versus short.

If you use this type of indicator for trading, you may also want to look up "Ehlers Fisher Transform" in the code base.

You can change this indicator between re-painting and non-repainting mode with the user input:
input ENUM_ON_OFF    NRP = ENUM_OFF;  // Non-Repainting (NPR) ON/OFF

V1.02 adds choice for using Custom events or not and cleans up the plot definitions.

Solar Winds on EUR/USD


    Simple label indicator that shows Amplitude, Spread and Clock (time) Simple label indicator that shows Amplitude, Spread and Clock (time)

    This simple indicator is just a statistical label showing Last and Current Candle Amplitude (MinMax), Last and Current Day Amplitude, Current Tick Amplitude and Time Remaining for next Candle. It also shows Server Time (Market Watch) and Local PC Time so you can focus more on the graph and adapt to market hours.

    IND - The Overall Percent Risk - MT5 IND - The Overall Percent Risk - MT5

    Building good trading habits by seeing things in terms of percentage not in terms of money.

    Dsl MACD 2 Dsl MACD 2

    Discontinued signal line MACD

    Dsl CCI of averages Dsl CCI of averages

    Discontinued signal line CCI using average of price for filtering signals