Re: Scanner
For all that are interested, it seems that even though the filter settings are documented, they were never hooked up in the API....so figure.
Dave
By
D <dwstuff800@...>
·
#23147
·
|
Re: VB Sample Project: How To Place An Order [Code]
Reveca
That error message means that you haven’t supplied enough arguments to the method call.
If you look at the definition for placeOrder you’ll find that there are another six arguments that
By
Richard L King
·
#23146
·
|
Re: VB Sample Project: How To Place An Order [Code]
I don't know how to fix it, but I can assure you, re-posting
the same question over and over isn't a path to success.
By
Eric J. Holtman <eric@...>
·
#23145
·
|
Re: VB Sample Project: How To Place An Order [Code]
I got the error of this code:
Call Tws1.placeOrder(newID, action, quantity, symbol, secType, expiry, strike, right, exchange, curency, orderType, price, auxPrice)
Teh error show is Argument not
By
Reveca <revecapescadero@...>
·
#23144
·
|
Re: how to find description of TickType ? TickType.getField(int tickType)
Here is a list of TickTypes: http://www.interactivebrokers.com/php/apiUsersGuide/apiguide/tables/tick_types.htm#XREF_50381_Tick_Types
http://tinyurl.com/4jme827
It looks like 14 = OPEN_TICK (from
By
rwk2095 <rwk2095@...>
·
#23143
·
|
how to find description of TickType ? TickType.getField(int tickType)
Hi, All:
ActiveX Event return TickType = 14, what is it ?
In API doc, it says to call TickType.getField(int tickType), but how to use it in ActiveX control ?
Thanks
JS
By
jimshaw4585 <jimshaw4585@...>
·
#23142
·
|
Re: VB Connecting: Sample Code
Why error of this code.
Tws1.reqMktData id, symbol, secType, expiry, strike, right, exchange, curency
error: Argument not optional
How fix it?
By
Reveca <revecapescadero@...>
·
#23141
·
|
Quote Monitor Window, How Symbol register here vb6 code or vb.net?
Hi guys,
In Quote Monitor Window, How Symbol register here vb6 code or vb.net?
Please help me?
Thank you for advance.
Sincerely yours,
Reveca Pescadero
By
Reveca <revecapescadero@...>
·
#23140
·
|
what is default time zone for goodafterTime ?
Hi, All
What is default time zone for goodafterTime ?
if I trade option on CBOE, will 10 am be Chicago time or New York Time ?
Thanks,
JS
By
jimshaw4585 <jimshaw4585@...>
·
#23139
·
|
Re: Automatic connect to IB TWS without pop-up show?
The API setting does avoid the "confirm connection" window, but
doesn't eliminate the username/password login window or the
announcements window.
IBController is much easier than the API. If
By
Jim Covington
·
#23138
·
|
Re: Automatic connect to IB TWS without pop-up show?
The easiest way is to avoid the popup altogether. In TWS’s Global Configuration dialog, go into API Settings and add the IP addresses of all PCs from which you want to connect to TWS in the Trusted
By
Richard L King
·
#23137
·
|
Re: Automatic connect to IB TWS without pop-up show?
I don't think you can stop the popups (there are several) but you can
deal with them using VB itself to manage the windows.
You'll need to poke deep into the Windows API to manage the whole
By
Jim Covington
·
#23136
·
|
WPF Trading System Code Samples (VB.Net, XAML, MEF)
I've open sourced a partial implementation of a trading system using Interactive Brokers API and Dinosaur Technology's .Net socket interface. Notably, the system uses Microsoft's latest technology
By
bsalita2002 <no_reply@...>
·
#23135
·
|
Automatic connect to IB TWS without pop-up show?
Hi guys,
How to automatic connect to IB TWS program without pop-up showing? using vb6 and vb.net.
Please give me idea on how to do this thing?
Thank you very much.
Sincerely yours,
Reveca
By
Reveca <revecapescadero@...>
·
#23134
·
|
Re: IB / TWS downtimes
Yep, that would do it. Thanks for the tip.
By
Jim Covington
·
#23133
·
|
Re: IB / TWS downtimes
It's hard for me to follow your description fully, or maybe to imagine what
the problem is exactly. So I'll just say things in more detail hoping it
hits on something.
Yes, I also manually intervene
By
Kurt Bigler
·
#23132
·
|
Re: IB / TWS downtimes
I think I'm still stuck - the only way I can manually intervene is to
set it to some time in the future less than 24hrs away - I can't ever
get it to NOT shutdown.
Can you?
It seems that no
By
Jim Covington
·
#23131
·
|
Re: IB / TWS downtimes
Oh, sorry. I just intervene manually on that. I set it to happen a few
minutes after end of RTH, so I know I'll be there at the screen.
I don't need IBController but I had planned on looking into
By
Kurt Bigler
·
#23130
·
|
Re: IB / TWS downtimes
No, I mean the "TWS will automatically shut down in 5 minutes"
shutdowns...TWS terminates and has to be restarted. I've been able to
change the time, but I can't stop it from happening once a day
By
Jim Covington
·
#23129
·
|
Re: IB / TWS downtimes
Disconnects, yes, including loss of market data connections.
Everything picks right up automatically after it is over.
-Kurt
By
Kurt Bigler
·
#23128
·
|