Peter Walther
Peter Walther
Thank you for this little libray. I face an issue with a specific icon which has mixed BMP and PNG images. In this case it's a 256x256 PNG contained in...
Checking and execution of stoplosses in Strategy Tester and on demo servers is broken. In a fast market both limits of a pending entry order with attached stoploss may be...
After opening the "Load expert" dialog the terminal _sometimes_ executes `Expert::init()` before the `OK` button is clicked. This can happen immediately or later (as long as the dialog is not...
When a MQL library's ```deinit()``` function is called previously defined global ```string``` variables are already destroyed and reset to a non-initialized state. The bug always occurres with indicators in regular...
Users can upload any test results or trade/account history for analysis. The history can be filtered and a new analysis can be run on the filtered trades only (e.g. the...
Normalize ratios (annually or monthly) across instruments and timeframes to make tests on different instruments/periods comparable. Needs an M1 equity recording for each test which gives a more realistic MAE/MFE...
When I run the latest Composer (v1.8.4) I get a segmentation fault at the end, no matter which Composer command I execute. The crash doesn't happen if I disable the...
### Bug report PHPStan doesn't detect an error for a destructor declaration with return type `void` ### Code snippet that reproduces the problem https://phpstan.org/r/968321c4-d1b6-43ff-b380-7fbfc9fb755c ### Expected output expected a declaration...
### Bug report Since PHP7.4 PHPStan doesn't detect different parameter declarations for `Closure` vs. `callable``. ### Code snippet that reproduces the problem https://phpstan.org/r/e8e49875-346d-4d1e-aaf9-9368803257d3 ### Expected output expected an error **Actual...
### Bug report There are already a few related and fixed issues (most prominent https://github.com/phpstan/phpstan/issues/10101) but PHPStan still failes to report incompatible method declarations on magic methods. ### Code snippet...