-
## Describe your environment
* Operating system: ____
* Python Version: _____ (`python -V`)
* CCXT version: _____ (`pip freeze | grep ccxt`)
* Freqtrade Version: ____ (`freqtrade -V`…
-
The way to do this will be to use the deltas `flags` field, and per the Databento implementation for these https://databento.com/docs/knowledge-base/new-users/standards-conventions/flags when `F_LAST`…
-
# Bug Report
### Expected Behavior
Data from multiple datasets sholud be streamed following the temporal dependencies.
### Actual Behavior
I created streaming backtesting engine with `batch_si…
-
# Bug Report
Bug occurs in a backtest with quote ticks, when simulating fills of a limit order. See attatched debug logs and quote tick file.
[quote_ticks.csv](https://github.com/user-attachments/fi…
-
Upon startup, I receive the following error
```
/root/cex/exchanges/cexio.js:121
currency = parseFloat(data.BTC.available)
^
TypeError: Cannot read property 'ava…
-
Hello, I've got a script to inspect some awesomes and it's found some duplicated project names. Most of them make reference to the same project.
jakubroztocil/httpie - Modern command line HTTP cl…
-
An error occurred during this backtest:
[ERROR] FATAL UNHANDLED EXCEPTION:JobQueueCloud.GetAlgorithmJob(BACKTESTING-114-b6805fb78a26829fdcfb80653bbda992): Internal Error: No space left on device
: '…
-
# Bug Report
When running a backtest using a MARGIN account with a NETTING oms type, an exception is raised when the position is flipped from LONG to SHORT. It seems the Quantity is negative, which…
-
# Bug Report
I am building a multi-factor strategy. Because it requires calculating cross-sectional information on the entire market data, I adopted the simplest approach. I subscribed to and proce…
-
# Bug Report
BacktestNode won't clear data in streaming mode, add the line 'engine.clear_data()' to fix.
```python
def _run_streaming(
self,
run_config_id: str,
engine:…