Watch how to download trading robots for free
Find us on Telegram!
Join our fan page
Interesting script?
So post a link to it -
let others appraise it
You liked the script? Try it in the MetaTrader 5 terminal
Indicators

Solar Wind Indicator for MQ5 - indicator for MetaTrader 5

Yura Prokofiev
Published by:
LukeB
Views:
11406
Rating:
(35)
Published:
2021.05.18 23:45
Updated:
2021.05.21 04:11
Solar Winds.mq5 (28.17 KB) view
Need a robot or indicator based on this code? Order it on Freelance Go to 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