¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io
Date
Re: Ways of filtering bad quotes from TWS
I filter for zero last price, ask and bid price in both the data source and the data client. I haven't had problems with other quotes being off but I'm only essentially dealing with the Minis and I
By tripack44 <no_reply@...> · #331 ·
Re: twsapi: Re: Help! Cancel order
Jaba, Your program has put me 2 weeks ahead, but being a tinkerer at heart I must always improve things. That explains why I had the need to replace the straight 6 in my 74 260Z with a 289
By Kendall Hawkins · #330 ·
Re: twsapi: parameter list for orderstatus?
Yes, not very good names for variables, but till now seems to not cause much problems. Michel. -----Mensaje original----- De: marinindextrader [mailto:marinindextrader@...] Enviado el:
By Michel <migurull@...> · #329 ·
Re: twsapi: parameter list for orderstatus?
the word Status is a reserved property name for certain objects When I type it into my editor it automatically caps the lead letter.... Try changing the variable declaration to a different name,
By marinindextrader <marinindextrader@...> · #328 ·
Re: twsapi: parameter list for orderstatus?
'price' must be Single, not Double. Here is my declaration line: Private Sub tws_orderStatus(ByVal id As Long, ByVal Status As String, ByVal Filled As Long, _ ByVal Remaining As Long, ByVal price As
By Michel <migurull@...> · #327 ·
Re: twsapi: parameter list for orderstatus?
This gets the same error... Sub tws1_orderStatus(ByVal id As Long, ByVal status As String, ByVal filled As Long, ByVal remaining As Long, ByVal price As Double) It would be helpful to see your
By cyberbri_2000 <no_reply@...> · #326 ·
Re: twsapi: parameter list for orderstatus?
It works for me (I use VB 5) but I pass parameters 'ByVal' in the order status event. Michel. -----Mensaje original----- De: cyberbri_2000 [mailto:no_reply@...] Enviado el: jueves,
By Michel <migurull@...> · #325 ·
Re: twsapi: Re: Ways of filtering bad quotes from TWS
I dont know how you handle your quotes and sizes so I can't help. The way in which I handle them is through the use of a 'one shoot' timer of 200 ms. In my tickPrice event I update a variable
By Michel <migurull@...> · #324 ·
parameter list for orderstatus?
I'm getting an error in VB 6 that says the declaration does not match the event description. From the object browser I got this info and coded the sub like this... Sub tws1_orderStatus(id As Long,
By cyberbri_2000 <no_reply@...> · #323 ·
twsapi: Re: Ways of filtering bad quotes from TWS
Tbanks for the reply. Thanks what I'm doing with the 0 price quotes, throwing them away. I didn't mention that I'm also getting what seems to be quotes that non zero but incorrect. So I'm trying to
By mbluhm2001 <mbluhm2001@...> · #322 ·
Re: twsapi: Re: Ways of filtering bad quotes from TWS
Yes, I sometimes get quotes and/or sizes =0 for a litle moment buy I dont understand your problem: 'if lastPrice = 0 then... exit sub' Michel. -----Mensaje original----- De: mbluhm2001
By Michel <migurull@...> · #321 ·
twsapi: Re: Help! Cancel order
Hey Bruce, and I thought that the project I put on my pitiful website was good enough... :) regards Jaba
By jaba_z <no_reply@...> · #320 ·
Charts from IB data feed
Opps heres the URL http://members.lycos.co.uk/jcssolutions/markets jclarke at hotpop.com
By caspertype2001 <no_reply@...> · #319 ·
Charts using IB data
Autotrader gives you Charting using the IB data feed, ie futures, stocks, options. Indicators EMA,SMA,TMA,WMA, MACD, CCI, REI, ADX, BBands, KBands, RSI, williams and StochRSI, stochastics and
By caspertype2001 <no_reply@...> · #318 ·
Re: twsapi: TraderGuard is now 4.56MB - check TWSAPI file area.
Is there in any way the possibility to expand your program to connect it to TradeStation2000i to execute fully automated orders? If so please mail me privately... Thanks in advance MK
By Manuel Knospe <manuel@...> · #317 ·
twsapi: Re: Help! Cancel order
"Flyin an airplane is really simple too if you know how to do it. LOL" Yep....its the landings that are tricky.... Scott figure this out. the that number
By marinindextrader <marinindextrader@...> · #316 ·
Re: Ways of filtering bad quotes from TWS
I only access a futures account so I cant say more than the commodity quotes I get seem fine... Why dont you post the symbols your having problems with and perhaps a few other members with stock
By marinindextrader <marinindextrader@...> · #315 ·
Re: Ways of filtering bad quotes from TWS
I guess I will reply to myself and ask a different question: Is anyone else getting bad quotes, i.e. quotes == 0 from the TWS interface. If not, it seems I must be doing something
By mbluhm2001 <mbluhm2001@...> · #314 ·
Re: twsapi: Re: Help! Cancel order
Flyin an airplane is really simple too if you know how to do it. LOL Thanks for pointing me in the right direction I will see if I can figure this out. Have a safe holiday. Bruce
By Kendall Hawkins · #313 ·
twsapi: Re: Help! Cancel order
Bruce, it's really simple. existingId = Cells(ActiveCell.row, 13).value it means that existingId get's loaded with whatever there is in the column 13 of the active row on the spreadsheet. then it
By mk_trading_911 · #312 ·