Re: C# Option Contract Details
I've given this a quick try, no luck yet, will try again when I get a chance.
By
andrewcmeier <andrewcmeier@...>
·
#29127
·
|
C# Option Contract Details
I've tried both dates, no luck.
By
andrewcmeier <andrewcmeier@...>
·
#29126
·
|
C# Option Contract Details
I've had a look, it looks great, however, I still can't seem to fix my problem. The way you set up a contract in VB is:
contract.conId = Convert.ToInt32(ss(2))
By
andrewcmeier <andrewcmeier@...>
·
#29125
·
|
Re: Tick Encoding/Decoding
It's not clear from your question what you're trying to accomplish. If you're interested in market microstructure, i.e. very short term, you might have a look at TickString. See this old
By
rwk2095 <r@...>
·
#29124
·
|
option expiry [was: C# Option Contract Details]
The expiry is as it always was, a friday for US stock options. The OSI
symbol, introduced a couple years ago, is always one day later than the
expiry. If you are using the OSI symbol use saturday;
By
Kurt Bigler
·
#29122
·
|
Tick Encoding/Decoding
Hi All,
I'm trying to encode tick data from IB, and wanted to use TickUtils.jar contributed here. But it seems to work with standard tick formats for example a Trade tick would have format (%time
By
sc1447
·
#29123
·
|
Re: C# Option Contract Details
In the file section of this group
I wrote a option chain getter
I included the source.it in vb
and conversion is easy to c#
i had very little problems with it
it get the chain of any stock
By
nickhere@...
·
#29121
·
|
Re: C# Option Contract Details
Should '20130719' be '20130720'? I.e. 19 -> 20 to match the tws market line. (Although IB will expire the option on the 19th. Confusing.)
Pete
By
Peter Gum <petergum@...>
·
#29120
·
|
Re: C# Option Contract Details
You're running an older version of ib-csharp.
The latest code is now hosted here: https://github.com/krs43/ib-csharp
Download that and give it a try.
Shane
By
Shane Castle
·
#29119
·
|
Re: C# Option Contract Details
Oops, Tester and A1 were meant to be the same variable in the options lines, change Tester to A1 and that is what I have.
By
andrewcmeier <andrewcmeier@...>
·
#29118
·
|
C# Option Contract Details
Hi there,
I've started using the Krs.Ats.IBNet software (http://code.google.com/p/ib-csharp/downloads/detail?name=Krs.Ats.IBNet9.66.0.21.Full.zip) to develop TWS software in C#.
Setting up equities
By
andrewcmeier <andrewcmeier@...>
·
#29117
·
|
TWS API child order questions
nothing is reliable in demo account.
you cannot assume anything by induction from your experience with edemo/demouser: this is my opinion after doing initial tests on demo account.
By
cf16r <piter@...>
·
#29116
·
|
Re: TWS API child order questions
IN the demo account it was minutes, not sure if this would be true with real account
thanks ray
________________________________
To: TWSAPI@...
Sent: Friday, July 12, 2013 11:23
By
Ray Salem <raysalem619@...>
·
#29115
·
|
Re: Upcoming stock earnings dates
I use
"http://biz.yahoo.com/research/EarnCal/"
Let me know if anyone is interested in the VB.Net code that parses the downloaded html. It works well for me.
r4
By
Robert <robertrackl@...>
·
#29114
·
|
Re: Upcoming stock earnings dates
I built a short term stock-trading app about ten years ago that excluded stocks with earning releases that day or the next. I used Yahoo!Finance via a screen scraper as my source of earnings
By
rwk2095 <r@...>
·
#29113
·
|
The following jar files is missing from the classpath: hsqldb.jar
Thanks everyone for your help with this. I tried some older versions of TWS and IBController and have come up with a working pair. I think I'll just stick with that until I'm forced to
By
DavidP
·
#29112
·
|
Upcoming stock earnings dates
Is there any API request that returns upcoming stock earnings dates?
If not, do you use any other services to provide this?
I'm interested in both US and foreign exchanges.
By
ramdukof <ramdukof@...>
·
#29111
·
|
Re: The following jar files is missing from the classpath: hsqldb.jar
If you were typing that command in a terminal window it will not work
unless you first make the default directory C:\Jts. Doing that allows you
to specify the jar files without specifying the
By
Mike Smith
·
#29110
·
|
The following jar files is missing from the classpath: hsqldb.jar
The defaults classpath in the TWS 938.1h shortcut is C:\Windows\system32\javaw.exe -cp jts.jar;total.2012.jar -Dsun.java2d.noddraw=true -Dswing.boldMetal=false
By
DavidP
·
#29109
·
|
Re: Connect to TWS in main not in Thread (Java)
To fix the authorizing part you just need to set trusted IP addresses in TWS. Add 127.0.0.1 for the local machine.
By
btw12342001 <newguy@...>
·
#29108
·
|