-
HI,
I am not sure I understand fully the question but in any case. You can do on Yahoo and get all the stock exchanges supported, the stocks are listed, just create these in a logical order and go download them from the Yahoo plugin.
Marc.
2009-07-24 18:22:12 UTC in Qtstalker
-
I compiled it on Ubuntu 8.10 relatively easily.
The hard thing for me was to understand what modules and libs are required.
Basically I followed these steps:
# compiling Qtstalker 0.36 see install.html in docs dir:
* set root password to strong password using sudo passwd
* installed required libs using apt-get install:
o build-essential (meta package for compiler...
2009-04-11 08:25:19 UTC in Qtstalker
-
Thanks,
The problem I found was apparently fixed in 0.37 already see extract of changelog:
"20080505: Bar length buttons and combobox were not synchronized. Applied patch #1957299. Thanks to rgf. "
But now I am setup so if I find small bugs that I can fix I will make a patch.
If I can manage the technology, I might make a few improvements to simple aspect of the user...
2009-04-04 08:49:06 UTC in Qtstalker
-
Hi,
Go download 0.37 branch. I think someone already fixed this change log:
<<20080503: Added docs/db.html "Database explanation and alternative data loading methods", i.e. direct access to the Berkeley DB files. Thanks to xley.
20080505: Bar length buttons and combobox were not synchronized. Applied patch #1957299. Thanks to rgf.
20080505: Add Preferences options to...
2009-04-03 20:53:37 UTC in Qtstalker
-
Hi there,
I can now create basic rules with RSI, MCAD and other indicators.
I was wondering if there is a way to access the company fundamentals that I loaded through the Yahoo plugin in my rules.
For instance I would like to select only companies with positive cashflow.
Thanks for any help,
Kind regards,
Marc.
2009-03-26 22:01:05 UTC in Qtstalker
-
Hi there,
I have been playing around with Qstalker for a few weeks. I liked it and I was wondering how to contribute.
For instance I was able to compile 0.36 version on Ubuntu and fix a little bug in the scanner.
How can I put that back it the main code base?
Cheers,
Marc.
2009-03-24 20:51:35 UTC in Qtstalker
-
Hi there,
I am afraid I checked and I get the same result as you do: 9 trades whatever the chosen window.
I will let you know if I get around investigating this bug.
Kind regards,
Marc.
2009-03-08 20:59:35 UTC in Qtstalker
-
Good question, sadly I have never used the back tester in great length. I just tried it once or twice and moved on to the scanner.
If you could send me a clear list of steps to reproduce this bug in back tester, I am happy to look into this.
Kind regards,
Marc.
2009-02-27 20:57:09 UTC in Qtstalker
-
Hi there,
I think I found a possible cause for this problem.
In Qstalker 0.36 scanner.cpp you need to modify the following function void Scanner::scan () adding the last line below to set correctly the new barLength value in recordList:
void Scanner::scan ()
{
....
db.setBarRange(minBars);
db.setBarLength((BarData::BarLength...
2009-02-25 20:48:30 UTC in Qtstalker
-
I found my problem.
Somehow lastchartdir and lastgroupused (in ~/.qt/qtstalkerrc) where pointing to incorrect directories thus I could not access the newly downloaded data.
Cheers.
marc.
2009-02-21 17:15:03 UTC in Qtstalker