Join & EARN

FOREX ALGOS { }

cBot

A cTrader automated trading robot written in C#. A cBot (short for “cTrader Robot” or “cTrader Custom Bot”) contains event-handling methods and trading logic coded in .NET/C#. It can analyze market data and send orders automatically. For instance, a cBot’s OnTick() method executes code on every new market tick, allowing it to enter or exit trades according to its strategy.