Re: TWS API market data to Create a 1 minutes stock chart ?
Waste of time...IMHO..Its not realtime event driven...and there is no
server sided database to call and construct historical bars..
So your stuck with snagging your own data (which is
By
marinindextrader <marinindextrader@...>
·
#595
·
|
Re: Event driven garbage
Grozzie....your right...maybe the lawyers told them to do it this
way...never can prove one way or the other wether an event fired...
Functionless functions would be a liability...Sub's that trigger
By
marinindextrader <marinindextrader@...>
·
#594
·
|
Re: twsapi: Event driven garbage
Same problem here.
My world consists of a local area network of 8 computers. I trade US equities. One computer has a direct internet connection and runs TWS and its API and my VB6 application that
By
Robert Carey <rcarey1@...>
·
#593
·
|
Event driven garbage
TWS is an event driven beast. No functions actually have any kind of
return to validate they actually did something, everything waits for
callbacks, to say events occurred.
Event driven models are
By
grozzie2
·
#592
·
|
TWS API market data to Create a 1 minutes stock chart ?
Any one seen vb code to get market data from API to create a barchart
in 1 minute time frame.
Are there any examples of getting tick data to a excel sheet to even
form a line chart ?
Any info will
By
icm63 <icm63@...>
·
#591
·
|
Globex problem last week
There was a problem on Globex last week on Wednesday or Thursday that lasted
for several hours. The message I got said something to the affect of
"Globex is experiencing difficulties. All orders for
By
Kent Rollins
·
#590
·
|
twsapi: Re: To grozzie2:
things
Yah, we settled on the final solution, one program deals totally with
tws, other programs talk to it. An extra layer, but, isolates issues
cleanly.
is
effort on
Well, it was befuddling
By
grozzie2
·
#589
·
|
Newbie question
I'm using the sample TwsDde.xls sheet that IB supplies. This sheet is really all one needs to automate their trading. However, I would like to be able to set up a program that will automatically
By
Mike Ianni
·
#588
·
|
twsapi: Re: To grozzie2:
a game
There's more to it than that. Different setups have different goals
for the automation of trades. I think the majority of folks here are
individuals, that have the dream of a 'system' that
By
grozzie2
·
#587
·
|
twsapi: Re: To grozzie2:
I know it is only Int32. Don?t worry about that. And I did not mean
to use the Result of QueryPerformanceCounter directly.
At the moment I am using GetTickCount and this works without
problems. If I
By
bee_jay_61 <no_reply@...>
·
#586
·
|
Re: twsapi: Re: To grozzie2:
By
Nick <nickrbox@...>
·
#585
·
|
twsapi: Re: To grozzie2:
Have one
request id's
reliable way
That was the first approach we took. It doesn't work, here's why.
Assume you have 10 orders outstanding, each with an id. Disconnect
from tws, and reconnect,
By
grozzie2
·
#584
·
|
Re: twsapi: Authomated Trading for TWS
ONE OF THEM I KNOW IS TRADESTATION............DON'T SHOUTTTTTT.. :)
By
Shukrainternationals <shukrainternationals@...>
·
#583
·
|
Re: twsapi: Re: To grozzie2:
Because the order id is only 32 bits.
Besides, if I understand it correctly he has multiple machines placing
orders so there could be duplicates even when using a clock. Don't tell me
about the
By
Nick <nickrbox@...>
·
#581
·
|
Re: twsapi: Re: To grozzie2:
Well, it's probably less painful to set up your own id server. Have one app that requests id's from tws and have your trading software request id's from the id server instead of tws.
Yes, it's
By
Nick <nickrbox@...>
·
#582
·
|
Re: To grozzie2:
timer
tws.
a
next
use,
been
By
bee_jay_61 <no_reply@...>
·
#580
·
|
Re: To grozzie2:
The real answer is to understand how to get id's allocated from tws.
Everybody is under the mistaken impression, the NextId callback is
the one to use, it's not. You use the request ids call, to
By
grozzie2
·
#579
·
|
Re: To grozzie2:
Maybe in this case the multimedia timer or a high-resolution timer
could help you.
By
bee_jay_61 <no_reply@...>
·
#578
·
|
AW: twsapi: Authomated Trading for TWS
Tradestation and Wealth-Lab
-----Ursprungliche Nachricht-----
Von: marwanco [mailto:marwanco@...]
Gesendet: Saturday, July 20, 2002 2:14 AM
An: twsapi@...
Betreff:
By
Marcus Jellinghaus
·
#577
·
|
Re: twsapi: Authomated Trading for TWS
I have a question:
Which system/software develops trading signals automatically in real
time?
Thank you
By
marwanco <marwanco@...>
·
#576
·
|