Search the web
Sign In
New User? Sign Up
scientific-traders · Scientific Traders
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Several questions on C-Trader Professional   Message List  
Reply | Forward Message #912 of 989 |
Re: Several questions on C-Trader Professional

Jeff,

Thanks for getting back to me quickly and clarifying the CPU impact of the
C-Trader Pro genetic optimizer. I can tell you for a 3rd party add on genetic
optimizer for TradeStation that the CPU impact can be quite large if one has
many genetic parameters.

I had purchased "The Encyclopedia of Trading Strategies" some time ago and am
again reading part of it, but had not investigated the use of C-Trader Pro until
very recently.

Thanks again,

Dave

--- In scientific-traders@yahoogroups.com, Jeffrey Owen Katz <jeffkatz@...>
wrote:
>
> Hi,
>
> The GA is defnitely not the limiting factor: it runs incredibly fast
> (probably less than 0.01% CPU time). The limiting factor is clearly the
> evaluation of fitness which 1) requires many calculations over long data
> series and 2) is being run in TradeStation's very slow, interpreted
> (rather than compiled) Easy Language.
>
> If you are fluent in basic ANSI C, you should have no problem working with
> C-Trader. Take a look at the book, "The Encyclopedia of Trading
> Strategies".
>
> Jeff
>
> On Fri, 29 May 2009, cohndw wrote:
>
> > Jeff,
> >
> > Thanks much for your quick reply. Two more quick questions for
> > clarification:
> >
> > 1) When I watch TradeStation run with a genetic optimization, the
> > genetic optimization itself is using substantial CPU time, 10% or more -
> > and these are DLL's. So it would appear that if one is doing genetic
> > optimization, then the genetic optimizer is the limiter to maximum
> > speedup that can be achieved. Correct?
> >
> > 2) You said below that I need to know C++ to use C-Trader Pro. But
> > would knowing just regular C work most of the time?
> >
> > Thanks for your patience with me,
> >
> > Dave
> >
> >
> > --- In scientific-traders@yahoogroups.com, Jeffrey Owen Katz <jeffkatz@>
wrote:
> >>
> >> Hi,
> >>
> >> On Sat, 23 May 2009, cohndw wrote:
> >>
> >>> I am considering buying C-Trader Professional in order to greatly speed up
large genetic optimizations I am doing in TradeStation. I have searched the
forum but cannot find clear answers to the questions below. Thanks for taking
the time to respond to this.
> >>>
> >>> 1) Does C-Trader Pro work well under Cygwin in windows?
> >>
> >> Definitely. Others on the group have it working in Cygwin. You
> >> need to install X-11, gnuplot, and do some configuration from what I hear;
> >> however, once configured properly, Cygwin works very well.
> >>
> >>>
> >>> 2) Does C-Trader Pro deliver the 100 to 1 speed improvement over
> >>> TradeStation for Large Genetic Optimizations? What type of TradeStation
> >>> program (small, large) was used to show the 100 to 1 speedup?
> >>
> >> Easily, maybe even a greater speedup since the newer TradeStation
> >> versions are slower! And not just for genetic optimization, but for
> >> brute force optimization and all backtesting operations. Part of this
> >> comes from C being a compiled language.
> >>
> >>>
> >>> 3) Does the Genetic Optimizer that comes with C-Trader Pro have all the
> >>> capabilities of the 3rd party add-on: TradeSmart's Genetic Optimizer
> >>> V1.5, so that one can convert existing TradeStation code directly to
> >>> C-Trader Pro?
> >>>
> >> I am not familiar with TradeSmart's genetic optimizer. We
> >> developed TS-Evolve, a GO that works with TradeStation-- in fact, it was
> >> the first out there! Others did knockoffs of TS-Evolve, some so similar
> >> as to violate copyrights!
> >>
> >>> 4) Must one know C++ in order to use C-Trader Pro?
> >>
> >> Afraid so. You do not need to be a Wizard, but you need a basic
> >> knowledge of C. If you know Easy Language, you should have no problem
> >> picking up what you need of C language.
> >>
> >>>
> >>> 5) Must one know C++ in order to use the Genetic Optimization within
> >>> C-Trader Pro?
> >>
> >> Save as above. You need some ability to use C.
> >>>
> >>> 6) For buy and sell intraday limit orders, does C-Trader Pro allow one
> >>> to specify that the order is not filled until the limit price is
> >>> exceeded?
> >>
> >> Easily. You can also specify any other imaginable kind of order
> >> and fill rules. All order coding is explicit and easily modified.
> >>
> >>>
> >>> Thanks,
> >>>
> >>> Dave
> >>>
> >>>
> >>
> >
> >
> >
>





Tue Jun 2, 2009 2:39 pm

cohndw
Offline Offline
Send Email Send Email

Forward
Message #912 of 989 |
Expand Messages Author Sort by Date

I am considering buying C-Trader Professional in order to greatly speed up large genetic optimizations I am doing in TradeStation. I have searched the forum...
cohndw
Offline Send Email
May 23, 2009
8:49 pm

Hi, ... Definitely. Others on the group have it working in Cygwin. You need to install X-11, gnuplot, and do some configuration from what I hear; however,...
Jeffrey Owen Katz
optionstrade...
Offline Send Email
May 27, 2009
7:29 am

Jeff, Thanks much for your quick reply. Two more quick questions for clarification: 1) When I watch TradeStation run with a genetic optimization, the genetic...
cohndw
Offline Send Email
May 29, 2009
12:36 pm

Hi, The GA is defnitely not the limiting factor: it runs incredibly fast (probably less than 0.01% CPU time). The limiting factor is clearly the evaluation of...
Jeffrey Owen Katz
optionstrade...
Offline Send Email
Jun 2, 2009
1:17 am

... Without arguing whether TradeStation is fast or slow, I would offer the below comments from the TradeStation forum: John ^^^^^^^^^^^^^^^^^^^^^^^ 04/22/2004...
jhess314
Offline Send Email
Jun 2, 2009
1:22 pm

jhess314, Thanks for the extensive research on TradeStation in terms of how it works. I am an experienced TradeStation user and fully agree with all that you...
cohndw
Offline Send Email
Jun 2, 2009
2:44 pm

It would be interesting to know the results of some benchmark comparisons between the various testing programs - C-trader, Tradestation, Multicharts,...
Robert
weitau
Offline Send Email
Jun 2, 2009
3:03 pm

Hi, When I said interpreted I meant in the sense of most "Basics" where there is a parsing into tokens which are then interpreted at runtime. I do not know...
Jeffrey Owen Katz
optionstrade...
Offline Send Email
Jun 2, 2009
8:22 pm

Jeff, Thanks for getting back to me quickly and clarifying the CPU impact of the C-Trader Pro genetic optimizer. I can tell you for a 3rd party add on genetic...
cohndw
Offline Send Email
Jun 2, 2009
2:39 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help