I see some years ago that you posted some patches for a missing error.h to get the code compiling.
I filed some bugs as neither the tarball, nor the CVS will compile for me. They do not seem to have been addressed.
Do you have a working tarball?
As to your question, the way the data is aggregated into files, emitting summarizations in sub-intervals of a day (perhaps down to one minute -- on some lower volume symbols, there may simply be no data, of course) looks reasonably straightforward and scriptable.
-- Russ herrold
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Has anyone tried to implement 1-minute bars? How difficult would it be to do it?
Regards,
Ron
Hi, Ron
I see some years ago that you posted some patches for a missing error.h to get the code compiling.
I filed some bugs as neither the tarball, nor the CVS will compile for me. They do not seem to have been addressed.
Do you have a working tarball?
As to your question, the way the data is aggregated into files, emitting summarizations in sub-intervals of a day (perhaps down to one minute -- on some lower volume symbols, there may simply be no data, of course) looks reasonably straightforward and scriptable.
-- Russ herrold
Hi Russ,
Can you believe I just 'rediscovered' this project after 8 years! The addition of the IB data feed is
what has rekindled my interest.
I built the code under ubuntu last night using the archived build dated 5/30/2008, with no issues. Have you tried it?
I haven't tried to do the Mingw build. The link to the current code without using svn is https://sourceforge.net/project/showfiles.php?group_id=3809
Regards,
Ron
thanks -- I had 'subscribed' to notices on new releases, but had not gotten one on this release:
[herrold@centos-5 tree]$ ls -l
total 860
-rw-rw-r-- 1 herrold herrold 91 Jul 10 13:55 README
-rw-rw-r-- 1 herrold herrold 430124 Sep 10 17:37 tree-1.1.0.0.22_20080530.tar.gz
drwxr-xr-x 3 herrold herrold 4096 Mar 12 22:04 tree-1.1.0.2.19_20080312
-rw-rw-r-- 1 herrold herrold 429623 Mar 12 22:30 tree-1.1.0.2.19_20080312.tar.gz
[herrold@centos-5 tree]$
I'll try eagerly
no joy ...
gcc -O2 -Wall -DRELEASE=1 -DNDEBUG -DLinux=1 -I../.. -I../../src/tools -c -o rtutils.o ../../src/rtinput/rtutils.c
make[2]: *** No rule to make target `../../lib.Linux/treetools.a', needed by `parser'. Stop.
make[2]: Leaving directory `/home/herrold/build/tree/tree-1.1.0.0.22_20080530/tree/obj.Linux/rtinput'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/herrold/build/tree/tree-1.1.0.0.22_20080530/tree/obj.Linux'
make: *** [all] Error 2
[herrold@centos-5 tree]$
I would note the help I have received from George Paul, and thank him here.
It appears that 'make all' has some infirmity, but that a simple 'make' works for the SVN CO
-- Russ herrold