img

NetTradeX Language: Introduction

NetTradeX Language - designed to allow executing trading robots in the NetTradeX system. The language is C-like, so it supports all the standard C constructions.

The executable language file is called a script, all scripts are divided into three categories:

  • experts - the actual trading robots to automatically analyze the market state and trade in it
  • indicators - allow to build your own indicators besides built-in indicators
  • utilities - allow to perform trading or other actions differing from the experts that they can be run once