Scripts not working with .ndd broker

 

Hello,


maybe some1 can help me with this. I'm testing basket trading strategy, which uses scripts for opening the baskets.

Everything worked fine with FXpro broker, but today I've tried to test it with different broker (with .ndd extension). I've changed the scripts for example: EURUSD --> EURUSD.ndd but it still don't work.


Any ideas?


Thanks

P.

 
pawel71234: I've changed the scripts for example: EURUSD --> EURUSD.ndd but it still don't work
  1. There are no mind readers here; we can't see your code
  2. Are all your symbol listed in market watch?
  3. Check your return codes and find out why. What are Function return values ? How do I use them ? - MQL4 forum and Common Errors in MQL4 Programs and How to Avoid Them - MQL4 Articles
 

oh, sorry. mql file attached.

Yes, all the symbols are listed in market watch.

 
  double ld_24;
   double ld_32;
   int li_16 = 0;
   bool li_20 = FALSE;

Ask the owner of the source code to give it to you or have him fix it for you.

Decompiled code is stolen code. Either you are a thief, a fence, or the receiver of stolen (intellectual) property. Either way we will not be an accomplice after the fact to theft. See also https://www.mql5.com/en/forum/134317

If you post decompiled code again, you will likely be banned.

Don't tell us you found it on the 'net: if someone stole your bank details and uploaded them on to the internet, is it OK for everyone to use them because "someone uploaded it, I don't know why I can't use that"?

 
WHRoeder:

Ask the owner of the source code to give it to you or have him fix it for you.

Decompiled code is stolen code. Either you are a thief, a fence, or the receiver of stolen (intellectual) property. Either way we will not be an accomplice after the fact to theft. See also https://www.mql5.com/en/forum/134317

If you post decompiled code again, you will likely be banned.

Don't tell us you found it on the 'net: if someone stole your bank details and uploaded them on to the internet, is it OK for everyone to use them because "someone uploaded it, I don't know why I can't use that"?

Sorry, I had no idea. I can't change the simple code, so decompiling is well above my coding skills.

Scripts are available on the biggest Forex Forum so I thought they are ok.

Reason: