Ticaret robotlarını ücretsiz olarak nasıl indirebileceğinizi izleyin
Bizi Twitter üzerinde bulun!
Fan sayfamıza katılın
Komut dosyasını ilginç mi buldunuz?
Öyleyse bir link gönderin -
başkalarının da faydalanmasını sağlayın
Komut dosyasını beğendiniz mi? MetaTrader 5 terminalinde deneyin
Göstergeler

Solar Wind Indicator for MQ5 - MetaTrader 5 için gösterge

Yura Prokofiev
Yayınlayan:
LukeB
Görüntülemeler:
11388
Derecelendirme:
(35)
Yayınlandı:
2021.05.18 23:45
Güncellendi:
2021.05.21 04:11
Bu koda dayalı bir robota veya göstergeye mi ihtiyacınız var? Freelance üzerinden sipariş edin Freelance'e git

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