IParseArgsResult

Result of parseArgs function. Extends input parameters with trading mode flags parsed from command-line arguments.

backtest: boolean

Whether to run in backtest mode (historical data simulation)

paper: boolean

Whether to run in paper trading mode (simulated trading with live data)

live: boolean

Whether to run in live trading mode (real trading with real money)