A way to organize and store data efficiently. Common structures include arrays, lists, and dictionaries. For EAs/cBots, data structures help manage price history, open orders, or indicator buffers. Proper choice (e.g., using a dictionary for order lookup by ticket number) can improve performance.