Join & EARN

FOREX ALGOS { }

Dictionary (C#)

A generic collection mapping keys to values, allowing fast lookup by key. In cBot development, a Dictionary<string, double> might map indicator names to their latest values. Its O(1) lookup speed (hash table) makes it efficient for tasks like tracking open positions by label or caching computation results.