User login

  

Using Scripting

Use Default scripts

A collection of inidicators and trading sytems available by default in ProTrader Terminal.
Open Trading->Scripts to see the list of available scripts. Here you can find how to use indicators in Chart.


Use your own scripts

You can use exist MQL/EL/Ninja scripts which were created in other platform.

To add MQL4 or Eeasy Language script to ProTrader Terminal follow next steps:

1. Go to Scripts->Open and choose your script to open. You will see the Editor window with source code of the script.
2. Right-click in the Editor and choose Compile Module.
3.
Once compiled trading strategy or indicator becomes available in ProTrader Terminal

To add Ninja Script, follow next steps:

1. Copy your script to Ninja Repository. Find Repository location in General Settings.
2. Open any script from Repository
3. Right-click in the Editor and choose Compile Module.  ProTrader Terminal will automatically compile all Ninja scripts available in Repository.
4. Once compiled trading strategy or indicator becomes available in ProTrader Terminal

Note: There is no capability to run scripts already compiled in other environments such as .ex4 or .eld
Note: If script uses additinal labraries (i.e. dll, mqh), you will need to copy them to  
ProTrader's installation directory/include/


Develop a new script

ProTrader Terminal is complete solution for project management, script editing, compilation, debugging tools for coding and back testing, optimization tool.  To start developing a new script click on Scripts->New Module and follow Master-Wizard steps. Refer languages guides if you will need any help.

12345