converting MT4 code to PRT???

Forums ProRealTime English forum General trading discussions converting MT4 code to PRT???

Viewing 3 posts - 1 through 3 (of 3 total)
  • #29253

    Hi does any one know of there is an easy way to convert MT4 code to PRT code?? So i can get all their indicators etc

    P.

    #29319

    There is no easy way I’m afraid. Because I’m used to code in mql4, I can translate MT4 indicators quickly and figure out what is important in the code or not, to be translated. The main things to know about how to recode mt4 indis into PRT are:

    • no need to define variables in PRT
    • no need to make continuous loop over history in PRT (history is only read once), sometimes nested loops are needed though
    • sometimes data arrays are needed and PRT don’t support them yet .. It can result that a code cannot be translated at all
    • PRT don’t support ‘functions’ (yet), code is read from top to bottom .. you’ll need to recode each function 2,3,4,5,6…times if they are used X times in mql4

    (non exhaustive list)

    If you want indicators to be recoded, you can post them publicly in ProBuilder support forum and I’ll give a look asap.. But if you need a personal and private assistance you can always contact me with the programming services form.

    #29369

    cheers Nicolas

     

Viewing 3 posts - 1 through 3 (of 3 total)

Create your free account now and post your request to benefit from the help of the community
Register or Login