Alexandre Catarino

Results 57 comments of 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: ![Image](https://github.com/user-attachments/assets/b1135680-c0f4-4988-821b-20a63920dd4c) ![Image](https://github.com/user-attachments/assets/c9bef830-1f55-4f28-a2bf-6e438db1f901) ![Image](https://github.com/user-attachments/assets/cdcd7fc7-775d-4959-a3d1-68e05ce53567) ![Image](https://github.com/user-attachments/assets/c6ff1c88-5ba9-4513-babf-7b465d77c8f5) ![Image](https://github.com/user-attachments/assets/085cdd38-7c7e-4646-9ced-115df5c9acf2)

Hi @saghassy , Meanwhile, please add `self.time` to the `self.log` call: ```python message = "TSLA: Buy 2, 300@..." self.log(f'{self.time} :: {message}') ```