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
averages composite trend from here: https://www.mql5.com/en/forum/general updated to include now 20 moving averages and made to be new mt4 compatible.
Averages composite trend ...
This one uses averages to construct a kind of a multpile indicator composite trend signal.
I used the "composite trend" name for it since it is exactly what it does : it combines multiple sub-signals into one overall signal. The calculation itself is a macd (aa difference of 2 averages - if ema is used, then by definition that is a macd). So, all in all, this is a kind of a composite macd.
In this one what is possible to do is to use variable number of sub-calculations (up to 15 - I limited it simply for practical reasons) and it can use all the averages types that we already have in the averages collection. To change the number of sub-calculations, enter the periods that you wish to use in the "MaPeriods" parameter separated by ";". Also, what is added is the price pre-smoothing (filtering). It seems that some price pre smoothing with a fast type of average (zero lag ema, non lag ema, tema ...) is useful for this indicator since it smooths the whole indicator out and thus the slope of the indicator itself can become a kind f a signal) Here is an example of an instance without price pre smoothing (upper) and a price smoothed by 10 period non-lag MA (lower). As it is obvious, there is very little or no lag at all added, and some slope signals are eliminated as they should in order to avoid false decisions
updated version here https://www.mql5.com/en/forum/general
Below is Stochastic of Adaptive T3, does it make sense to have a similar behaving indicator using KAMA?
stochastic_of_adaptive_t3.mq4
Rsi and a step ma of the rsi indicator. Playing with parameters recommended (it depends extremely on RSI periods and relative changes - the longer the RSI period is, the flatter RSI will be and the the steps for the step ma will be longer if the parameters are not adjusted)
regarding the 2 indicators in this post-
https://www.mql5.com/en/forum/general
Corridor SSA normalized end-pointed 2 arrows & alerts nmc
Corridor SSA normalized end-pointed & alerts 2 nmc
I tried attaching them to a Daily chart for the GBPAUD, the results are shown in this chart, Build 625:
However, if I change timeframes, or currency pair, the indicators display successfully.
Is there something special about the Daily GBPAUD?
regarding the 2 indicators in this post-
https://www.mql5.com/en/forum/general
Corridor SSA normalized end-pointed 2 arrows & alerts nmc
Corridor SSA normalized end-pointed & alerts 2 nmc
I tried attaching them to a Daily chart for the GBPAUD, the results are shown in this chart, Build 625:
However, if I change timeframes, or currency pair, the indicators display successfully.
Is there something special about the Daily GBPAUD?michaelB
How many bars do you have in that daily chart?
For example: if your SSA number of bars is saying 300 and the first bar is saying 400, are there 700 bars on the chart? It usually happens when there is not enough data on chart. Here is how that same symbol looks with same daily data when I attach rhe iindicator to it :
StepMA of stochastic. This is not a step stochastic but a step ma applied to stochastic (different concept of the whole thing altogether). Again, with some parameters playing it is possible to get interesting results.
This is a new indicator
It is a new, rewritten step ma that uses one of 20 types of averages for calculations. Some are producing quite interesting results. Some parameters playing is required but even after a short playing it becomes obvious that it is a useful tool. Possible types of averages used in calculations :
stepma_averages.mq4
The calculation is rewritten and cleaned up, so there is no possibility of repainting in any combination now. Some playing with parameters advised (depending on time frames mainly) but it is fun ....Updated digital filters on chart : digital_filters_-_on_chart_2_nmc.mq4 Original was posted here : https://www.mql5.com/en/forum/general
Hi Mladen,
I had thought to wrote an Ea of your Indicator. Unfortunately I can not read correctly the values of the indicator. I've attached a screenshot. If the color of the line changes from green to orange, then in the MetaTrader you can see for both buffers values. However, if one reads the value with iCustom, then the value of the second buffer (index 1) is empty.
Can you help? Do I have a bug in my code?
Hi Mladen,
I had thought to wrote an Ea of your Indicator. Unfortunately I can not read correctly the values of the indicator. I've attached a screenshot. If the color of the line changes from green to orange, then in the MetaTrader you can see for both buffers values. However, if one reads the value with iCustom, then the value of the second buffer (index 1) is empty.
Can you help? Do I have a bug in my code?
flowtrader
There is a much simpler way. Attaching your code changed with an example how you can do that
Hello Mladen,
I see you have been busier than ever before and Metaquotes are doing their very best to rattle you. Great that you still carry on regardless, the dumb idiots.
Could you please take a moment out of your day and tell me how I can increase the values on the Digital filter you built. Reason being that it is an SMA and sometimes just too quick for just one candle before it continues in the original direction.
I run it now on 2/0 + 2/1 and still needs a little refinement.
Attached is such a picture for your kind perusal and comments.
Thanks in advance.