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.