-
Hi there,
I'm seeing this error stacktrace when killing a lumibot process via the keyboard interrupt.
```
^C2024-03-22 22:40:13,741: asyncio: INFO: [MyStrategy] Executing the on_abrupt_closing…
-
Hello @kernc,
I hope this message finds you well. I wanted to reach out and share a concern regarding your GitHub profile picture. It appears to unintentionally resemble a swastika, which can be qu…
-
When I use deep backtesting, it seems that TradingView does not provide data. As a result, the backtesting does not produce accurate data. Is there any way to solve this issue if deep backtesting cann…
-
Hello,
```python
from datetime import datetime
from lumibot.backtesting import PolygonDataBacktesting
from lumibot.strategies import Strategy
class MyStrategy(Strategy):
parameters = {
…
-
im currently doing some back testing, where i have ran into an issue i cannot get rid off.
I have tested this with a non modified git clone where i only updated the api credentials.
```
2021-04…
-
got this error while running/backtesting the v6_new strat
running it on :
timeframe : 5m
```
Traceback (most recent call last):
File "/freqtrade/freqtrade/main.py", line 37, in main
…
-
Hi,
Thanks for the amazing work.
I think adding support for candlestick to backtesting charts would be great, especially for debugging strategies using chart patterns.
-
We need Binance historical data for Backtesting. We could use the Binance APIs to retrieve and store that data, but that would take a lot of time, specially for all the asset pairs.
Ideally we woul…
-
### Expected Behavior
Strategy closes the position at 720
### Actual Behavior
Strategy closes the position on next candle at open price, 705.58
### Steps to Reproduce
Run the following code…
DAtek updated
8 months ago
-
I'm suggesting that, when a bot finishes its backtesting, a sound is played, to inform the user that it has been finished. Thus, it would discard the need of the user to look to the app, and would opt…