Feat/grid (#26)

* feat(grid): add grid shift, exchange stops, and reconcile safeguards

* docs(grid): document smart-follow shift and new grid env vars
This commit is contained in:
Disney
2026-07-21 15:30:45 +08:00
committed by GitHub
parent 7efd64ef29
commit b7ace263b1
18 changed files with 4182 additions and 1913 deletions
+4
View File
@@ -66,6 +66,10 @@ export class BinanceExchangeAdapter implements ExchangeAdapter {
return this.marketType !== "spot";
}
supportsTriggerOrders(): boolean {
return this.marketType !== "spot";
}
watchAccount(cb: AccountListener): void {
const safe = this.safeInvoke("watchAccount", cb);
void this.init.ensureInitialized("watchAccount")