Gets the current trading symbol from execution context.
Promise resolving to the current trading symbol (e.g., "BTCUSDT")
Error if execution context is not active
const symbol = await getSymbol();console.log(symbol); // "BTCUSDT" Copy
const symbol = await getSymbol();console.log(symbol); // "BTCUSDT"
Gets the current trading symbol from execution context.