-
I spend a while discovering this tool, including backtesting. But after real trading experiment - everything is not so easy as it looks. There is no working way to place a bid depending on the current…
-
Hey
A question: (I couldn't find a mail address) - what was the problem with backtesting? Is there a reason no-one is spending any time on it?
Cheers
-
**Is your feature request related to a problem? Please describe.**
When benchmarking datasets with many series, we may want to compute the average score for all backtesting windows. If different seri…
-
```
Add support for Strategies to pick up their list of instruments dynamically
at runtime. For example, a strategy which trades the top 10 list of gappers.
This may make backtesting the strategy mo…
-
Feature already exists, but can be exposed
Requesting this option for ExoTrader and TV Indicator for backtesting
Expected behaviour:
Two configurable options to set the number of candlestic…
-
Thank you for your great work. The library performs well overall, but there's one issue: the OB class is implemented using for loops, resulting in approximately 20 seconds of runtime. Typically, this …
-
### Expected Behavior
I installed the tool and all required libraries on Ubuntu 22.04, Python 3.11.0 and ta-lib (compiled from latest source code 0.4.0). The backtest from the example code on home pa…
-
Prune portfolio by evaluating the performance of current positions and reducing position size by some percentage in proportion to past and projected performance metrics according to backtesting algori…
-
What does backtesting.py consider first? The low price or the high price of a candle to determine stop loss or take profit first?
-
As depicted in the picture, the first trade generated a profit, but during the trade, a bar had a significantly low "Low Price", indicating that in reality, the first trade would have been subject…