why my program not working in some brokers?

 

Hi i create one indicator for metetrader 4 and 5. this program work correctly on my system and my broker metetrader, but some brokers not drawing my indicator. even I try compile and debug my code on it and there is no problem. But when i wants use it the indicator not working.

why this is happened in some brokers and how I can fix it?

 
justlink :

Hi i create one indicator for metetrader 4 and 5. this program work correctly on my system and my broker metetrader, but some brokers not drawing my indicator. even I try compile and debug my code on it and there is no problem. But when i wants use it the indicator not working.

why this is happened in some brokers and how I can fix it?

We cannot read your thoughts - therefore you must attach (using the button Attach file) your own mql5 indicator.

 
Vladimir Karputov:

We cannot read your thoughts - therefore you must attach (using the button ) your own mql5 indicator.

my indicator run and show on the chart in my broker when i want use it just link image 1.

but in my friend system and his broker the indicator show nothing not run. just like image 2.

why? how can i fix this?

Files:
1.png  32 kb
2.jpg  190 kb
 
justlink: my indicator run and show on the chart in my broker when i want use it just link image 1. but in my friend system and his broker the indicator show nothing not run. just like image 2.

why? how can i fix this?

We can't help you fix it if you don't show your code! Do as stated by Vladimir in his post.

Forum on trading, automated trading systems and testing trading strategies

why my program not working in some brokers?

Vladimir Karputov, 2021.06.26 07:20

We cannot read your thoughts - therefore you must attach (using the button Attach file) your own mql5 indicator.

 
Fernando Carreiro:

We can't help you fix it if you don't show your code! Do as stated by Vladimir in his post.

OK. But my program has more than 2000 lines of code.Which section should I copy here? 
 
justlink: OK. But my program has more than 2000 lines of code.Which section should I copy here? 

Think about it! How do you expect us to know where your bugs are, if we have no idea what is causing the problem?

He said "attach" the file. That means, the entire file. All of it!

If you you are not willing to do that, then break your code up in sections and test it piece by piece until you find where the problem is occurring.

You are the developer, right? So you know how to debug code, right?

 
Fernando Carreiro:

Think about it! How do you expect us to know where your bugs are, if we have no idea what is causing the problem?

He said "attach" the file. That means, the entire file. All of it!

If you you are not willing to do that, then break your code up in sections and test it piece by piece until you find where the problem is occurring.

You are the developer, right? So you know how to debug code, right?

I am developer and I know how to debug my code, but as i said my code has not any error and warning and run on some metetrader 5 like main metetrader, alpari metatrader, forexer metatrader and etc. however in some broker like  robo forex not running. even some time on my system run on alpari but on my friend system alpari meta 5 not excute. why this is happened when I have no error?

this is my main part of code.

Files:
KumoAreaPro.mq5  15 kb
 
justlink :

I am developer and I know how to debug my code, but as i said my code has not any error and warning and run on some metetrader 5 like main metetrader, alpari metatrader, forexer metatrader and etc. however in some broker like  robo forex not running. even some time on my system run on alpari but on my friend system alpari meta 5 not excute. why this is happened when I have no error?

this is my main part of code.

I saw ' while ' in the code - it was pointless to look further.

Reason: