Elite indicators :) - page 836

 
clon_tron:
Hi mladen / mrtools Can you please check this indi. It has sound alert but it's not working properly. Can you please repair it. Also can you please add color. Down red Up green.

Here is the two colored version : _fast2.01.mq4

Checking the possible repainting and when (if) that is OK, will post it

Files:
_fast2.01.mq4  7 kb
fast.gif  72 kb
 

Here s the version of the fast indicator that has all the usual alerts : _fast2.01_amp_alerts.mq4

No repainting in this one

Files:
 

Point of balance - histo mtf from here: https://www.mql5.com/en/forum/general updated to be compatible with new mt4 builds.

 
Scrat:
can someone modify point of balance indicator to mtf (interpolate or/and regular mtf), and also add vertical+horizontal lines when it goes to the other side of 0? lines should be added immediately the candle has closed.

colored candle corresponding to indicator colors would also be a very nice addition...

anything will be well received

Scrat

Interesting problem (since there is actually no limit how many times the indicator can call itself recursively). Anyway, here it is : multi time frame and interpolation added (just multi time frame and interpolation added for now since I was nt even sure that it would work as it is working now ). Now it can be used as a basis for further development

updated version posted here: https://www.mql5.com/en/forum/general

 

rsioma_bar_histo__mtfalertsarrows.mq4

Hey can u please fix this indicator ^^ thanx

 
freemanov:
rsioma_bar_histo__mtfalertsarrows.mq4 Hey can u please fix this indicator ^^ thanx

freemanov

Rsioma bar histo _mtf+alerts+arrows compatible with new mql : rsioma_bar_histo__mtfalertsarrows_nmc.mq4

 
mladen:
Here is the two colored version : _fast2.01.mq4 Checking the possible repainting and when (if) that is OK, will post it

What about other buffers (ExtMapBuffer2 and ExtMapBuffer3) which should draw MAs on the first buffer, with the periods given as external variables? And Outbuf? Are they somehow interesting?

 
wojtek.paul:
What about other buffers (ExtMapBuffer2 and ExtMapBuffer3) which should draw MAs on the first buffer, with the periods given as external variables? And Outbuf? Are they somehow interesting?

wojtek.paul

Whoever made that indicator made all those 3 buffers invisible. Why? I have no idea. and since they serve no purpose at all if they are invisible, that is the reason why they are removed

ExtMapBuffer2 and ExtMapBuffer3 are averaged values of the "fast" values. If you take a look at those they are just adding lag to the indicator (which is fast indeed - and by the time any of the averaged values catch up with the "fast" values those are already indicating different thing.) Also, those values are attempting to be used in the alert for which (from the code) I have no idea what did the author want to do (what would the rule for those alerts be)

_________________

As of Outbuf : that one is not used at all for any meaningful calculation. It is assigned some values for elements 1 and 2 and those values are not used at all by the rest of the code except for assigning those values to that buffer

 

Can you please mladen / mrtools check this indicators alert, cuz sometime it gives sometime not.

Files:
 
clon_tron:
Can you please mladen / mrtools check this indicators alert, cuz sometime it gives sometime not.

clon_tron

That is a decompiled indicator that is a simple macd set to fixed 13,34,8 periods. Use any correct macd with alerts on signal cross with those settings and the signals are going to be on exactly the same places

Reason: