Skip to content
Open
Show file tree
Hide file tree
Changes from 18 commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
67c12e4
working orderly connector, pmm avellaneda wip
bhanusanghi Nov 6, 2025
00bb87a
have differently defined spread level config for bid and spread
bhanusanghi Nov 7, 2025
6ce2fe6
fix: cleanup
bhanusanghi Nov 8, 2025
d405bb9
wip
bhanusanghi Nov 8, 2025
53e0d98
wip: connector update
bhanusanghi Nov 11, 2025
04e2674
wip corrects rate limits, better cancellation handling
bhanusanghi Nov 11, 2025
774121c
wip: strategy update
bhanusanghi Nov 11, 2025
50c6e68
fix: batch order creation and cancellation with proper tracking
bhanusanghi Nov 11, 2025
26eb5f1
fix: properly cancels and places new orders now
bhanusanghi Nov 11, 2025
badeb5f
Working multiple assets with batch requests, needs to send orders tog…
bhanusanghi Nov 11, 2025
ce8a719
working multi with batched orders
bhanusanghi Nov 11, 2025
bd92a3e
feature: adds mark price websocket listening
bhanusanghi Nov 12, 2025
f07fc8e
fix: working with correct position tracking
bhanusanghi Nov 12, 2025
b2696bf
fix: removes redundant position fetch in loop
bhanusanghi Nov 12, 2025
bbe0040
fix orphan orders due to async and race conditions
bhanusanghi Nov 12, 2025
259d57c
fix: order orphaning issue
bhanusanghi Nov 12, 2025
32e5dce
clamp reservation price calculation
berastotle Nov 12, 2025
de1e4fc
feature: adds bid size and ask size for weighted mid price calculation
bhanusanghi Nov 13, 2025
b27aee1
improve logic to deal with both mark and mid price
berastotle Nov 13, 2025
3a626f3
adds example config to be pushed
bhanusanghi Nov 13, 2025
ee59516
Merge branch 'feature/orderly' of github.com:Kodiak-Finance/humingbot…
bhanusanghi Nov 13, 2025
0c6ba9e
remove offending line
berastotle Nov 13, 2025
316f063
btc configs
berastotle Nov 13, 2025
b22e3dc
add eth config
berastotle Nov 13, 2025
eb6b81e
feature: adds order levels and order fill cooldown to the script
bhanusanghi Nov 13, 2025
39bd5ec
fix: updates the example configs for pmm_kodiak
bhanusanghi Nov 13, 2025
b44254a
feature: add volume logging
bhanusanghi Nov 13, 2025
0c7e602
Merge branch 'feature/orderly' of github.com:Kodiak-Finance/humingbot…
bhanusanghi Nov 13, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
570 changes: 570 additions & 0 deletions CONNECTOR_ARCHITECTURE_EXPLANATION.md

Large diffs are not rendered by default.

Empty file.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Dummy Cython header file for build system compatibility
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Dummy Cython file for build system compatibility
Loading