robert1003

Results 5 issues of robert1003

Fixes https://github.com/kernc/backtesting.py/issues/20 An incomplete attempt to add multiple-symbol backtest, which is mentioned in #20. Not sure if this fits the current structure. Lots of necessary changes haven't been done yet,...

Add sword fish from https://ascii.co.uk/art/fish

Implement RCI method proposed in [this](https://arxiv.org/abs/2303.17491) paper. Demo trajectories on task config 300 (`config_files/300.json`) is given here: [gdoc](https://docs.google.com/document/d/1qlwlUy0mc8cTFHdiiCmHxlEydhSmTHYFY2HTUxfhGbI/edit?usp=sharing) RCI consist of the following step: * Explicit RCI 1. Plan: generate...

Hi, when I tried to use uv to install open3d (and other packages), I encountered a weird issue which I got a python2 [__init__.py](https://github.com/isl-org/Open3D/blob/v0.3.0/util/pip_package/open3d/__init__.py) file while the whole package is...

needs-mre

First of all thank you for releasing the source code! This is a very cool paper, I am genuinely surprised that it worked this well. While reading the source code...