Elite indicators :) - page 949

 

Hi again ! and thanks for the trinity inpulse indicator that you added alerts on , the indicator is interesting and i got a very positive results from using it this past 2 days .

Is there any way possible to add 17-20 averages , and maby add the price options to it ( open,closed and so on )

Because i see that the indicator are using Lwma to calculate and has the price to price weighed.

Thanks again !

trinity-impulse-indicator_2.mq4

 
timmyhanke:
Hi again ! and thanks for the trinity inpulse indicator that you added alerts on , the indicator is interesting and i got a very positive results from using it this past 2 days .

Is there any way possible to add 17-20 averages , and maby add the price options to it ( open,closed and so on )

Because i see that the indicator are using Lwma to calculate and has the price to price weighed.

Thanks again !

trinity-impulse-indicator_2.mq4

Hi Timmyhanke, the indicator is using the built in mt4 Cci and the Force indicator, so made a version using Force of averages and added price options.

 

ZeroLag MACD using the new (correct) zero lag ema for macd calculation : zerolag_macd.mq4

Files:
 

Can you add alerts to this indicator if its not a repainting one .

Yellow line over red line = buy

Red line over yellow line = sell

Thanks !

bttrendtrigger-indicator.mq4

 
timmyhanke:
Can you add alerts to this indicator if its not a repainting one .

Yellow line over red line = buy

Red line over yellow line = sell

Thanks !

bttrendtrigger-indicator.mq4

timmyhanke

Actually that version repaints

This one (for example) does not repaint : https://www.forex-tsd.com/forum/debates-discussions/116-something-interesting-please-post-here/page148#comment_545444

Or you can test this one (before adding alerts to any of the non repainting versions) : https://www.mql5.com/en/forum/general

 
mladen:
timmyhanke

Actually that version repaints

This one (for example) does not repaint : https://www.forex-tsd.com/forum/debates-discussions/116-something-interesting-please-post-here/page148#comment_545444

Or you can test this one (before adding alerts to any of the non repainting versions) : https://www.mql5.com/en/forum/general

but if you change the:

ppor=1

mpor= 1

then the red line changes to a straight line , it seems very promesing if it trigger above and below the 0 line , i know that rsi have the same thing but i dont like that one .

 
timmyhanke:
but if you change the:

ppor=1

mpor= 1

then the red line changes to a straight line , it seems very promesing if it trigger above and below the 0 line , i know that rsi have the same thing but i dont like that one .

timmyhanke

It does not matter what values you use for ppor and mpor. They are not causing the problem.

The problem with that indicator is that it uses TTFbars future bars (and that is one of the causes for repainting - it does almost the same thing as super signal indicator). The other cause is in t3 calculation that inherits wrong data on new ticks and, after some time, the indicator does not "know" which data belong to which part of calculation.

When that usage of future bars is removed and when the T3 calculation is corrected, then it is exactly the same as "ttf new" indicator

 

Can you add alerts to this indicator ?

I have backtested it and it didnt seem to repaint . thanks !

bulls-vs-bears.mq4

Files:
 
timmyhanke:
Can you add alerts to this indicator ?

I have backtested it and it didnt seem to repaint . thanks !

bulls-vs-bears.mq4

If I am not mistaken mrtools made an advanced version with some extras (not just alerts). Wight now can not find it but I think mrtools will tell us more soon

 
timmyhanke:
Can you add alerts to this indicator ?

I have backtested it and it didnt seem to repaint . thanks !

bulls-vs-bears.mq4

There is a mtf version with alerts and arrows posted here: https://www.mql5.com/en/forum/173574/page641

Reason: