
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
Dear Mladen!
I`m trying to make the arrow indicator by indicator SuperTrend Volty Like 2buffers:
( i.e. iCustom (NULL,0, "SuperTrend Volty Like 2", 0,10, etc..... , 0, i+1)
!=EMPTY_VALUE (or > 0 - the same result)
but the terminal hangs...
(Single indicator SuperTrend volty like2 in terminal is OK of course)
This is because the SuperTrend Volty Like 2 contains a large data conversion?
Or should we use some tricks to facilitate calculations indicator buffers?
Or am I doing something wrong?
Dear Mladen!
I`m trying to make the arrow indicator by indicator SuperTrend Volty Like 2buffers:
( i.e. iCustom (NULL,0, "SuperTrend Volty Like 2", 0,10, etc..... , 0, i+1)
!=EMPTY_VALUE (or > 0 - the same result)
but the terminal hangs...
(Single indicator SuperTrend volty like2 in terminal is OK of course)
This is because the SuperTrend Volty Like 2 contains a large data conversion?
Or should we use some tricks to facilitate calculations indicator buffers?
Or am I doing something wrong?Igorrisimo
You left out one parameter (the TimeFrame parameter of that indicator) : right after the "SuperTrend Volty Like 2", add "" as the first parameter and then it should work without any problem
Igorrisimo You left out one parameter (the TimeFrame parameter of that indicator) : right after the "SuperTrend Volty Like 2", add "" as the first parameter and then it should work without any problem
Yes, it works! Thank you very much!
Hi mladen,
it would be possible to update this interesting strenght meter multi-timeframe indicator?
regardssorry for quote myself...
Is there a holy soul who wants to update this indicator to the new MT4 build?
sorry for quote myself...
lucnes
That indicator heavily uses hanovers code. As far as I know even hanover gave up trying to update it.
lucnes That indicator heavily uses hanovers code. As far as I know even hanover gave up trying to update it.
ok mladen thanks. I did not know it.
Is there somewhere a similar indicator that works with the new mt4 build?
ok mladen thanks. I did not know it. Is there somewhere a similar indicator that works with the new mt4 build?
Try using this one (it is compiled with build 509) and it works on build 646 : csm_509.ex4
Try using this one (it is compiled with build 509) and it works on build 646 : csm_509.ex4
thank you very much
thank you very much
Seems that we are going to have more and more cases like this : when the whole code has to be rewritten from the scratch. Working right now on on such code and it does not issue any errors or warning, and it does not work. Not a good way to develope any kind of code
People : just to let you now that currently there are problems with testing multi time frame indicators in visual back test : we had a similar situation and it was solved. Now it seems to be back (in builds 625 and 646)