
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
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
Here s the version of the fast indicator that has all the usual alerts : _fast2.01_amp_alerts.mq4
No repainting in this one
Point of balance - histo mtf from here: https://www.mql5.com/en/forum/general updated to be compatible with new mt4 builds.
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
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
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?
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.
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