mirror of
https://github.com/manifoldbt/manifoldbt.git
synced 2026-08-24 22:48:05 +00:00
docs: add Bybit to the connector lists
This commit is contained in:
@@ -82,7 +82,7 @@ store = mbt.import_csv("EURUSD_1m.csv", symbol="EURUSD", symbol_id=1,
|
|||||||
interval="1m", asset_class="forex")
|
interval="1m", asset_class="forex")
|
||||||
```
|
```
|
||||||
|
|
||||||
**Exchange connectors** — Binance, Hyperliquid, dYdX, Bitstamp (free); Databento, Massive (Pro):
|
**Exchange connectors** — Binance, Bybit, Hyperliquid, dYdX, Bitstamp (free); Databento, Massive (Pro):
|
||||||
|
|
||||||
```python
|
```python
|
||||||
store = mbt.ingest(provider="binance", symbol="BTCUSDT", symbol_id=1,
|
store = mbt.ingest(provider="binance", symbol="BTCUSDT", symbol_id=1,
|
||||||
@@ -146,7 +146,7 @@ Full API reference, indicator list, configuration guide, and best practices:
|
|||||||
| Monte Carlo | 1K sims | Unlimited |
|
| Monte Carlo | 1K sims | Unlimited |
|
||||||
| Walk-Forward | - | Anchored + Rolling |
|
| Walk-Forward | - | Anchored + Rolling |
|
||||||
| Parameter Stability | - | Yes |
|
| Parameter Stability | - | Yes |
|
||||||
| Crypto connectors (Binance, Hyperliquid) | Yes | Yes |
|
| Crypto connectors (Binance, Bybit, Hyperliquid) | Yes | Yes |
|
||||||
| Databento & Massive connectors | - | Yes |
|
| Databento & Massive connectors | - | Yes |
|
||||||
| Safety checks (lookahead, exposure) | - | Yes |
|
| Safety checks (lookahead, exposure) | - | Yes |
|
||||||
| Tearsheets & export | - | Yes |
|
| Tearsheets & export | - | Yes |
|
||||||
|
|||||||
Reference in New Issue
Block a user