Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TradeMatched TradeFilled gets detected faster than LimitOrderPlacement reply #36

Open
kanekoshoyu opened this issue Oct 27, 2023 · 1 comment

Comments

@kanekoshoyu
Copy link
Owner

kanekoshoyu commented Oct 27, 2023

[2023-10-27 21:57:43][INFO][kucoin_arbitrage::broker::trade::kucoin] TradeMatch [335561405913109708508436045567613047709]
[2023-10-27 21:57:43][INFO][kucoin_arbitrage::broker::order::kucoin] Limit order placement successful [335561405913109708508436045567613047709]
[2023-10-27 21:57:43][INFO][kucoin_arbitrage::broker::trade::kucoin] TradeFilled [335561405913109708508436045567613047709]
[2023-10-27 21:57:48][INFO][kucoin_arbitrage::monitor::task] Broadcast channel MPS
[2023-10-27 21:57:48][INFO][kucoin_arbitrage::monitor::task] order       :     1 messages (    0mps)
[2023-10-27 21:57:48][INFO][kucoin_arbitrage::monitor::task] trade       :     2 messages (    0mps)
[2023-10-27 21:57:58][INFO][kucoin_arbitrage::monitor::task] Broadcast channel MPS
[2023-10-27 21:57:58][INFO][kucoin_arbitrage::monitor::task] order       :     1 messages (    0mps)
[2023-10-27 21:57:58][INFO][kucoin_arbitrage::monitor::task] trade       :     0 messages (    0mps)
[2023-10-27 21:57:58][INFO][kucoin_arbitrage::broker::trade::kucoin] TradeMatch [80848103607579503676599271329919883293]
[2023-10-27 21:57:58][INFO][kucoin_arbitrage::broker::trade::kucoin] TradeFilled [80848103607579503676599271329919883293]
[2023-10-27 21:57:58][INFO][kucoin_arbitrage::broker::order::kucoin] Limit order placement successful [80848103607579503676599271329919883293]
[2023-10-27 21:58:08][INFO][kucoin_arbitrage::monitor::task] Broadcast channel MPS
[2023-10-27 21:58:08][INFO][kucoin_arbitrage::monitor::task] order       :     0 messages (    0mps)
[2023-10-27 21:58:08][INFO][kucoin_arbitrage::monitor::task] trade       :     2 messages (    0mps)
[2023-10-27 21:58:13][INFO][kucoin_arbitrage::broker::trade::kucoin] TradeMatch [295437004754534137248699779684710492288]
[2023-10-27 21:58:13][INFO][kucoin_arbitrage::broker::trade::kucoin] TradeFilled [295437004754534137248699779684710492288]
[2023-10-27 21:58:13][INFO][kucoin_arbitrage::broker::order::kucoin] Limit order placement successful [295437004754534137248699779684710492288]
@kanekoshoyu
Copy link
Owner Author

kanekoshoyu commented Oct 27, 2023

we could perhaps make use of this property and minimize await time by the limit order. currently this is not that important.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant