Nemo
Nemo
Any update on this?
any progress?
can u give me some advise to implment this feature @AlexCatarino
@AlexCatarino with try-catch it will also break algorithm
Can you tell me how to roughly implement this requirement? I would be happy to close this issue. @MaxRepin
I try warp `try-catch` in https://github.com/QuantConnect/Lean.Brokerages.InteractiveBrokers/blob/d439abfc9e593cb3b6d04c103dd2248cd0d9e79a/QuantConnect.InteractiveBrokersBrokerage/InteractiveBrokersBrokerage.cs#L3663 But I find already use `try-catch`. I only know how to update for the #131. 😢 @jaredbroad
I found `Symbol.Create` will use https://github.com/QuantConnect/Lean/blob/e34a7e0bfa542248828798e8cd8089f5aa380649/Common/SecurityIdentifier.cs#L456 look for mapSymbol. Any way, in my case, the ticker `mapFile.FirstDate==DefaultDate`. And in IBKR code, get error message 200 the break the algo. https://github.com/QuantConnect/Lean.Brokerages.InteractiveBrokers/blob/master/QuantConnect.InteractiveBrokersBrokerage/InteractiveBrokersBrokerage.cs#L1863...
@AlexCatarino I can't find the support ticket so only comment in this PR. This PR take too long?
> Hey @violet-day! sorry for the delay, ideally the solution should be something like checking a ib security type/is tradable/ or similar, checking for string ending in CNT will be...