Elite indicators :) - page 300

 

Paul

_____________________

In the line 89 you have this :
for(i=50000; i>=0; i--)[/php]
It forces to calculate 50000 bars on each new tick. It should be like this
[php] for(i=limit; i>=0; i--)
_____________________ Anyway, made this one which does not require external indicator (so no external indicators dependency nor call overhead) and has some extra options and possibilities : you can choose the price for each T3 (you are not restricted to close only) and you can choose do you want original (Tillson - like on 1st picture) or faster (Fulks/Matulich - like on 2nd picture) calculation of T3

regards

Mladen

stav01:
Mladen,

Here is an attempt to base your MA Ribbon on the T3 MA. It seems to slow down the PC. Can you take a look and see if you can make it more efficient.

Best regards,

Paul.
 

bbands zigzag

HI MLADEN,

can you make a zig zag bbands MTF like the picture below..

it basically a 1hour chart with regular bbands and 30mn zigzag bbands.

what i mean, i want to see the bbands of the 30mn on the 1hour chart with

red and green dot zig zag evrytime it appear on the 30mn.

hope you understand my bad english

best regards..

Files:
 

Thank you.

Wow - thats fantastic Mladen. Thank you.

mladen:
Paul

_____________________

In the line 89 you have this :
for(i=50000; i>=0; i--)[/php]
It forces to calculate 50000 bars on each new tick. It should be like this
[php] for(i=limit; i>=0; i--)
_____________________ Anyway, made this one which does not require external indicator (so no external indicators dependency nor call overhead) and has some extra options and possibilities : you can choose the price for each T3 (you are not restricted to close only) and you can choose do you want original (Tillson - like on 1st picture) or faster (Fulks/Matulich - like on 2nd picture) calculation of T3

regards Mladen
 

Hi edmund1388

you need to post the mq4 file, the ex4 is not editable, is the result of compiling the mq4.

regards

brax64

 

Mladen,

can you make this MTF_MACD.ex4 become MTF_RSI & MTF_CCI

thx

Files:
mtf_macd.ex4  12 kb
 

here it is.

Files:
mtf_macd.mq4  10 kb
 

Dear mladen,

I admire your work on "# FullSSA normalize correct" (#2657).

Would it be possible to insert an alert when it crosses the zeroline ?

Implementing a special soundfile for that (e.g. .wav) would be great a help.

Thanks in advance.

derfel

 
Take a look at these posts
https://www.mql5.com/en/forum/173574/page65

https://www.mql5.com/en/forum/173574/page66

Those are the original ones

regards

Mladen

edmun1388:
Mladen,

can you make this MTF_MACD.ex4 become MTF_RSI & MTF_CCI

thx
 

thx Mladen , I like the new version.

I will try see can convert it to new version not.[fail to make it]

Thx anyway.

 

Jurik RSI

Hi mladen,

why don't you make it easier to find some indicators ? I spent about 45 minutes and did not find RSI Jurik. And it's the same for others indicators I tried to find in the past.

if you have it, would be nice.

thanks in advance,

regards,

Reason: