To start creating your own script in ProTrader Language Builder you need to create a new Module. A Module is actually the source file of the script with embedded metadata. To create a new Module there is a Wizard in ProTrader Language Builder.
To create a new module from the Wizard:
1. Select Environment > New Module.
2. Choose the language in which you want to work.
3. Choose one of the languages provided:
- C#
- Visual Basic .Net
- ProTraderLanguage (PTL)
- MetaQuotes Language 4 (MQL4)
- MetaQuotes Language II (MQLII)
- EasyLanguage (EL)
4. Set the main project parameters: Name, Date of creation.
5. Set Folders to save source and compiled scripts to.
6. Fill Copyrights.
7. Protect your script with a password and an expiration date.
Copyright, Version and Password Protection
If you plan to distribute your script and would like to protect your authoring rights.
The contents of the above four fields, together with the project's name and type, will appear as comments at the beginning of your source file.
Check Protect with password to prevent unauthorized users from running your script.
The output folder, author, comments, company, copyright, name, and version settings made when creating a project can be viewed or modified at a later time. Use Project > Module Properties.
In the Project Settings dialog box, modify the settings as necessary by clicking in the corresponding item under the Value column and entering or selecting the new value. When done, click OK to apply your changes and exit the settings window.
Comments