[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Re[2]: QuantStudio



PureBytes Links

Trading Reference Links

----- Original Message ----- 
From: "Jimmy Snowden" <jhsnowden@xxxxxxx>
To: "Ivan Figueredo" <ivanf1@xxxxxxxxxxxxx>; <Omega-list@xxxxxxxxxx>
Sent: Saturday, February 28, 2004 3:07 PM
Subject: Re[2]: QuantStudio


> Well what we have here is a failure to communicate.
Where was the "failure" to communicate? I have bugs that are unresovable in
TS. I have tried to the best of my abilty, without actually giving code, to
communicate the experience I have had.

>We try to help
> but we just didn't understand Ivan is an expert in Computers, cause he
> owns eight,

I actually own more, but I suspect that is not the issue - do you?

>he is a EL pro cause he pushed TS2ki past the limit and he
> can build a one day system that he thinks works.

I am not an EL "pro" whatever that means. I have been programming
professionally for 15 years in C/C++/C#, in and out of the trading industry.
I will leave it to you to decide if that makes me an "expert."

>He has problems
> with TS2ki, results and expects it to conform to his way.

Conform to my way? Dude, you are beginning to show signs that you do not
know what you are talknig about. A program written in a correct BNF,  run on
correct hardware, either compiles or it does not. Now, if it compiles, it
means that there are no syntatical errors. There may still be logic errors
in the code, but that neither conforms nor unconforms, the bug is either
mine or the writer of the software. That is what we are trying to get at
here.

>Well I've
> argued with computers before.  GUESS WHAT THE RESULT WAS?

My guess is you know very little about the way languages and computers
really work.

> Insanity:  To continue to do things the same way and expect a
> different result.

It is actually insanity to CHANGE the way you program because the computer
does not give the correct results. That is what I have been trying to say
all along - TRADESTATION DOES NOT GIVE REPEATABLE RESULTS. IT RUNS ON A
COMPUTER, THEREFORE A BUG EXISTS. That bug is either mine or tradestations.
No need to wrote non-sequitors like the above.

> I'll go with Gary Fritz.  I've found he can make his code actually
> work.  All the time.  "I see it all the time."  Hee hee.


Ivan
> Best regards,
>   Jimmy Snowden
> mailto:jhsnowden@xxxxxxx
>
>
> Saturday, February 28, 2004, 2:44:34 PM, you wrote:
>
> IF> ----- Original Message ----- 
> IF> From: "Gary Fritz" <fritz@xxxxxxxx>
> IF> To: <omega-list@xxxxxxxxxx>
> IF> Sent: Saturday, February 28, 2004 2:25 PM
> IF> Subject: Re: QuantStudio
>
>
> >> > 1) Take any system that exits at the end of day so that P/L for a
> >> > given day is not affected by overnight trades. Go back say, one day.
> >> > Go to View->performance Report->daily Tab. Note the P/L. Now, go and
> >> > bring up the symbol again. Change number of days to look back to 2.
> >> > Go back and look at the daily report. Look at the P/L for the day
> >> > that you looked at - they are different.
> >>
> >> I don't understand what you mean by "go back one day, go back two
> >> days."
> >>
> >> Are you saying you change the start date of your chart, and then
> >> you see different results?  That's certainly possible if the
> >> system code is carelessly written.  E.g. you can use xaverages
> >> that take a long time to stabilize, and that can cause different
> >> results depending on your start date.  But that's not TS's fault.
> >> It's executing the code correctly.
> IF> Look at what I wrote. Write a system where that EXITS at the close of
the
> IF> day and takes no positions overnight. It is IMPOSSIBLE for a system
that
> IF> takes all of it's signals for a given day from within that day, to
have a
> IF> different P/L based on what days are loaded or not. Of course, in the
case
> IF> where you are using indicator where adding a prior day will affect the
> IF> entries of today would not be either careless coding or incorrect
> IF> calculation by TS. But in the case I am talking about, I am NOT using
> IF> indicators that cross daily boundaries.
>
> >> > 2) Take any system that gives signals in realtime. Watch it during
> >> > the day without ever closing TS down. When the markets close,
> >> > shutdown TS and come back in, do not save the workspace. Now, run
> >> > the system again. Different values.
> >>
> >> I don't see this in my systems.  I've checked this very carefully
> >> over the years.  (The xaverage example above could cause problems
> >> like this, but again that's because of bad code, not TS errors.)
>
> IF> I see it all the time.
>
> >> > 3) This is is MUCH harder because it would require me to give you
> >> > code that I cannot. But here is the gist of it. Make a system. Apply
> >> > it to say ES and YM. Look at the signals it generates. Take note
> >> > that sometimes, where a signal UNQUETIONABLY should have been
> >> > generated, one was not. You sit there and stare at the code, and
> >> > unfortunately, you do not have a debugger. Printf debugging does not
> >> > help here.
> >>
> >> Whenever I've had one of these situations, it has virtually
> >> always turned out to be pilot error.
> IF> Guarantee you, it is not.
>
> >> > 4) I have about 12 charts open, each with 1 of two systems applied to
> >> > the symbol. Try to look at the performance report during trading
> >> > hours. Evertime I scroll to the bottom of the trades tab, it keeps
> >> > going off, doing something, and taking me back to the top of the
> >> > page.
> >>
> >> Never saw it.
>
> IF> See it all the time.
>
> >> > 5) A variant of the above is, often a symbol, for whatever reason,
> >> > keeps needing to "get data." I have no idea why this happens, and it
> >> > does not happen all the time. The effect is that the entire history
> >> > for the symbol has to be reloaded every minute or so. This makes
> >> > following a system under these conditions intolerable.
> >>
> >> Never saw it.
>
> IF> See it all the time.
>
> >> I'm not saying these things don't happen to you.  But I'm saying
> >> I've been running TS2k for several years, intensively, and I
> >> don't run into these problems.  Assuming these problems aren't
> >> caused by poorly-written systems, there is possibly something
> >> unstable about your setup -- memory, hardware, software
> >> interactions, who knows -- that triggers these problems.
>
> IF> Guarantee you, it is not. I have eight computers, all with massive
amounts
> IF> of CPU and RAM in them. What is funny is that a friend of mine told me
about
> IF> this case, and I could not believe it. We loaded the system on my
machine,
> IF> and presto!
>
> >> Of course, TS2k *should* be stable enough that things like this
> >> don't happen even if the system is stressed, and it's not.
> >> Nobody (except maybe Pierre :-) would claim TS2k is bug-free or
> >> even particularly solid.  I have my share of problems with it
> >> too.  But most of those problems are annoyances, and none of them
> >> are "wrong result" problems like you're seeing.
>
> IF> Oh, there is a growing list of problems. But if your systems test
accurately
> IF> for you, what can I say? They do not form me. FWIW, I really push TS
to
> IF> "extremes."
>
> >> If there was a better answer out there, I'd jump on it.  But I
> >> haven't seen anything yet that does what I want as well as TS
> >> does.  So I grit my teeth and put up with TS's foibles.
>
> IF> TS is an ok tool for what it is as I have mentioned before, charting,
that
> IF> sort of thing. The key is knowing it's idiosynchronansies and to sit
and
> IF> watch a system trade in realtime very very carefully for days on end,
and to
> IF> plot the indicators that the system is using to base it's opens and
closes
> IF> (I often send it to the debug window as well, but it gets really
tiring.)
>
> IF>  The problem is, a real programming environment would have a debugger,
and
> IF> the programmer would be able to go in, roll up his sleeves, signle
step
> IF> through the cod, and figure out what was happening when the unexpected
> IF> happens. No such tool in TS. So the "pilot" is forever left trying to
rework
> IF> the code in the hope that he hits some combination that will not
confuse TS.
>
> IF> Ivan
> >> Gary
> >>
>
>
>
>
> Outgoing mail scanned by Norton
>
>