Skip to content

Instantly share code, notes, and snippets.

@nicolaschenet
Last active August 30, 2021 13:05
Show Gist options
  • Save nicolaschenet/fd04a6fffd672f03b5cb0132d0367853 to your computer and use it in GitHub Desktop.
Save nicolaschenet/fd04a6fffd672f03b5cb0132d0367853 to your computer and use it in GitHub Desktop.
Bitpool's Napbots allocations, depending on the crypto weather

Disclaimer

These allocations are mine and don't have any value regarding financial advice. Use them at your own risks :) They have been initially discussed with Stéphane Ifrah, who is no longer actively involved in Napbots.

If you feel lost and wonder what the hell you're doing here, feel free to join us on Telegram: https://t.me/NapBots

No touching!


Timeline

2021-08-30: Delegate the brain work to @whisbeerus and @konrad_rad129

Given the amount of work that has been produced, I decided to adopt the Pipedream allocations available here: https://docs.google.com/spreadsheets/d/1iX83_6mTkCxLYGlFaBqI4Rhq0KmdUhJjGoYrL4U9aoc/edit#gid=1686059206

Good job, guys!

2021-07-29: Welcome to AI bots (beta allocation)

Bots

Totally revamped the compositions so that we get a mix of AI and alts bots. Fire Pegasus looks like the best choice as it handles the top 3 performers. Compositions are the same for the 3 weathers, Pipedream stays useful to manage the leverage though.

2021-06-01: Updated Mild bear / range allocation

Removed Volume strategies, re-allocated to NapoX BTC AR hourly, NapoX ETH AR hourly, NapoX BTC Ultra flex AR hourly and NapoX ETH Ultra flex AR hourly

2021-05-26: Initial sharing


Historical perfs

December 2020

2020-12

January 2021

2021-01

February 2021

2021-02

March 2021

2021-03

April 2021

2021-04

May 2021

2021-05

June 2021

2021-06

July 2021

2021-07

const compositions = {
BINANCE: {
mild_bear: {
compo: {
STRAT_ETH_USD_H_4_V2 : 0.10, // AGATE FALCON
STRAT_BTC_USD_H_4_V2 : 0.25, // JACINTH TIGER
STRAT_BTC_USD_H_5 : 0.20, // TANZANITE CAT
STRAT_HIGH_VOL_H_1 : 0.15, // WOLF PACK (AI)
STRAT_BTC_USD_D_2_V2 : 0.10, // AGATE DEER
STRAT_SOL_USD_LO_D_1 : 0.10, // JADE HORSE
STRAT_MATIC_USD_LO_D_1 : 0.10, // MOONSTONE PELICAN
},
leverage: 1.5,
botOnly: true,
},
mild_bull: {
compo: {
STRAT_HIGH_VOL_H_1 : 0.34, // WOLF PACK (AI)
STRAT_BTC_USD_H_4_V2 : 0.14, // JACINTH TIGER
STRAT_BNB_USD_LO_D_1 : 0.11, // DIAMOND RHINO
STRAT_SOL_USD_LO_D_1 : 0.11, // JADE HORSE
STRAT_ADA_USD_LO_D_1 : 0.11, // RED SPINEL LAMA ADA
STRAT_MATIC_USD_LO_D_1 : 0.11, // MOONSTONE PELICAN
STRAT_DOGE_USD_LO_D_1 : 0.08, // ZIRCON FLAMINGO
},
leverage: 1.5,
botOnly: true,
},
extreme: {
compo: {
STRAT_BTC_ETH_USD_H_1 : 0.09, // NapoX alloc ETH/BTC/USD AR hourly
STRAT_BTC_ETH_USD_LO_H_1 : 0.03, // NapoX alloc ETH/BTC/USD LO hourly
STRAT_ETH_USD_H_4_V2 : 0.03, // NapoX ETH AR hourly - AGATE FALCON Turnover Ratio:286.00 N
STRAT_ETH_USD_H_3_V2 : 0.20, // NapoX ETH Ultra flex AR hourly
STRAT_BTC_USD_H_3_V2 : 0.20, // NapoX BTC Ultra flex AR hourly
STRAT_BTC_USD_H_5 : 0.20, // NapoX BTC AR hourly (tanzanie cat)
STRAT_BTC_USD_H_6 : 0.05, // NapoX BTC AR hourly (silver wolf)
STRAT_BNB_USD_LO_D_1 : 0.04, // NapoX BNB LO daily
STRAT_SOL_USD_LO_D_1 : 0.04, // NapoX SOL AR daily (CAT)
STRAT_ADA_USD_LO_D_1 : 0.04, // RED SPINEL LAMA ADA
STRAT_MATIC_USD_LO_D_1 : 0.04, // MOONSTONE PELICAN
STRAT_DOGE_USD_LO_D_1 : 0.04, // ZIRCON FLAMINGO
},
leverage: 1,
botOnly: true,
},
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment