Re: Time conditions
Now I get this message , about the timecondition :?'TimeCondition' object has no attribute 'append' I understand that it means that timecondition is not a list although it should be one ... but I
By
rmlandauer@...
·
#50511
·
|
Question about News and Broad Tape ( BRFG, DJNL, BZ)
Hi, I have activated Benzinga API free trial and successfully get the news and the articles if I request, I can get BRFG, DJNL and BZ, no issues but... 1. For some articles I get no stock ticker code
By
Obiwan23
·
#50510
·
|
Re: Time conditions
I had never seen this samples folder ! thank you so much for your help !
By
rmlandauer@...
·
#50508
·
|
Re: Child order when main position is closed
If you close the main position manually you will also have to cancel the child orders manually.
By
Despair
·
#50507
·
|
Re: NameError: name 'COMPETE_AGAINST_BEST_OFFSET_UP_TO_MID' is not defined
Thank you, J¨¹rgen!
By
GreenGreen
·
#50506
·
|
Re: NameError: name 'COMPETE_AGAINST_BEST_OFFSET_UP_TO_MID' is not defined
The comment I just made it the post " Time conditions ( /g/twsapi/topic/time_conditions/95994883 ) " applies here, too. The code snippets in the documentation are automatically
By
J¨¹rgen Reinold
·
#50505
·
|
Re: Time conditions
The documentation is not outdated (at least not for TimeCondition ( https://interactivebrokers.github.io/tws-api/order_conditions.html#time_condition ) ) but all code snippets are just that, snippets
By
J¨¹rgen Reinold
·
#50504
·
|
Child order when main position is closed
I am placing main parent order to buy IBM @ $140 and also placing two child orders stop loss @ $120 and take profit @ $160. My two child orders become active once parent order is exercised. Assume
By
GreenGreen
·
#50503
·
|
Time conditions
Hello Everyone , I am new in this forum and I hope you will be able to help me I am desesperatly trying to put an order with a time condition , but the documentation seems to be reaaly outdated ...
By
rmlandauer@...
·
#50502
·
|
Re: NameError: name 'COMPETE_AGAINST_BEST_OFFSET_UP_TO_MID' is not defined
Sorry, I skipped chunk of my code thinking that it is not relevant, but now I am guessing that my error is coming from openOrder function. Here is missing part of my code: *from ibapi.client import
By
GreenGreen
·
#50501
·
|
NameError: name 'COMPETE_AGAINST_BEST_OFFSET_UP_TO_MID' is not defined
I am trying to place an order (Python): contract = Contract() contract.symbol = "SPY" contract.secType = "STK" contract.exchange = "SMART" contract.currency = "USD" contract.primaryExchange = "ARCA"
By
GreenGreen
·
#50500
·
|
Re: Paper trading account value reset
Thank you, Richard! I went to interactivebrokers.com and logged into paper account and got the same result as you showed above (except I did not have to click human icon, there was already link
By
GreenGreen
·
#50499
·
|
Re: Paper trading account value reset
Attached is what I see when I click the human icon and then click ¡®Account Settings¡¯ (NOT ¡®User Settings¡¯). ¡®Paper Trading Account Reset¡¯ is the last item. If you don¡¯t see that, show us
By
Richard L King
·
#50498
·
|
Re: Paper trading account value reset
Sorry, I am still not able to see Paper Trading Account Reset. I logged into my paper account via browser. I clicked on human icon in the top right corner, then I clicked Settings. It loaded page with
By
GreenGreen
·
#50497
·
|
Re: Running TWS Gateway under WSL2
Thanks. I think, `export GDK_BACKEND=x11` and subsequently calling ibgateway (or tws) solves the problem, too. Then automation via IBC should work, too. FYI: We set up the TWS/ibgateway in a
By
Hartmut Bischoff
·
#50496
·
|
Running TWS Gateway under WSL2
As many may know, Windows 10 and 11 now officially supports running Linux GUI software. I have attempted to run TWS Gateway under WSL2 Ubuntu 22.04 but it failed with a cryptic GTK error:
By
2130ncuoq@...
·
#50495
·
|
Re: Unadjusted historical prices.
The answer is that there is no simple way to query unadjusted prices from the IBKR API. These need to be obtained from alternative data sources, e.g.?alphavantage.
By
dankoc@...
·
#50494
·
|
Re: historical ticks (time and sales)
Thx very much for your answer. The request is fine, no problem on that side. It works perfectly for any date AFTER 2022-11-11 and it has been for more than 3 years I have been downloading these data.
By
cactus74@...
·
#50493
·
|
Re: historical ticks (time and sales)
Can you submit a small code snippet that show the request you make/made and the value of each fields of the request ? without request with the params that trigger what you report, I may just suggest
By
Gordon Eldest
·
#50492
·
|
historical ticks (time and sales)
I have noticed a strange behaviour of historicalTicksLast() for dates before 2022-11-11. For the context., to download intraday time & sales data for futures for the full day, I follow the usual way:
By
cactus74@...
·
#50491
·
|