Example of requesting historical data
Requesting historical data in IBridgePy is straightforward using the request_data function. This Python stock trading tool supports various timeframes from 1-second to daily bars, making it ideal for backtesting trading strategies with real market data from Interactive Brokers. Request_data for Historical Data request_data(historyData= None, realTimePrice = None, contractDetails= None, marketSnapShot=None, waitForFeedbackinSeconds=30,repeat=3) historyData: a list of […]
Example of requesting historical data Read More »
