-
In connection to issue #158
Deep backtesting is not working, it "remembers" some default parameters and does not restart from the best found.
It appears the selector for Generating Deep Backtes…
-
### Describe the bug
One of our community reported that he was getting an `IndexError: index 0 is out of bounds for axis 0 with size 0` when running backtests for PMM dynamic using `bybit` as connect…
-
examples\backtest\ib_download_and_backtest.py gives the following error upon running:
Error sending log event: [ERROR] EMACross: EMACross(EMACross-000): Error on START
TypeError(Argument 'instrume…
-
**Title:** Implement Backtest Logic for Trade Simulation with Stop-Loss, Take-Profit, and Transaction Costs
**Description:**
Develop a Python program to simulate trades based on predefined entry …
-
Objective: Identify the most important criteria which will give good returns for robust stocks.
Utilize **machine learning** on stocks on uptrend. Identify the most important breakout conditions to…
-
# GitHub Interoperability
## Why
Today, we find are manually copy+paste source code from QC to GitHub and back. Trying to maintain versions of QC code by live deployment and backtests which me…
-
I think we need to provide a way for users to compare between and decide between which of different models they require.
@RamiYari I was thinking of something like the backtesting of DARTS? I'm o…
-
The exit of this strategy relies too much on trailing_stop, and uses market orders. During the price drop, the slippage is more obvious, and the difference between backtesting and real trading is huge…
-
When using lumibot 3.7.8 and python 3.11 `before_market_closes` is not normally called during a backtest:
```
Running backtest of MyStrategy
2024-10-12 07:39:18 | __main__ | INFO | Running backte…
-
## Description
When running the backtesting command with the FreqaiExampleHybridStrategy and CatboostClassifier model, the training process terminates unexpectedly with a CatBoostError indicating that…