Welcome to Forex-TSD!, one of the largest Forex forums worldwide, where you will be able to find the most complete and reliable Forex information imaginable.
From the list below, select the forum that you want to visit and register to post, as many times you want. It’s absolutely free. Click here for registering on Forex-TSD.
Exclusive Forum
The Exclusive Forum is the only paid section. Once you subscribe, you will get free access to real cutting-edge Trading Systems (automated and not), Indicators, Signals, Articles, etc., that will help and guide you, in ways that you could only imagine, with your Forex trading.
Elite Section
Get access to private discussions, specialized support, indicators and trading systems reported every week.
Advanced Elite Section
For professional traders, trading system developers and any other member who may need to use and/or convert, the most cutting-edge exclusive indicators and trading systems for MT4 and MT5.
I too bought a new computer for testing/trading. I can not wait it should be here today.
It is the Intel Core 2 Duo 2.66Ghz processor (E6700), with 4GB of DDR 4200, and two 10,000RPM hard drives setup in a RAID 0 format.
I will not have to use the servers at work anymore for testing.
Hi Alta!
Please keep me informed about your findings with back testing! The E6700 is a great processor!! (and I really love your 4GB DDR 4200). Great specs for a home pc (but why 10.000 hard drives and not 15.000?).
Please keep me informed about your findings with back testing! The E6700 is a great processor!! (and I really love your 4GB DDR 4200). Great specs for a home pc (but why 10.000 hard drives and not 15.000?).
By the way, are there any approximate dates for Phoenix '07? Just curious
(not final, but first alphas, betas, etc)
__________________
- MetaTrader v4.00 Build 225 (10 Jul 2008)
- MetaTrader MultiTerminal v4.00 Build 213 (20 Mar 2008)
- Always use the latest (^ABOVE^) MetaQuotes products, saves a lot of nerves. What's new.
"METAQUOTES FOR LIFE!"
I think NEXXT is ok but I know from others that North Finance is good as well. What you need is a broker that has no (significant) differences between their data feed for demos and live accounts. I think North Finance and NEXXT are ok to start with. Anyone else?
For processors, I prefer AMD over Intel. I have tried both for years and we actually sat down and benchmarked a few machines. AMD processors have more registers (can hold more values in the processor) and cost less for more performance. Some of the biggest performance gains for AMD (especially multiprocessor although not necessarily as much multicore) is the memory management.
I *always* advise against RAID0. There is no reason to use it, and loosing either drive means you loose all of your data. RAID0 is only designed to make 2 or more physical drives appear as one drive. Depending on striping (horrible concept for raid0) you *may* increase read speed. Usually the extra time spent managing the striping gives a net loss. Say No to RAID0. Maximum read speed for small data sets: RAID1. RAID1 doesn't have striping overhead either. Data writing takes additional time, so it is better to have more memory, and less swap space on disk used.
There are several reasons to have independent disks over Raid0: smaller chunk size on disk, less memory overhead to manage the disk tables/logs, better deeper and faster defrag, better read speed if OS and data are separate (like having one disk for OS, one disk for Graphics/Games/Simulations/etc), easier backup and cleaner data management.
I'm going to be doing a ton of backtesting soon, I will probably make a timer so we can compare benchmarks of backtesting.
Please keep me informed about your findings with back testing! The E6700 is a great processor!! (and I really love your 4GB DDR 4200). Great specs for a home pc (but why 10.000 hard drives and not 15.000?).
I chose the 10,000 RPM drives because they were the fastest available in the SATA format (SATA is all that is available in the Dell XPS 410). To get the 15,000 RPM drives I would have had to step up to the SCSI drives and something like the Dell Precision 490 or 690 workstation.
Ultimately the choice came down to what the warden (I mean wife) would let me spend. This actually turns out to be a pretty good PC for only $1299. I got it from the Dell Outlet store. I was thinking of building this one but would have spent closer to $2000 putting all the components together.
I think NEXXT is ok but I know from others that North Finance is good as well. What you need is a broker that has no (significant) differences between their data feed for demos and live accounts. I think North Finance and NEXXT are ok to start with. Anyone else?
For processors, I prefer AMD over Intel. I have tried both for years and we actually sat down and benchmarked a few machines. AMD processors have more registers (can hold more values in the processor) and cost less for more performance. Some of the biggest performance gains for AMD (especially multiprocessor although not necessarily as much multicore) is the memory management.
AMD vs. Intel.... I love this argument, it the eternal struggle of good vs. evil in the silicon industry. We will just have to agree to disagree on who has the best processor.
We could spend weeks going back and forth comparing benchmarks such as this one http://www.extremetech.com/article2/...2014646,00.asp and never convince each other that one is better than the other. It really doesn't matter anyway, Intel is king right now with the Core 2 Duo's, next month AMD will be king with the X2 AM2 in the 65 nanometer flavor, and Intel will win it back with the QX6700 that they just announced (the Dual Core 2 Duo chip) http://www.extremetech.com/article2/...2049683,00.asp
Quote:
Originally Posted by daraknor
I *always* advise against RAID0. There is no reason to use it, and loosing either drive means you loose all of your data. RAID0 is only designed to make 2 or more physical drives appear as one drive. Depending on striping (horrible concept for raid0) you *may* increase read speed. Usually the extra time spent managing the striping gives a net loss. Say No to RAID0. Maximum read speed for small data sets: RAID1. RAID1 doesn't have striping overhead either. Data writing takes additional time, so it is better to have more memory, and less swap space on disk used.
There are several reasons to have independent disks over Raid0: smaller chunk size on disk, less memory overhead to manage the disk tables/logs, better deeper and faster defrag, better read speed if OS and data are separate (like having one disk for OS, one disk for Graphics/Games/Simulations/etc), easier backup and cleaner data management.
You are right in a sense about the RAID 0. Out of the box it gives you minimal performance gains over RAID 1 or a single hard drive. This is because the implementation that is used by default on most systems uses rather large block sizes. Smaller sets of data are only read from one disk and do not use the performance of both drive to increase speed.
This can be fixed though by changing the striped block size to something smaller like 64k. This forces data to be split in two and written to both drives thus increasing both read and write speeds as two hard drives are reading/writing data at the same time.
I am not too concerned about the possible loss of data as I keep all my critical data on my server in the garage that is automatically backed up offsite everynight to Iron Mountain's datacenter. If I lost a drive or the drives were to loose sync for some reason the only thing I would have to recover is the operating system.
Quote:
Originally Posted by daraknor
I'm going to be doing a ton of backtesting soon, I will probably make a timer so we can compare benchmarks of backtesting.
I have a copy of PassMarks Performance Test 6.0 and would be happy to post benchmarks of both a RAID 1 and RAID 0 configuration to show the differences in performance.