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
·
|
Re: Connect to TWS in main not in Thread (Java)
It's just an example so don't expect it to do something else. Your problem isn't really with the threads but the run method (called with .start). That method connects and requests data. If you want
By
btw12342001 <newguy@...>
·
#29107
·
|
Connect to TWS in main not in Thread (Java)
Hi board,
I have a question regarding the thread programming in Java with the IB API. In the example application (Example 1) you see that first the main class is called and within that class a new
By
twsapi <no_reply@...>
·
#29106
·
|
Re: The following jar files is missing from the classpath: hsqldb.jar
Sorry, I dont use IBController. But there are a lot of users here which can help you how to change the classpath for the TWS in IBController.
By
BeeJay (GMX) <bee_jay61@...>
·
#29105
·
|
Re: TWS API child order questions
If I remember right he was talking about a limit order which of course
will sit until the price is met. Market orders in liquid markets are
essentially instantaneous.
By
Ed <news1000@...>
·
#29104
·
|
Re: Compiling TestSocketClient
By
bbbvvgtm <no_reply@...>
·
#29103
·
|