Indicator freezing MT4

 

Hello

I hope someone can help with an indi that worked on a version of MT4 I had installed. I installed a new version of MT4 and now when I load the same indicator it into the chart the whole program just freezes (Not responding Windows Message).

I even Compiled it and resaved it and same thing happened... any advice would be welcome

 
tophat4d:
Hello

I hope someone can help with an indi that worked on a version of MT4 I had installed. I installed a new version of MT4 and now when I load the same indicator it into the chart the whole program just freezes (Not responding Windows Message).

I even Compiled it and resaved it and same thing happened... any advice would be welcome

Which indicator?

 

Fibonacci All TF - it was working perfectly as I mentioned

 
 
tophat4d:
Fibonacci All TF - it was working perfectly as I mentioned

The problem with that indicator is that it is using zigzag

And they changed the zigzag in a way that some indicators that are using that zigzag can not work any more

_________________

Use these 2 (both needed in order to make it work) :

fibonacci_all_tf_1.mq4

zigzag_original.mq4

 

Thanks mladen - will try that now...

 
mladen:
The problem with that indicator is that it is using zigzag

And they changed the zigzag in a way that some indicators that are using that zigzag can not work any more

_________________

Use these 2 (both needed in order to make it work) :

fibonacci_all_tf_1.mq4

zigzag_original.mq4

Thanks mladen... works fine now and brilliant indi by the way.

You have to edit one of the inputs:

UseZigZagForHL: must be set to FALSE for it to work...

Thank you again

Mark

 
tophat4d:
Thanks mladen... works fine now and brilliant indi by the way.

You have to edit one of the inputs:

UseZigZagForHL: must be set to FALSE for it to work...

Thank you again

Mark

It must work with UseZigZagForHL set to true and false

Example when it is set to true :

Example when it is set to false :

Files:
fib_1.gif  109 kb
fib_2.gif  107 kb
Reason: