My Work Orders Are Getting Deleted ( Existing EA Modification)- Few Minutes after Posting

 

Hi friends, 

Here is what happened. 

I witnessed an application for the posted EA modification order and i was surprised to realized despite multiple effort to recreate the JOB Order it's continuing to disappear. 


I unable to understand why my work order requirements are getting self deleted ? > Please Help

 
Walid Nazmi: Hi friends, Here is what happened. I witnessed an application for the posted EA modification order and i was surprised to realized despite multiple effort to recreate the JOB Order it's continuing to disappear. I unable to understand why my work order requirements are getting self deleted ? > Please Help

Does the EA that needs modification contain "decompiled" code? That is probably the reason.

Forum on trading, automated trading systems and testing trading strategies

Can not use Freelance Service last 2 days.

Sergey Golubev, 2017.06.05 10:30

Just for information:

How can I recognize a decompiled code ? (the thread)

Reply:

And those are few examples (below) of decompiled code:

for (l_index_20 = 0; l_index_20 < iConst_14 - 1; l_index_20++) {

      if (iArray2[l_index_20] == iArray2[l_index_20 + 1]) {

         li_32 = iArray2[l_index_20];

         l_index_24 = l_index_20 + 1;

         li_36 = 1;

         ld_12 = l_index_20 + 1;

         while (l_index_24 < iConst_14) {

            if (iArray2[l_index_24] != li_32) break;

            li_36++;

            ld_12 += l_index_24 + 1;

            l_index_24++;

         }

         ld_4 = li_36;

         ld_12 /= ld_4;

         for (int li_28 = l_index_20; li_28 < l_index_24; li_28++) lda_44[li_28] = ld_12;

         l_index_20 = l_index_24;

      }
for (int li_0 = li_12; li_0 >= 0; li_0--) MartAxis(li_0);
   for (li_0 = li_16; li_0 >= 0; li_0--) SmoothOverMart(li_0);
   for (li_0 = li_8; li_0 >= 0; li_0--) {
      for (int l_index_4 = 0; 
      l_index_4 < iConst_14; l_index_4++) iArray1[l_index_4] = (indic_buffer2[li_0 + l_index_4]) * dConst_pipDigits;
      RankPrices(iArray1);
      indic_buffer0[li_0] = SpearmanRankCorrelation(dArray1, iConst_14);
      
      if (indic_buffer0[li_0] > 1.0) indic_buffer0[li_0] = 1.0;
      if (indic_buffer0[li_0] < -1.0) indic_buffer0[li_0] = -1.0;



Reason: