So you are saying that the fastest time was on WinXP on machines that are relatively equivalent?Quote from SFINC:
I'd like to use 2CPU PC with Tradestation.
Who has it on 2CPU-PC (TS6,TS7 or ProSuite), pls
Make this test-optimize on your PC:
Optimize: Opt1 from 1 to 50.
BarNumber on Chart = 10000 (+, - 1%)
Signal:
Inputs: Opt1(1);
For Value0=1 to 5000 Begin Value1= Opt1 + XAverage((H+L+C)/3,40); end;
If BarNumber = 1000 then Buy 1 contract at close;
If BarNumber = 2000 then Exitlong;
If LastBarOnChart then Print(BarNumber);
Others result on 1CPU PC:
OS,CPU,BUS,RAM,Time-of-optimize
Win2k, P4-2400, 512M, PC-133, 6:15 min
XP,P4-2.26 ,512M, 5:30 min
Win2000sp2,AMD Athlon(tm)XP 1600+,261ram, 8:48 min
It's very interesing your results
This sort of test can be very deceiving. For example, at what time did you run the tests? This can be important because, for example, a scheduled backup can take place that you were not aware, or even the operating system runs scheduled events at certain times, e.g., FastFind.
My point is, it is easy to get "bad" results unless you are being REALLY carefull in your analysis and have an understanding what load the computer may be under when you are doing a caculation.
Still, your numbers look off by more than they "should"...
nitro