LOGIN

Join & EARN

For the ' if's ' in life £€$¥د.إ
enjoy possibilities with Us
FOREX ALGOS { }

What We Do BlackBox Backtest Results How It Works Full Refund Promise Supported Brokers Income Targets

Robots Glossary

Thread (C#)

Thread (C#) - A path of execution. cBots run in the .NET environment, and if you use multi-threading (e.g. asynchronous tasks), debugging becomes more complex. Deadlocks or race conditions (two threads waiting on each other) can freeze a bot. Visual Studio can break all threads or single thread. Use thread-aware debugging to watch thread interactions if needed.