mirror of
https://github.com/discountry/ritmex-bot.git
synced 2026-09-09 08:18:07 +00:00
update maker points config
This commit is contained in:
@@ -27,7 +27,7 @@ class StubAdapter implements ExchangeAdapter {
|
||||
}
|
||||
|
||||
describe("MakerPointsEngine Binance depth monitor config", () => {
|
||||
it("uses default 3bps window and ratio 8", () => {
|
||||
it("uses default 3bps window and ratio 9", () => {
|
||||
const engine = new MakerPointsEngine(
|
||||
{
|
||||
symbol: "BTC-USD",
|
||||
@@ -56,7 +56,7 @@ describe("MakerPointsEngine Binance depth monitor config", () => {
|
||||
.options;
|
||||
|
||||
expect(trackerOptions?.depthWindowBps).toBe(3);
|
||||
expect(trackerOptions?.ratio).toBe(8);
|
||||
expect(trackerOptions?.ratio).toBe(9);
|
||||
|
||||
engine.stop();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user