data timeout fixes; research agent improvements
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
---
|
||||
description: "PandasStrategy class API, order placement, backtesting, and paper trading patterns for automated crypto strategy development."
|
||||
---
|
||||
|
||||
# Strategy Development Guide
|
||||
|
||||
Strategies on Dexorder are `PandasStrategy` subclasses that receive a live stream of OHLCV bars and call `self.buy()` / `self.sell()` / `self.flatten()` to place orders.
|
||||
|
||||
Reference in New Issue
Block a user