IB ActiveX

Had a VERY rare bsod bugcheck under W2k after running the test account and the new activex module.

Has anyone noticed system instability?
 
I don't believe this!

Now I have to become a computer programmer to be able to
trade effectively with TWS? I am just getting done becoming
a psychiatrist in order to understand the psychology of trading!


This is ridiculous! In the future, only he who has a degree in
programming, a professorship in psychology and 300 Million
dollars in his account will be able to trade!



:eek:
 
I was asked by IB if I'd consider using their DDE or ActiveX interface to get stops to execute the way I prefer (i.e. buy triggered by Ask). I'm not a programmer--is this worth even pursuing or would it be hundreds of hours of time for me to interface with Exel? Do you think a third party application will come out that will make this connection easier? Thanks. :)
 
version77, i assume you are just kidding...... don't be dazzled and feel left behind with this activeX stuff, it's just for geeks like me to make things a bit easier.... has nothing to do with the way you trade.

ddefina, if you just want to change the stop election criteria and fire off a market order to the TWS, i think you are look at 8-16 hours of development by a VB/C++ programmer, at $50/hour, u do the math.... it should be quite straight forward. I don't know much about DDE, but feels like the same type of development.
 
jwcrim,


I just got back from a holiday to notice the same thing in the online manual:

NOTE: When you connect to TWS using any of the interoperability components, you must route all U.S. stock and option orders through BEST order routing.



Is this a joke?

I just spent many hours writing a program in Excel that allows the user to direct their orders where ever they want to. This has also worked in previous versions of the DDE interface.


It is rather useless to have only allow BEST order executions.


What is next...only best orders in the TWS???

Does anyone know what is going on?


Def, anyone???
 
Originally posted by version77
I don't believe this!

Now I have to become a computer programmer to be able to
trade effectively with TWS? I am just getting done becoming
a psychiatrist in order to understand the psychology of trading!


:eek:


Sounds like the comment above is tongue in cheek but there was another person who was interested in putting all this DDE/ActiveX stuff to use. Basically, if you are happy with the TWS the way it is then there is no need for any of these programming tools that IB has provided. There are however, many who have programming ability and/or who feel that interfacing a specialized application with the TWS would help them automate some tasks and make their trading easier.

If you have a specific application that you need you can either do it yourself or hire it done. The actual interfacing is relatively easy but then again if you are unfamiliar with programming languages it might be a bit daunting. But the whole programming thing is not critical to trading success.
 
Originally posted by ddefina
I was asked by IB if I'd consider using their DDE or ActiveX interface to get stops to execute the way I prefer (i.e. buy triggered by Ask). I'm not a programmer--is this worth even pursuing or would it be hundreds of hours of time for me to interface with Exel? Do you think a third party application will come out that will make this connection easier? Thanks. :)

I thought the algorithm IB uses was changed so that buy stops are triggered by the ask and sell stops are triggered by the bid. At least that's how I thought it was done with futures. Anyone care to confirm/deny?
 
I simply can't make it work. I can see the VBA code in the demo spreadsheet, but something is not right when I try to code it into my VB app. OK, I can connect fine, TWS asks me if I want to accept the connection, then I request the data (only 1 ticker for a test) reqMarketData, then ...what? How do I put that data in a label, text box, whatever? Can any kind soul post the piece of code that actually gets the data (Bid, Ask, or whatever) from the TWS, and puts it on screen? Thanx in advance.

Jaba


20 minutes later, and it's working like a charm. I simply confused Method with Event, that's all (duh!). Thank you very much
 
Originally posted by TriPack


I thought the algorithm IB uses was changed so that buy stops are triggered by the ask and sell stops are triggered by the bid. At least that's how I thought it was done with futures. Anyone care to confirm/deny?

For stocks it hasn't changed. It's still the Bid that triggers a Buy stop. :mad:
 
Back
Top