A currency pair or instrument (e.g. “EURUSD”). In the cAlgo API, Symbol
(in cAlgo.API.Internals
) represents the symbol being traded. It provides properties like Symbol.Name
, Bid
, Ask
, Spread
, PipSize
, and TickSize
. The docs summarize: “Symbol – Represents a currency pair”. For example, Symbol.Bid
returns the current bid price.