
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
mrtools
I found this old indicator & nmc'd it. Then I tried to add vertical lines. I thought I had it but as the printout will show, I didn't! Somewhere between lines 148 & 154, I believe is where the problem lines but I can't see it. Ant chance you can take a look at it.
I ran the same process through another elite indicator called "Gann T3 Hi LO activator", attachment included. You can see the results in the vs printout. The bar printout shows the Hlv changing from -1 line 148 to 0 line 154 & then of course line 414 shows 0?????
I have been shooting this for most of the day, Help
Thank You
Ray
rk-ml-gann_hilo_activator_bars_on_jurik_mtfalerts_-lines_nmc.mq4
rk-ml-gann_t3_high-low_activator_histo-lines-nmc.mq4
Ray, try these versions.
Squeezed ema of averages (20 types of averages) : squeezed_ema_of_averages_amp_alerts_amp_mtf.ex4
Possible averages types (no need for enumeration - they can be seen by their names) :
[*=1]SMA
[*=1]EMA
[*=1]Double smoothed EMA
[*=1]Double EMA (DEMA)
[*=1]Triple EMA (TEMA)
[*=1]Smoothed MA
[*=1]Linear weighted MA
[*=1]Parabolic weighted MA
[*=1]Alexander MA
[*=1]Volume weghted MA
[*=1]Hull MA
[*=1]Triangular MA
[*=1]Sine weighted MA
[*=1]Linear regression
[*=1]IE/2
[*=1]NonLag MA
[*=1]Zero lag EMA
[*=1]Leader EMA
[*=1]Super smoother
[*=1] Smoother
mrtools & mladen
Thank you very much for your effort & continual help.
I'm trying to build a 15min scalping system, I would really appreciate it if you could find the time to convert my 3ma indicator as follows, mladen I re-wrote for clarity:
Please convert the attached file to
1. MTF w interpolate
2. Trend buffer
3. alerts
4. Vertical lines
4b. trend = 1 , -1 or 0 ,
If (ma1 > ma2 && ma2> ma3 && Close(i) > ma1) (trend= 1)
If (ma1 < ma2 && ma2< ma3 && Close(i) < ma1) (trend= -1)
else
(trend = 0)
Best regards
Ray
rk-3maonma-nf.mq4
Can you add Email support to this indicator when both lines are in the same colour .
fr-trendlines.ex4fr-trendlines.mq4
try it out now : rk-ml-fx_snipers_ergodic_cci_trigger_simple__lines_mtf_nmc-2-1.mq4
Dear Mladen
Dear MrTools
Is there any possibility to convert this indicator to tab histogram version
RK-ml-FX Sniper's Ergodic CCI Trigger simple + lines mtf nmc-2-1.mq4
also
do we have MT version of this indicator 123PatternsV6.mq4
Thanks
Dear Mladen
Dear MrTools
Is there any possibility to convert this indicator to tab histogram version
RK-ml-FX Sniper's Ergodic CCI Trigger simple + lines mtf nmc-2-1.mq4
also
do we have MT version of this indicator 123PatternsV6.mq4
ThanksFX Snipers Ergodic histo version can be found here: https://www.mql5.com/en/forum/general
123PatternsV6 mtf version can be found here: https://www.mql5.com/en/forum/183798/page117 also might check the post by Mladen right below the linked post about the updated version of Zigzag, needed for that version of 123Patterns.
Can you add Email support to this indicator when both lines are in the same colour . fr-trendlines.ex4fr-trendlines.mq4
Timmyhanke, would you happen to have the original source code for that indicator, the version posted was a decompiled version.
FX Snipers Ergodic histo version can be found here: https://www.mql5.com/en/forum/general 123PatternsV6 mtf version can be found here: https://www.mql5.com/en/forum/183798/page117 also might check the post by Mladen right below the linked post about the updated version of Zigzag, needed for that version of 123Patterns.
MrTools,
I wish I find words to express my thankful
grateful thankful
Here it is Mrtools.
fr-trendlines.mq4
And can you insert the option to use diffrent moving averages to calculate the lines , in some indicators you have made there are 20 diffrent ones , i would like that in the indicator below.
triggerlines_mtf_alerts_nmc.mq4