User login

  

Overview

ProTrader Terminal
compatible with

There are several ways to automate trading in ProTrader Terminal. Programming languages are the most complex automation methods, but also the most powerful. If you're looking for a simply solution just to trigger actions, then you may prefer to use ProTrader Terminal's Visual Advisors or Table Alerts.

But if you're not a novice in programming and you want to develop your own complex tool for trading, then scripts is the right solution for you!

The Complete Integrated Development Environment

ProTrader Terminal is a tightly-integrated suite of project management, text editing, compilation and debugging tools for coding, testing, debugging and refining your trading strategies and technical analysis indicators. Once compiled trading strategy or indicator becomes available in  ProTrader Terminal, so you can be free to implement as detailed behavior as if you are sitting right in front of trading terminal.

MQL4, MQLII, EasyLanguage, NinjaScript and .NET Support

In addition to the native ProTrader Language, ProTrader  provides complete support for MQL4,  MQLII, EasyLanguage, Ninja Scipt and C# and VB .NET languages. Use your existing MQL, Ninja Script and EasyLanguage strategies in the ProTrader or just code in the language you are comfortable with.
You are able to use several languages in one script. For instance, use MQL functions in .NET scripts.

Note: .NET platform can't work only compiled source files. There is no capability to run scripts already compiled in other environments such as .ex4 or .eld

Strategy Manager

Strategy Manager is a new, powerful tool to to optimize and backtest your scripts on the history data. The Strategy Manager can be used to test your Trading System on multiple instruments simultaneously. You are able to view visual BackTesting on Charts and analyse pefromance and trades in Performance window.

Advanced optimization algorithms

Use of advanced Genetic or Pertical Swarm algorithm with multiply settings alows to find optimal parameters  that result in best perfomance.

Visual Studio based Solution
Develop and debug your .NET strategies and indicators directly from Microsoft Visual Studio with full powerty of this software.

12345