Benj Del Mundo

Results 5 issues of Benj Del Mundo

#### Problem description When setting custom buy/sell signals, the order was executed the following day. However the execution price was still based on the current day. The execution price can...

bug

Reopening from [PR 363](https://github.com/enzoampil/fastquant/pull/363) Description Added the following changes: - Docstrings in BaseStrategy - Added a new logging module instead of simply doing print() inside the BaseStrategy - Logging inside...

Description: The combination could be as 1. Diversified Strategy: works for diversifying strategies 2. Combine signals under 1 strategy Detailed example: Assume that different signals for Strategy 1 and Strategy...

enhancement

The plot figure given by backtest does not include labels along the X-axis. The `datetime` or `dt` column should be fine.

**Is your feature request related to a problem? Please describe.** Allow non-technical people (non-coders) to `backtest` their library. Imagine a person who feels opening a terminal feels like hacking the...

enhancement