TRADING STRATEGY
Build your trading strategy using OverBasic or .NET programming languages.
Optimize your strategy by performing accurate backtesting.
Attach your strategy to a chart in order to have an immediate view of signals and statistics.
BUILD
Create your trading strategies using OverBasic, a basic style easy language. This means: ease of learning and power of development.
Slightly more complex than a scripting language, OverBasic provides the ability to create custom functions using all major syntax of a structured language (For, Do Until, If, Variables, Arrays etc). These features make it a powerful and versatile language suitable to create particularly complex indicators and trading systems.
You can build long/short entry rules, long/short extensions, profit targets, stop-loss and trailing stops, even particularly complex, entering and exiting in different steps from same position.
The .NET programming languages (C#, Visual basic.Net) integrated with Developer app will be available soon.
BACKTESTING
Backtesting Engine
Optimize your strategies by performing accurate backtesting and consulting the results in detailed reports.
Backtesting engine provides the user with many configuration parameters (e.g. commission, slippage, initial capital, liquidity, interest rate, trade size, intrabar order generation, and many others) to accurately recreate the past conditions of the market in order to obtain realistic results.
You can split data series into two parts: the first used for backtesting and the second for walk-forward analysis.
* Coming soon Full Walk-Forward analysis