Mozilla Skin

Expert Management Component

From Open Forex Platform Wiki

The expert management component allows to edit, import and execute custom experts inside the Platform

There are a few main types of experts

  • Imported from external assemblies

This type of expert does not have source code and requires its assembly to be available at all times to execute

  • Internal

This type of expert has its source code stored locally inside the Expert Manager component and can be modified, compiled, built and executed at any time.


To import an external expert click the "Import Assembly" button and select the dll assembly that contains it. The expert will than show in the Experts list. To run it, select it, click "Run Expert" and select "Run Standalone"

To remove the expert click "Delete Expert". To remove an imported assembly select it and click "Delete" key or use the right mouse click context menu.

The expert editing interface currently supports C#.NET 2.0 language for building experts. To see an example of an expert click "New Expert".