MT4 to MT5 code converter - page 59

 

Forum on trading, automated trading systems and testing trading strategies

Please fix this indicator or EA

Sergey Golubev, 2017.03.24 07:23

And this is my suggestion (which came from tsd 2010 and from tsd 2008):

----------------

Just to remind:

Coders (any coder) are coding for free:

  • if it is interesting for them personally, or
  • if it is interesting for many members of this forum.

----------------

and Freelance section of the forum should be used in most of the cases.



 
File pivot.mq4 not found, the last error is cannot open file
 

DECOMPILATION IS FORBIDDEN !!!

 
please, can you convert this file to MQL5? Thanks a lot
Files:
 
Anikko Reva Adhi Raja #:
please, can you convert this file to MQL5? Thanks a lot

why don't u learn mql5 programming yourself...

 

Hi All,


Does any one have mt5 of Wave Entry Alert

Files:
 

hi

how can i increase the

   MqlTick tick_array[];
   uint tick_num=1000000000;
   int gh =1;
   while(gh<80)
   {
   int scc=CopyTicks(Symbol(),tick_array,COPY_TICKS_ALL,1,tick_num);
   if(scc!=-1 && ArraySize(tick_array) >900000000)
   {
   break;
   }
   
   Sleep(100);
   gh++;
   }
   int ticks = ArraySize(tick_array);
   Print(ticks);

result of my code?

 
Sergey Golubev #:

HELLO , CAN YOU CONVERT THIS INTO MQL5?...PLEEEEASSE

<decompiled file was deleted by moderator>

 
Maswiko #:

HELLO , CAN YOU CONVERT THIS INTO MQL5?...PLEEEEASSE

<decompiled file was deleted by moderator>

This is decompiled MT4 indicator (it can not be modified or converted to anything).

Freelance, decompilation, the rules, examples of the decompiled code:
https://www.mql5.com/en/forum/203200  
 

Ask the real 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 that theft.

See also
          Terms of Use of MQL5.community #3.13
          How can I recognize a decompiled code ? - General - MQL5 programming forum - Page 2 #17 (2017)
          134317 - MQL4 programming forum (2011)

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?”

Reason: