mirror of
https://github.com/discountry/ritmex-bot.git
synced 2026-09-11 01:08: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:
@@ -41,6 +41,10 @@ export class DryRunExchangeAdapter implements ExchangeAdapter {
|
||||
return this.inner.supportsTrailingStops();
|
||||
}
|
||||
|
||||
supportsTriggerOrders(): boolean {
|
||||
return this.inner.supportsTriggerOrders?.() ?? false;
|
||||
}
|
||||
|
||||
watchAccount(cb: AccountListener): void {
|
||||
this.inner.watchAccount(cb);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user