propose new bots in condor: multigrid strike, arbitrage,dman,xemm#46
propose new bots in condor: multigrid strike, arbitrage,dman,xemm#46pierluigipanariello wants to merge 2 commits into
Conversation
|
controller_handlers.py |
cardosofede
left a comment
There was a problem hiding this comment.
thanks for the contribution! @rapcmia let's test it
|
Commit ee2a11c
|
19531aa to
38f535b
Compare
Updates MadeI've fixed the reported issues (added arbitrage_controller/config.py) and added new controllers. Here are the details: Newly Added Controllers:
Fixes Applied:
Tests Performed:
PR Updated:
Let me know if there are any other issues to resolve. Thanks! |
|
Commit 38f535b
Test in progress
|
9fec62d to
79f792e
Compare
|
correct error (select pair in cex and in dex ), removed fake button ,solved minor error |
79f792e to
e6dffed
Compare
|
"Hi @rapcmia @cardosofede, I've fixed the issues reported (arbitrage DEX pair and multi_grid_strike buttons) in the updates from last week and yesterday. Could you please re-run the tests when you have time? Thanks!" |
|
hey @pierluigipanariello I'm glad to see how much are you working with condor!!! let me review wiht the team and see how to test. seems like you are adding a charts in the controllers folder... is that to display the chart in telegram? |
d97950a to
3facb6b
Compare
Sorry for the delay in responding, Fede. Yes, I implemented the graphs for Telegram. I wanted to implement other controllers in hummingbot-api to run strategies like macdbb, etc. I know you're in Sardinia, and I hope you're having a good holiday. The AI management you're implementing is interesting, but I think it's useful to offer solutions for those who, for various reasons, don't want or can't use the AI. For example, I tested Deepseek and noticed that it often resets, meaning it has no memory of what I wrote a moment before, so I was forced to use other tokens for the same question. Ultimately, the strategies are the basic ones, so it makes sense to consult the AI only for advice on market evolution, including based on geopolitical situations. It can now be said that the crypto market is aligning itself with the same dynamics that govern stock exchanges around the world. for this reason I think it is necessary to have generic bots that cover all the cases and limit the demand to AI to simple questions, which consume few tokens and related to market performance, trends, speculative orientation and various news even on standard markets that can influence the crypto world, and then ask which of the available bots to use and what parameters to use |






















Good morning, I wanted to share some improvements I've made to Condor.
I've added the following bots:
Arbitrage_controller
dman_v3
multi_grid_strike
xemm_multiple_levels
All of which relate to the relevant controllers in hummingbot-api.







I've also attached some images.