Jacek 'Mech' Woźniak

Results 21 comments of Jacek 'Mech' Woźniak

Hi Tobias, Thank you for your quick response. Regarding the issues with the `Profiler` class (which I'm hitting by just cloning Koseven and running in docker), here is the stacktrace...

I think I found the root cause of my Koseven issues and a mistake in my original bug report. I did not notice I was using a cached php docker...

@chrisgo I'm not worried about my project at least for now. PHP 7.3 is getting active support till December this year and my hosting provider will probably keep it till...

It supports only EOD data because my trading platform provided EOD in this format. Intraday files are available in text format. Anyway, I'm ok with adding the support for intraday...

@nabil25x It looks like the only difference is that intraday files have the extra time column just after the date one. I did a small code change and it looks...

@johnbest5673 no, it simply extracts the binary formal. But once you have text files, it is pretty easy to convert intra files to daily or monthly, few lines of Python...

This is a tool I wrote quickly in 2008 and it could use some cleanup. I just never got to it :( Anyway Metastock data consists of several files in...

When you execute `python ms2txt.py --list` does it list any symbols?

Oh, interesting, there should be two `MWD` files in the folder then and `python ms2txt.py EURUSD` should work, same for `python ms2txt.py --all`.

Hmm, this is a very good idea, I should have my old Arch laptop somewhere. I cannot promise it will be ready soon, but for sure I'm putting this on...