Elite indicators :) - page 713

 

I think this is what is hapenning : https://www.mql5.com/en/forum/181280/page17

 
nevar:
I think this is what is hapenning : https://www.mql5.com/en/forum/181280/page17

nevar

You are trying that indicator today when there are no ticks coming in

When you get that flat line, today (when there are no ticks) change time frame and then go back to the original time frame and let it do the download job for the data that is missing from the symbol that is not the current chart symbol

Normally, that flat line would be corrected with the next tick in (you can also try using the indicator from this post during the weekends to simulate ticks : https://www.mql5.com/en/forum/178300 )

 
mladen:
nevar

You are trying that indicator today when there are no ticks coming in

When you get that flat line, today (when there are no ticks) change time frame and then go back to the original time frame and let it do the download job for the data that is missing from the symbol that is not the current chart symbol

Normally, that flat line would be corrected with the next tick in (you can also try using the indicator from this post during the weekends to simulate ticks : https://www.mql5.com/en/forum/178300 )

Hi mladen,

when I clicked the link above and download indicator "AutoRefresh timer. mq4" this site doesn't allow me. Is my subscription limited only to Elite section? Am I not allowed to access other free forums/threads (except advanced)?

Thanks.

 
tamaraofx:
Hi mladen,

when I clicked the link above and download indicator "AutoRefresh timer. mq4" this site doesn't allow me. Is my subscription limited only to Elite section? Am I not allowed to access other free forums/threads (except advanced)?

Thanks.

tamaraofx

Tested it now and it all works OK (that is a public indicator that anybody can download). Please try again.

 

Can we have these as nmc?

Thanks in advance.

gann_high-low_activator_histo.mq4

gann_high-low_activator.mq4

 
mladen:
tamaraofx Tested it now and it all works OK (that is a public indicator that anybody can download). Please try again.

Hi mladen,

I still cannot access that thread. Please update my access rights to the public folders.

Thanks,

 
tamaraofx:
Hi mladen,

I still cannot access that thread. Please update my access rights to the public folders.

Thanks,

Checked it and rechecked it and all seems OK (nothing needs to be altered as far as your access rights are concerned). Try cleanig your browser cache as a first step. Also check your PM box

 
nevar:
I think this is what is hapenning : https://www.mql5.com/en/forum/181280/page17

Here is for example a range oscillator with bands made to be strict compatible too. It will not work on older versions of metatrader 4, and if they decide to change something again, it might stop working with some new build too (metaquotes have proved numerous times that they could not care less for downwards compatibility)

Try to debug this one now : range_osc_with__bands_arrows_nmc_2.mq4

_________________________

PS: I tested it with debugger and it worked OK. But do not be surprised if your debugger freezes if you have break points (that is more or less a rule of thumb - if you set a break point anywhere in the source and you try to switch to the main chart while debuging, metatrader will freeze - you have to remove break points in order to let it work again) or if in some future version all of a sudden this version starts to behave weird

Been on that road with metatrader 5 and sometimes it was harder to find what the hell did they change that started to cause errors that time than to find hairs on Heidi Klum's chest

 

Noticed an error in the last version of absolute strength of averages

The error was happening when sma was used for averaging (only in that case). This is a corrected version in which now all the 20 possible averaging methods are working correctly : absolutestrength_of_averages_mtf_2.06_nmc.mq4

Reason: