¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io
Date
Remote TWS tip
I was a bit annoyed by the fact that TWS does not accept incoming socket connections from remote hosts. I currently use TWS on a Windows desktop and I am developing an ATS server that I'm running
By kgeis · #523 ·
Re: twsapi: QCharts
YOU end up getting scalped. Try this utility to automatically manage your server selection: It helps. QFAI Ver. 2 2002-03-09.zip QFAI InstallReadMe.txt You need to be a Qcharts Yahoo board member
By Scott <marinindextrader@...> · #522 ·
QCharts
Dan, I'm trading from Germany, so this might be part of the problem, but I'm experiencing almost daily Ticker delays of upto 30sec with QCharts in comparison to IB and ESignal. It just might be the
By Christian Czirnich <crocodile_1964@...> · #521 ·
Re: Error code
Bruce, You need to trap the Error Message EVENT. Private Sub Tws1_errMsg(ByVal str As String) Text1.Text = str End Sub The event ostensibly is generated by TWS in response to client (you)
By marinindextrader <marinindextrader@...> · #520 ·
Re: Openorder2 Event
connect? You get the status of new orders via the orderstatus callbacks. There can be a signficant time delay between sending the order, and getting it's status back to let you know it's actually
By grozzie2 · #519 ·
Re: Openorder2 Event
Thanks for the replies. So thats strange that openorders are only sent one time at connect? How about during the session when you create new orders...Don't we need to make sure that TWS has the
By m_c_a98 <no_reply@...> · #518 ·
Error code
Hi, I have been working (struggling) with a VB based standalone prog. to enter orders to TWS. I had it at a point where after my initial order was filled my stop would be sent out. Anyway at some
By Kendall Hawkins · #517 ·
Re: Openorder2 Event
method? To do that, you have to remember the price of the order when you sent it in. None of the reqOrder stuff works, except to give you the list of orders already open when it starts up. After
By grozzie2 · #516 ·
Re: twsapi: is "cdemo" not working these days?
It's been totally non functional here from about 8:30 pacific time (11:30 est) till about half an hour after the market opens, for the last couple of days.
By grozzie2 · #515 ·
Re: Openorder2 Event
It works only once after you connect to tws. Every subsequent requests are disregarded. J
By jaba_z <no_reply@...> · #514 ·
Openorder2 Event
Does the openorder2 event work by calling the reqopenorder( ) method? I enter a stop order then call reqopenorder( ) and then I want to retrieve the open stop orders' AUXPRICE from the openorder2
By m_c_a98 <mmcfadd@...> · #513 ·
commission how much ?
How should I compute commission for a trade ? On IB website this is what I saw: U.S. Markets (All transaction fees and order types included) Stocks: $0.01/Share <=500 $0.005/Share >500
By usernew <no_reply@...> · #512 ·
Re: twsapi: Order Entry System using IB (TWS) and ESignal (WinRos)
What kind of problem are you having with QCharts? I just signed up. ... Dan
By Daniel Rosen <drosen@...> · #511 ·
Financial Theme ICO files....
Bit off subject but.... Does anyone have a collection of Financial Theme ICO files they have collected over time they might be willing to share for use in toolbar controls? Candelstick Chart MSH
By marinindextrader <marinindextrader@...> · #510 ·
Re: twsapi: is "cdemo" not working these days?
Again, yesterday and today, No Problem With CDEMO or EDEMO. I dont know if its the socket port I am using (doubt it). I use 7497 for CDEMO and 7496 for EDEMO... Have you tried a re-install? of a
By marinindextrader <marinindextrader@...> · #507 ·
Re: cdemo account
No. Anyone may log on to cdemo (commodities demo) or edemo (equities demo) using the passwrod "demouser" Scott against
By marinindextrader <marinindextrader@...> · #506 ·
cdemo account
Does TWS require that I open an account with IB to write a test app against the cdemo account? Kent
By Kent Rollins · #505 ·
Order Entry System using IB (TWS) and ESignal (WinRos)
Hi members. Due to the timelag the QCharts Datafeed experiences especially the first and last 30 minutes of trading, I'm considering using the ESignal Datafeed for my Order Entry System. The ESignal
By Christian Czirnich <crocodile_1964@...> · #508 ·
Re: twsapi: Re: Normal Distribution in Vbasic
If you don't see it in the help file it probably doesn't exist. Keep in mind VB is a general programming language not a financial or mathematical tool. Try searching msdn.microsoft.com for more
By Nick <nickrbox@...> · #509 ·
Re: Normal Distribution in Vbasic
That's a step in the right direction, but is there no built in function in VB? It seems ridiculous that it would be left out. Unfortunately, looking at this document it seems that the magnitude
By longkappa · #504 ·