Closed s-leroux closed 6 months ago
The most recent version of the simulator-related functions can be found https://github.com/s-leroux/fin/blob/0705a4c3d640fb313df8f7d6c5c0a21dba5cfc12/fin/seq/signal.py and https://github.com/s-leroux/fin/blob/0705a4c3d640fb313df8f7d6c5c0a21dba5cfc12/fin/seq/algo.py.
Especially: https://github.com/s-leroux/fin/blob/0705a4c3d640fb313df8f7d6c5c0a21dba5cfc12/fin/seq/algo.py#L46-L93
Basic backtester/simulator added in 5f976bd52517aa48cfbc8c275e171747c2ea62de
A strategy simulator was written for the pre-0.1.0 version. Review, check, and document the simulator to work with the current version.