hi,
1ka has done for me & Invisible_fx_Landscape back-testing a mod on one
indicator 
source here ->
http://codebase.mql4.com/277
to store and use 1Min bar data from a live$-acct running MT4, very very valuable, if you all get tired of using demo data which is I believe is different, altered, delayed, or whatever data (anything to mess us up, eh!?)! LOL
---
1ka:
------
I've modded the original EA (actually, it's an
indicator 
that sits on
the chart you are interested in).
To use it:
Place the
indicator 
in the experts\indicator directory.
Open the chart for the
currency 
you want to capture.
Add the
indicator 
to the chart.
Set the Period to 1 for 1 Minute
Make sure that the use DLLs option is enabled.
Click OK and sit back.
The
indicator 
should now collect data and store it with the other
History files, but it sticks an 'x' between the symbol name and time
period, e.g. EURUSDx1.hst To use this file, it will probably have to
be renamed to match of the standard one. I presume it would be a case
of rename the file and replace the existing one?
The code suggests that it shouldn't be used on a busy computer, as
when metatrader is overloaded then it won't always call the
indicator 
(another thing to watch out for..)
I've validated that it writes to the file, but haven't been able to
check the contents. You might want to trial run if for a few minutes
and see if you can then use it.
------------------
me again:
--------
I checked that it does update file and is importable to history file of interest (in my case 1Min) and usable in tester, so Voila! Live$-acct back data!!!!! Man O man!

movin' right along, progress!
jb