Skip to content

Commit

Permalink
more lenient maker twap crank
Browse files Browse the repository at this point in the history
  • Loading branch information
wphan committed Nov 30, 2023
1 parent f615770 commit 70cdd7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bots/makerBidAskTwapCrank.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ export class MakerBidAskTwapCrank implements Bot {
this.crankIntervalToMarketIds
).map((x) => parseInt(x));
this.maxIntervalGroup = Math.max(...this.allCrankIntervalGroups!);
this.watchdogTimerLastPatTime = Date.now() - this.maxIntervalGroup;
}
}

Expand Down

0 comments on commit 70cdd7e

Please sign in to comment.