LOGIN

Join & EARN

FOREX ALGOS { }

What We Do

BlackBox

Backtest Results How It Works Full Refund Promise Supported Brokers Income Targets

Robots Glossary

Null Reference (C#)

Null Reference - A NullReferenceException occurs when code tries to access a member on a null object. In a cBot, this often indicates a bug (e.g. failing to initialize an object). Visual Studio will pause at the exception point. Using breakpoints or assertions (checking for null before use) helps catch null references early.