You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
This one too (from the same post) : t3_dpo-v2__arrows_nmc.mq4
A version of DSS (double smoothed stochastic) using super smoother + alerts + interpolation ... dss_of_adaptive_super_smoother_2.mq4
Experimenting with super smoother version is a bit easier (super smoother is faster than the smoother) so long calculating periods for super smoother do not produce too big lag and seems that are useful if one is looking to trend estimates. Anyway, do experiment with the parameters : some changes are dramatic
Jurik Trend_mtf_alerts2 from here: https://www.mql5.com/en/forum/general added text signals and made it compatible with new mt4 builds.
another jurik
This was iTrend changed it using jurik and now with multitimeframe, alerts and arrows. Still using auto iTrend levels.
updated version here: https://www.mql5.com/en/forum/general
Updated Macd different pairs indicator : macd_different_pairs_nmc.mq4
Originally it was posted here : https://www.mql5.com/en/forum/general
fx40
It is working (those are real values of macd for those pair) but one value is much bigger (the USDJPY) than the other and that is why you are getting that kind of a comparison
It is the nature of macd. To remind : macd is a difference of 2 EMAs (exponential moving averages) Symbols like USDJPY, GBPJPY, EURJPY are 2 digit symbols and, by nature. they are having much bigger values of MACD than 4 digit symbols. MACD is not a bounded indicator (like stochastic or rsi, for example) and that is why it happens
In order to make them comparable by values, added two new parameters : FirstSymbolMultiplier and SecondSymbolMultiplier. In cases like that you should set either the first or the second to 100 or 0.01. But be careful since that is deforming macd (it is not that simple to make macd values equal - maybe better measure would be some kind of ATR but then it would completely distort macd values, so ...). Here is an USDJP - GBPUSD in which USDJPY mul;tiplier is set to 0.01regards
Mladen
Mladen the indicator can not identify the pairs below usd (usdjpy-usdchf-usd-cad)
Updated version : macd_different_pairs_2_nmc.mq4
Updated RSX different pairs : rsx_different_pairs_nmc.mq4
Original was posted here : https://www.mql5.com/en/forum/general
Updated Trend direction and force index : trend_direction_amp_force_index_-_smoothed_1_nmc.mq4
Originally it was posted here : https://www.mql5.com/en/forum/general
viplala
Here you go
It has adjustable levels now (you can change them through parameters) and is changing colors when levels are broken up or downregards
Mladen
Hi
Can you please make one more variant of this indicator, it should be like a red-blue line. If trend will break through up level, then the indicator will show the blue color, it until the trend will break through lower level, then the indicator will show the red color. Levels could be set up, in this case 0 - 1, so for example i can put the leveling 0.8.
My English still sucks But this I can still write... PleaseUpdated version posted here : https://www.mql5.com/en/forum/general
Updated pivot points plus indicator : pivot_points_plus_1.01_nmc.mq4
Originally it was posted here : https://www.mql5.com/en/forum/general