Setup Notepad++ for Prorealcode
Forums › ProRealTime English forum › ProOrder support › Setup Notepad++ for Prorealcode
- This topic has 27 replies, 12 voices, and was last updated 4 months ago by GraHal.
-
-
11/21/2017 at 4:35 PM #53477
If you like to save your code in “.txt” document on your computer and read it in Notepad++ I done a custom language definition to retrieve the same “colors” as prorealtime platform and create your code “offline”. (some example ofrendering in attachement)
1. Download PRT.xml (Right-click and choosing save as target…)
2. Save it to the right locationC:\Program Files\Notepad++\PRT.xml
(on 32-Bit:C:\Program Files (x86)\Notepad++\PRT.xml
)
3. Start Notepad++ and click on MenuLanguage -> Define your language
4.Import
your userDefineLang
5. Restart Notepad++There is still some missing functions. If someone improve it, I will update further versions on github 😉
thanks,
Arnaud
7 users thanked author for this post.
11/21/2017 at 4:53 PM #53480Thank you Degardin Arnaud, I am a regular user of Notepad++ and I will install your file quite soon!
Roberto
1 user thanked author for this post.
11/22/2017 at 8:10 PM #5365111/22/2017 at 9:50 PM #5365511/23/2017 at 9:01 AM #5369011/23/2017 at 1:36 PM #53729I made a little tutorial to install the xml file… here: https://youtu.be/kHJKg8e529U
xml file: https://github.com/adegard/PRT_CODE/blob/master/PRT.xml
the file was correct but Github convert xml files in html and not permit right click “save as…”
Let me know if you have some issues. 😉
1 user thanked author for this post.
11/23/2017 at 5:55 PM #5375211/23/2017 at 8:18 PM #53765Hi Arnaud
Best Work !!!, Thank You.11/24/2017 at 9:53 AM #53804Ok! I updated here the xml file with “generale instruction” (blu styler) and “indicators” (green styller) lists thanks to Nicolas ‘s contribution… :
https://github.com/adegard/PRT_CODE/blob/master/PRT.xml
Please overwrite it! (and enjoy)
11/25/2017 at 11:19 AM #5390811/25/2017 at 4:46 PM #5393411/26/2017 at 8:25 PM #54035Hi Fr7, unfortunatly MT4 and Prorealtime have not the same languages… Would you like to convert MT4 strategy to PRT or PRT to MQL4? What do you mean? I though to create some converter from PRT to MT4 code, because it is possibile to assemble pieces of code trought notepad++ using autohotkey for example…. 😉 Also I created a fast backtester in mql4 which provide a fast way to make backtesting in MT4, like Prorealtime !! It is a simple Indicator. It permits to obtain a “fast” backtest changing timeframe, securities, strategies without downloading securities databases…
11/26/2017 at 9:48 PM #5404711/27/2017 at 8:59 AM #54067An automatic MT4 to PRT code converter is almost impossible. It goes far beyond the code, it needs a great knowledge of the 2 languages to know how to convert an almost C++ similar code to an “easy” language as ProBuilder. MQL4 codes are not similar from a coder to another in their constructions, it also uses dependencies and functions.. I would not count on it if I were you @Fr7 🙂
@Arnaud, just a reminder: advertising is allowed on our forums as long as it concerns only PRT stuff 🙂 Thank you.
11/27/2017 at 10:05 AM #54089@Nicolas, ok I understand!
I’m just trying to help people like you ,not selling anything.
Sorry if I spoke about mt4 or put external links… I will not do it in future!
-
AuthorPosts