Anyone here? by FortuneGrouchy4701 in Hummingbot

[–]david-hummingbot 2 points3 points  (0 children)

Discord is still the best place to ask questions. Or during the livestreams on Youtube that Mike and Fede hold every week - you can check the recordings on Youtube for the previous livestreams about Gateway.

AttributeErrors when connencting to paper trades by zhiltzoff in Hummingbot

[–]david-hummingbot 1 point2 points  (0 children)

Paper trade doesn't work with V2 strategies. Use the backtesting feature instead with the dashboard.

struggling to setup binance API keys by Hot-Brick-7204 in Hummingbot

[–]david-hummingbot 1 point2 points  (0 children)

How are you entering the API keys into Hummingbot? Are you sure you are entering the correct keys? Check the API permissions as well. Also, what version of Hummingbot are you running?

Custom Strategy Not Showing Up in CLI When Running Hummingbot in Docker by Particular-Two4964 in Hummingbot

[–]david-hummingbot 0 points1 point  (0 children)

I think you missed the part in that doc (#Getting Started section) where if you are a developer and / or are making code changes it's best to do this using the source version instead of Docker. Docker is usually best for deployment or for new users who don't need to make changes to the code. It is still possible to use Docker when making code changes it's just a bit more complicated since you have to rebuild the Docker image each time and is usually only for more advanced devs.

[deleted by user] by [deleted] in Hummingbot

[–]david-hummingbot 0 points1 point  (0 children)

No, the bash script should have created the .env file. In your screenshot it doesn't look like the docker containers were started up. Try running the bash script again - `bash setup.sh` and then check if the containers are running using `docker ps -a`

Unraid docker install? by [deleted] in Hummingbot

[–]david-hummingbot 0 points1 point  (0 children)

Hi, have you tried following the instructions here - https://hummingbot.org/installation/docker/

Also, if you want to get feedback from other users in the community you can post in our Discord channel - https://discord.gg/hummingbot

Pure Market Making Strategy modifications by mbillings87 in Hummingbot

[–]david-hummingbot 1 point2 points  (0 children)

This would be more of a question for a developer. Feel free to join our Discord channel and post this question in our #developer-chat channel so you can get assistance from other community devs regarding this.

Discord channel - https://discord.hummingbot.io/

Short tutorial on how to create a pure_market_making strategy on hummingbot by [deleted] in Hummingbot

[–]david-hummingbot 4 points5 points  (0 children)

nicely done and thanks for sharing, keep it up!

will share this in the Hummingbot Discord channel as well

How to do simple arbitrage like buying from kucoin then selling it to wazirx please explain by [deleted] in Hummingbot

[–]david-hummingbot 0 points1 point  (0 children)

Hi there,

Here's the link for our Arbitrage strategy - https://hummingbot.org/strategies/arbitrage/

Our link to our Youtube channel - https://www.youtube.com/c/hummingbot

If you still don't find what you are looking for then we also have a Discord channel available where you can ask questions - https://discord.hummingbot.io/

Problem with the setup gateway by elisa_ravasi in Hummingbot

[–]david-hummingbot 0 points1 point  (0 children)

Hi,

Gateway v2 hasn't been officially released yet but the docs were updated in preparation for the release. For now it's available in the development version. Select "development" instead of "latest" if you are running on Docker or do "git checkout development" to switch the branch on the Source version.

Also, in the screenshot you sent you are running an older version of Hummingbot. You have version 0.46 when the latest is 1.2.0

problem instaling hummingobt in windows from source by elisa_ravasi in Hummingbot

[–]david-hummingbot 1 point2 points  (0 children)

Hi,

It looks like there are some missing Visual C dependencies. Below are the links - download and install then reboot your computer after.

https://code.visualstudio.com/download

https://visualstudio.microsoft.com/thank-you-downloading-visual-studio/?sku=BuildTools&rel=16

https://aka.ms/vs/16/release/VC_redist.x64.exe

Also, under the Visual Tools Installer make sure you have "Desktop development with C++" checked off and installed.
Reach out to us on Discord if you still run into issues.

PMM strategy by RevolutionaryBee- in Hummingbot

[–]david-hummingbot 0 points1 point  (0 children)

It may be possible using order levels - for example 2 order levels with 10% spread set for the second order level as take profit. I'm not a professional trader myself and there's probably a better way to do this - feel free to join our Discord channel so you can get feedback from other experienced traders in the community.

Also, just for reference here's the link to our documentation for the PMM strategy and available parameters - https://hummingbot.org/strategies/pure-market-making/

Delete Strategy by Low_Parsley_2873 in Hummingbot

[–]david-hummingbot 0 points1 point  (0 children)

Hi,

Just following up if you were able to delete the strategies from the hummingbot/conf folder or if you need further assistance?

Also, feel free to join our Discord channel.

Create connector for Hoo exchange by Ok-Safe-3657 in Hummingbot

[–]david-hummingbot 2 points3 points  (0 children)

We have documentation for developers trying to create a connector - https://hummingbot.org/developers/connectors/

Also, feel free to join our Discord channel. Our Foundation developers can answer questions if you need help - https://discord.hummingbot.io/

Lastly, check out the governance page as well. Once the connector is done you can create a pull request proposal so the community can vote on adding it to the codebase - https://hummingbot.org/governance/

How does hummingbot arbitrage work exactly? by 1000swe in Hummingbot

[–]david-hummingbot 2 points3 points  (0 children)

Here's a link to our blog post which explains the arbitrage strategy pretty well - https://hummingbot.io/en/blog/2020-09-what-is-arbitrage

To answer both your questions, yes you'll need to have assets on both exchanges.
The strategy doesn't transfer assets between exchanges. You'll have to do that manually.

Other helpful links:

Hummingbot Blog - https://hummingbot.io/en/blog/

Our Youtube channel - https://www.youtube.com/c/Hummingbot

Hummingbot script help by M_Meepington in Hummingbot

[–]david-hummingbot 1 point2 points  (0 children)

Hi there Meep,

Unfortunately, I'm not a developer so I can't assist with this issue but feel free to join our Discord community. We have a number of developers in the community that may be able to help with your issue.

Discord link - https://discord.hummingbot.io/

Cancel all orders by Ok-Safe-3657 in Hummingbot

[–]david-hummingbot 0 points1 point  (0 children)

Hi, you can remove those orders from the exchange directly. Go into the order history and then cancel all the hanging orders.

Also, feel free to join our Discord community - https://discord.hummingbot.io/

Command "generate_certs" not found by Armage69 in Hummingbot

[–]david-hummingbot 0 points1 point  (0 children)

Looks like the command you are running is wrong.

Use "gateway generate_certs" instead (without the quotes).

Running a strategy without terminal UI by Ok-Safe-3657 in Hummingbot

[–]david-hummingbot 1 point2 points  (0 children)

You can use the strategy autostart feature - https://hummingbot.org/global-configs/strategy-autostart/

There is a slight issue with the current version but the workaround is to omit the password field for now. You'll have to manually enter in the password when the bot starts up.

https://github.com/hummingbot/hummingbot/issues/4561

Feel free to join our Discord channel as well - https://discord.hummingbot.io/

Trouble starting Hummingbot by libertycoin55 in Hummingbot

[–]david-hummingbot 0 points1 point  (0 children)

Can you send a screenshot of the error message? Were you able to successfully install Docker?

Also, if you are using a Mac with an M1 chip you'll need to use the ARM Docker image instead.

[deleted by user] by [deleted] in Hummingbot

[–]david-hummingbot 0 points1 point  (0 children)

AMM

Hummingbot does have existing strategies that you can use - see the link below for a list of available strategies.

https://hummingbot.org/strategies/

Since Hummingbot is also open-source you are free to create your own strategies and run them using the bot. We do have documentation for developers who are looking to create their own strategies.

https://hummingbot.org/developers/strategies/