Skip to content

Instantly share code, notes, and snippets.

@jjo
Last active June 5, 2022 14:37
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jjo/18ac0f981458a7745b29218a47f0c2dc to your computer and use it in GitHub Desktop.
Save jjo/18ac0f981458a7745b29218a47f0c2dc to your computer and use it in GitHub Desktop.

Steps to setup Telegram(TG) Cornix BOT autotrading, feeding from Hirn Crypto Free signals TG channel against Binance.

These signals instruct the BOT to trade altcoins against BTC, towards getting returns in BTC, typically via high-freq trading (sometimes ~handful trades per min).

  • [1] Add cornix bot to TG: https://t.me/cornix_trading_bot (free trial 2/weeks)
  • [2] Add Hirn Crypto Free (signals) to TG: https://t.me/hirn_Crypto (free)
  • [3] Create Binance API key, only allowing in-account trading (default), save key and secret
  • Setup cornix bot, from Main Menu ->
    • Add Another Client -> New Client -> Link to an existing account -> Binance using API <key>,<secret> from [3]
    • Subscribe to Channel -> should automagically show Hirn ... from [2]
    • These two steps above create a client [4] in cornix terms
  • Additional [4] config, adding stop-loss as [2] stream doesn't provide it: Main Menu -> Bot Configuration > Trading -> <client_name>
    • Stop-loss -> Default Stop: 5%
    • Traling -> Stop -> Percent Below Triggers -> 2% -> Default Trigger (First Target)
    • Amount per Trade -> Percentage: 3.33%
    • Autotrading filters -> Max trades: 30 (30×3.33% ~ tradeoff to keep a good amount of trading "threads")
    • Autotrading filters -> Max Total BTC Amount <- pretty personal, I wouldn't risk more than 10~15%
    • Autotrading filters -> Minimum Volume: 40 (to select altcoins with nuff liquidity)

Few tips:

  • 1st and fore-most: do manage anxiety
  • Hirn Crypto Free channel has a high-freq strategy, sometimes with several trades per/minute towards small under-% returns, which accummulate by the trading volume
  • To peek ongoing trades (and some stats I got, during bullish season), use Main Menu -> Trades
    • History trades: got 7~8% ROI in one week (completed trades outcome)
    • Open trades: seeing a steady 1~2% loss, ie you may need a couple days to calm down from observed losses ;)

OF COURSE USING ABOVE IS ENTIRELY AT YOUR OWN RISK (pfff... if it'd ever need to be stated)

Enjoy #crypto-timba.

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