Does anyone have a sample trading bot that works with any HollaEx exchange?
Also wondering the same thing.
You know HollaEx actually follows the CCXT (https://github.com/ccxt/ccxt) standard which should make trade bot building easier than most other platforms.
Here are some bot tools worth looking into:
bitHolla offers an exclusive software called Robolla for building markets and liquidity. It’s an extremely sophisticated software and is made specifically for HollaEx. It is considered as a premium enterprise software however and useful option for those serious with large capital for market making.
Freqtrade ← another one that could be useful as they mention they are compatible with CCXT which HollaEx uses.
I want to mention that your exchange must be first listed on CCXT. All you need to do is to copy and paste HollaEx folder in ccxt and change the name and API URL to your exchange API URL. The rest must be the same as HollaEx so it should be quite straight forward.
Hi! This looks interesting, would you mind sharing more details about the two bots you shared?
Does that support HollaEx based exchanges?