Rafal W.

Results 277 comments of Rafal W.

> it may be a US thing the mail says "filling order is against FIFO requirement" If that's a US thing, not sure if you can do much. In EU...

> opening multiple orders The configuration looks fine. Opening multiple orders should be fine as long they're in the same direction. If you see in the different direction (buy+sell) at...

Partial fix in 847071a8a65fe8aaa73789c0112bb86ff1aab829 and 8750d3afd993a477ecb625005280d95592fc8adf.

You need to specify the whole year by `-m 1-12` and ideally the timeframe for more accuracy (e.g. `-T M1`). I'm going to re-run tests for v1.080 and let you...

The detailed backtest results for v1.080 release can be found at: - Lite: bd60bbc07ac3e4c08fa8b157a8d6b7f30709a47b (based on 008c0758b7d6c04060365efd017189b953986980 commit) - Advanced: cf3bc8f49709b444fdc03f9148ea5bd74c62a403 (based on 008c0758b7d6c04060365efd017189b953986980 commit) - Rider: 2b100879d9c787ec4ebee21b4b9ef7a7e938455f (based on...

> Que tal negociar XAU/USD com este algoritmo? ![IMG-20220120-WA0005](https://user-images.githubusercontent.com/92382819/150415117-013ab242-7eea-4a9d-b60c-cbe7129f6306.jpg) Please raise a new question on the [Discussion board](https://github.com/EA31337/EA31337/discussions/categories/q-a) and elaborate, as I'm not sure what do you mean.

You can run backtest with Docker using the following two methods. ### Using EA-Tester container Please read [Backtesting using Docker](https://github.com/EA31337/EA31337/wiki/Backtesting-using-Docker). Basically you can run Docker like: docker run ea31337/ea-tester:EURUSD-2018-DS run_backtest...

When using scripts from the repo, you need to compile the EA first, sorry for the missing that step. So: 1. In the main folder (where you've `Makefile`), run: `make...

Also, regarding the backtesting, recently the EA Tester has some issue using 5-digit digit, it usually falls back to 4-digit (so EURUSD price got 4 digits after a dot), this...

This needs testing whether it's still the issue.