Skip to content

Instantly share code, notes, and snippets.

@AkshaySapra
Created January 11, 2022 06:09
Show Gist options
  • Save AkshaySapra/c4f9af6aff7966d13da7fb9eb8e40fdd to your computer and use it in GitHub Desktop.
Save AkshaySapra/c4f9af6aff7966d13da7fb9eb8e40fdd to your computer and use it in GitHub Desktop.
Instruction on how to run HMC crypto trading bot on Bybit
1. Sign up for a Bybit account (use a referral link to maximize free money). Here’s mine:
https://www.bybit.com/en-US/invite?ref=QVAMK
This site was built using [GitHub Pages](https://pages.github.com/).
2. Enable 2FA so that you can get an API key
3. Get an API key, copy the key and secret, and store them in a safe place on your computer
4. Create an account at www.hashmycash.com
5. Message me your email once you have created your HMC account, and I will enable your account for bot trading
6. Once you have gotten confirmation from me that your account is enabled, sign into your HMC account, and click ‘Account’.
7. Scroll down to ‘Account API keys’, and select Bybit as your default exchange. Paste in your key and secret from step 3. Click update credentials if this is a live account, otherwise click ‘update test credentials’ if this is a simulated account with fake currency.
8. Choose a currency to deposit. Look at all the available trading pairs in the ‘run’ tab. If you would like to trade any USDT pairs, you need to have USDT in your derivatives account. Otherwise, if the pair simply ends in USD, it means you need that actual coin in your derivatives account.
For example, if you would like the bot to trade ETHUSD, you need actual ETH in your account. If you want the bot to trade ETHUSDT, you need USDT in your account.
9. Once you have chosen a currency to deposit, deposit at least $100 USD worth of that currency, in your derivatives account (not spot)
10. After depositing, go to the run tab, select that coin (or multiple coins, as long as you have met the required deposits). Once you have selected a coin, some other configurations will show up. Leave these all as default for now. Click ‘run bot’
Now you are all setup to try out the bot! Congrats! The bot makes anywhere from 30-500 trades per day, and you can expect around 3% returns per day, with around 10-20% losses some days. Overall, after 2 months, your account should have doubled. If this isn’t happening, please message me and we will diagnose what the issue is.
@jkhaui
Copy link

jkhaui commented Jan 11, 2022

  1. Sign up for a Bybit account (use a referral link to maximize free money).
    Here’s mine:
    https://www.bybit.com/en-US/invite?ref=QVAMK
    This site was built using GitHub Pages.
  2. Enable 2FA so that you can get an API key
  3. Get an API key, copy the key and secret, and store them in a safe place on
    your computer
  4. Create an account at www.hashmycash.com
  5. Message me your email once you have created your HMC account, and I will
    enable your account for bot trading
  6. Once you have gotten confirmation from me that your account is enabled, sign
    into your HMC account, and click ‘Account’.
  7. Scroll down to ‘Account API keys’, and select Bybit as your default exchange.
    Paste in your key and secret from step 3. Click update credentials if this is
    a live account, otherwise click ‘update test credentials’ if this is a
    simulated account with fake currency.
  8. Choose a currency to deposit. Look at all the available trading pairs in the
    ‘run’ tab. If you would like to trade any USDT pairs, you need to have USDT
    in your derivatives account. Otherwise, if the pair simply ends in USD, it
    means you need that actual coin in your derivatives account. For example, if
    you would like the bot to trade ETHUSD, you need actual ETH in your account.
    If you want the bot to trade ETHUSDT, you need USDT in your account.
  9. Once you have chosen a currency to deposit, deposit at least $100 USD worth
    of that currency, in your derivatives account (not spot)
  10. After depositing, go to the run tab, select that coin (or multiple coins, as
    long as you have met the required deposits). Once you have selected a coin,
    some other configurations will show up. Leave these all as default for now.
    Click ‘run bot’ Now you are all setup to try out the bot! Congrats! The bot
    makes anywhere from 30-500 trades per day, and you can expect around 3%
    returns per day, with around 10-20% losses some days. Overall, after 2
    months, your account should have doubled. If this isn’t happening, please
    message me and we will diagnose what the issue is.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment