-
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…
-
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…
-
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…
-
Currently the backtesting is done using a for loop. This also seems to be the main bottle next because it is very compute intensive. We can increase the concurrency of backtesting using Ray to distrib…
-
### 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…
-
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…
-
The time_in_force parameter seems to be disregarded for both backtesting and live trading scenarios (Interactive Broker).
Regardless of the specified value (e.g., "DAY", "GTC"), all orders appear …
-
![tva1](https://github.com/user-attachments/assets/cf65dbca-be52-472d-abd9-c6175b36f4a5)
What's going on? This prevents Deep backtesting from running correctly.
-
When selecting a strategy, we observe the profitability of each (strategy, agent) combination, as well as other financial metrics (https://github.com/gnosis/prediction-market-agent-tooling/pull/548/fi…
-
### Solution to Issue cannot be found in the documentation or other Issues and also occurs in the latest version of this library.
- [X] I checked the documentation and other Issues. I am using the …