Keyboard Shortcuts
Likes
- Twsapi
- Messages
Search
IB Management Comment On This Board: Brief
marinindextrader
IB Mgt
Please review the use of banner on this message board...Our discussion expands on the use of TWS API.... IB Mgt Response We are fine for now, but reserve the right to change our decision. Thanks for the IB support. Best Regards, Steve Sanders |
Re: Todd Turner's AutoExecutor Program
marinindextrader
Can you please get me Todds Email Address?
toggle quoted message
Show quoted text
Scott --- In twsapi@y..., "dtkamp" <dkamp@e...> wrote:
Best of luck to Todd and his new for-sale AutoExecutor Program that |
Re: Resources: Two Excellent Sites For Code and Help
Richard Foulk
} [...]
} } Planet Source Safe: } } The Planet Source site has an excellent searchable code base. } Submissions are rated. Planet Source is the largest public code } database on the internet. } An interesting claim. But not likely. Richard |
Re: C++ vs. C#.NET vs. VB.NET
dtkamp
Hi tripack. I'm sure your description fits most of IB's traders who
use the API. A few of us are just trying to think a bit outside the lone wolf box. With respect to your reference to "open source", Kent's proposal suggested that anyone involved in development or funding would have ownership or use rights - no open source would be involved as the term is commonly understood. --- In twsapi@y..., tripack44 <no_reply@y...> wrote: It is possible to waste years debating Java vs. Microsoft or VB vs.forum as a way to share code, learn from what others are doing andperhaps use as a lobbying jumping off point to get the IB developers toapp and have no interest in being a cog in the next open sourceproject. I develop my trading software to fill a need in my trading. I'msure there are many others who do the same thing. Programming isn't myprofessional programmers to meet this end I am appreciative. |
Re: C++ vs. C#.NET vs. VB.NET
tripack44
It is possible to waste years debating Java vs. Microsoft or VB vs.
C++ etc., and the debate doesn't get you anywhere. I view this forum as a way to share code, learn from what others are doing and perhaps use as a lobbying jumping off point to get the IB developers to prioritize important API improvements / bug fixes. I don't want to cooperatively work on a project to develop a killer app, and I'd rather the list didn't get hung up in that either. I have my own app and have no interest in being a cog in the next open source project. I develop my trading software to fill a need in my trading. I'm sure there are many others who do the same thing. Programming isn't my primary focus, trading is. To the extent that I can improve my trading by programming the IB TWS API, I will do it. To the extent that I can offer code and help to others traveling the same path as me, I will do it. To the extent that I can get help from professional programmers to meet this end I am appreciative. --- In twsapi@y..., "dtkamp" <dkamp@e...> wrote: Thanks Scott for getting responses.participants to use .NET framework, where language choice is least likely tocause problems, and C/C++ can be used to generate/process any necessaryour individual uses of the code (but perhaps not the most bang ifsomeone wanted to sell and distribute a cross-platform app - not a highcooperative effort? (We can do a separte survey to figure out who's actuallyto start with.) Thanks! |
Re: IB Post Questions answered & Q for Dkamp
dtkamp
--- In twsapi@y..., "kgeis" <kgeis@y...> wrote:
This is just a thread within Scott's larger discussion board, addingThe problem is that there are many lone wolves running down rabbitWe are running down different trails. If people truly have the same to the intellectual liquidity of the board. No need for all of us to have the same aspirations. |
Re: C++ vs. C#.NET vs. VB.NET
dtkamp
Hi Dion. This could be fun. Let's get all the .NET negatives out in
toggle quoted message
Show quoted text
the open. I guess some counterpoints to the runtime objection would be, - 20MB is (or is fast becoming) small potatoes, MS has made it easy to get the .NET runtime update, and future versions of Windows will include it - if one's primary interest is in gaining access to a group's work for one's own purposes (for trading), then one wouldn't be too concerned that others might have a harder time getting it (and all the developers get the runtime as part of their installation) --- In twsapi@y..., Dion Loy <dion-y@l...> wrote:
The problem with .NET is that you have to distribute a 20MB .NET |
Re: IB Post Questions answered & Q for Dkamp
--- In twsapi@y..., "goldensilvermana" <kybryan@c...> wrote:
DkampWhat is this in response to? This post makes it sound like the charter of this group is to develop some trading platform, not to discuss the TWS API. It is the little guy against the big boys and I smell blood.Huh? Blood? This makes no sense to me. Personally, by implementing my own solution, I am not competing with the "big boys." Only if I am planning on selling it do I compete. I am developing something because nothing exists that does what I need. The problem is that there are many lone wolves running down rabbitWe are running down different trails. If people truly have the same needs, these should be communicated to IB as TWS feature requests. Personally, I am almost certain that my requirements are different than others'. |
Re: C++ vs. C#.NET vs. VB.NET
Dion Loy
The problem with .NET is that you have to distribute a 20MB .NET
runtime to everyone. Even Windows XP does not have the .NET runtime included by default. Monday, June 10, 2002, 2:50:02 PM, you wrote: d> Thanks Scott for getting responses. d> Seems like way to go in a cooperative project is to get participants d> to use .NET framework, where language choice is least likely to cause d> problems, and C/C++ can be used to generate/process any necessary d> unmanaged (= not under control of .NET runtime) or legacy code. I d> think that will get us the most bang for the buck with repect to our d> individual uses of the code (but perhaps not the most bang if someone d> wanted to sell and distribute a cross-platform app - not a high d> priority for me - but makes sense for IB's use of Java in TWS). d> So what do the other 180 people up here think of what I just wrote d> with respect to development platform selection for such a cooperative d> effort? (We can do a separte survey to figure out who's actually d> interested in such a project. Am just fishing for .NET objections to d> start with.) Thanks! d> --Re: C++ vs. C#.NET vs. VB.NET d> instead---------- d> languageof C++ and have the user know the difference. Most of the problems of choice. d> Yahoo! Groups SponsorADVERTISEMENT d> To unsubscribe from this group, send an email to: d> twsapi-unsubscribe@... d> Your use of Yahoo! Groups is subject to theYahoo! Terms of Service. |
Re: C++ vs. C#.NET vs. VB.NET
dtkamp
Thanks Scott for getting responses.
Seems like way to go in a cooperative project is to get participants to use .NET framework, where language choice is least likely to cause problems, and C/C++ can be used to generate/process any necessary unmanaged (= not under control of .NET runtime) or legacy code. I think that will get us the most bang for the buck with repect to our individual uses of the code (but perhaps not the most bang if someone wanted to sell and distribute a cross-platform app - not a high priority for me - but makes sense for IB's use of Java in TWS). So what do the other 180 people up here think of what I just wrote with respect to development platform selection for such a cooperative effort? (We can do a separte survey to figure out who's actually interested in such a project. Am just fishing for .NET objections to start with.) Thanks! Re: C++ vs. C#.NET vs. VB.NET-- ----------instead of C++ and have the user know the difference. Most of the problemslanguage of choice. |
Re: java developer willing to lend a hand
Yolanda
hi-thanks for the e-mail. Will be gone for a few days and will respond
after that. Please send future e-mails to???????
kybryan@...????????????????
thanks
toggle quoted message
Show quoted text
dtkamp wrote: ?Hi StatTrader. Your view here sounds quite reasonable for someone who |
Re: kybryan will be gone for a few days
marinindextrader
Done
--- In twsapi@y..., "ajr" <areider-list@n...> wrote: and every time someone posts, we are all going to get hisautoresponder email. Could the moderator set him to nomail please? respond after that. Please send future e-mails to kybryan@c... thanks dtkamp wrote:who is actively writing Java code. Having already stated a counterview,any deeper into this complex issue unless/until it becomes somethingthat needs resolving (such as in some sort of cooperative endeavor).Java back to .NET, which will further confuse the discussion.)nor now-can I imagine any limitations it would introduce outside of a-asdays are generaly based on the developer's experience. I've done to why one would think Java was not suitable platform... java'sthe |
kybryan will be gone for a few days
ajr
¿ªÔÆÌåÓýand every time someone posts, we are all going to get his autoresponder
email. Could the moderator set him to nomail please?
* REPLY SEPARATOR * On 6/10/2002 at 3:31 PM Yolanda wrote: hi-thanks for the e-mail. Will be gone for a few days and will respond after that. Please send future e-mails to??????? kybryan@...???????????????? thanks |
Re: C++ vs. C#.NET vs. VB.NET
marinindextrader
Another comment from the VB Explorer Board:
Re: C++ vs. C#.NET vs. VB.NET ---------------------------------------------------------------------- ---------- Kent's full of crap! :) I have yet to see a business app that can't be written in VB instead of C++ and have the user know the difference. Most of the problems with business apps involve query times against backend databases, which usually isn't the front end's fault. Just so you don't think I'm biased, I've done VB and C++ stuff for almost 10 years. VB beats C++ hands down as the business dev language of choice. --- In twsapi@y..., "dtkamp" <dkamp@e...> wrote: In recent thread on IB board, Kent commented that C++ was the wayto go for creating serious apps. Is this really true any more ifyou're starting from .NET, where all of its languages are based on samea killer trading app, does it really matter much whether you're using |
Re: java developer willing to lend a hand
KBryan
Thanks for your e-mail. I will be out of town for 3 days and will respond
after returning. Pleaase send future e-mails to??? kybryan@...????????????
thanks
toggle quoted message
Show quoted text
thestattrader wrote: ?True, Java GUI development used to require quite a bit of work- |