A cTrader automated trading “robot”. It is a C# class (deriving from Robot
) marked with the [Robot]
attribute. cBots contain trading logic and respond to market events. The base class for all cBots is Robot
, which provides lifecycle methods and trading functions.