거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Telegram에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
지표

Solar Wind Indicator for MQ5 - MetaTrader 5용 지표

Yura Prokofiev
게시자:
LukeB
조회수:
11409
평가:
(35)
게시됨:
2021.05.18 23:45
업데이트됨:
2021.05.21 04:11
Solar Winds.mq5 (28.17 KB) 조회
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

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