mirror of
https://github.com/discountry/ritmex-bot.git
synced 2026-09-10 00:38:07 +00:00
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:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user