Alexandre Catarino
Alexandre Catarino
Ideally, the dataframe should show the PivotType property, but it is a enum.
https://github.com/QuantConnect/Lean.Brokerages.InteractiveBrokers/pull/167 can potentially solve this issue.
Another use case: QuantConnect Side: IB side: We get the L orders Ordered by IB (Margin Violation) in the syslog: ``` 2025-06-20T19:51:12.5451455Z TRACE:: InteractiveBrokersBrokerage.HandleExecutionDetails(): Liquidation: 1 ClientId 0 RequestId: -1,...
New occurrence on April 16th, 2025: > 2025-04-16T17:06:08.0554614Z TRACE:: InteractiveBrokersBrokerage.HandleError(): RequestId: 938 ErrorCode: 200 - The contract description specified for SPX is ambiguous.. Origin: [Id=938] Subscribe: SPXW 250416P05155000 (OPT SPX...
For example 3, please check out this example: [11df87]( https://www.quantconnect.com/terminal/processCache?request=embedded_backtest_11df87d70cef215a17e1f8a232568a22.html). where I use indicator history. It's simpler than using a history request, although you might be making a QuoteBar history...
Additional information:     
Hi @saghassy , Meanwhile, please add `self.time` to the `self.log` call: ```python message = "TSLA: Buy 2, 300@..." self.log(f'{self.time} :: {message}') ```