Skip to content

Commit

Permalink
Revamp of Settings
Browse files Browse the repository at this point in the history
  • Loading branch information
CryptoGnome committed Mar 7, 2018
1 parent 3bcfac7 commit b44e017
Show file tree
Hide file tree
Showing 66 changed files with 413 additions and 63 deletions.
36 changes: 36 additions & 0 deletions Crypto Gnome Profit Trailer Settings/BTC SETTINGS/DCA.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
enabled = true
max_cost = 0
max_buy_times = 5
max_buy_spread = 1
min_buy_balance = 0.06
rebuy_timeout = 30


buy_available_volume_trigger = 100



buy_strategy = ANDERSON
buy_style = DOUBLEDOWN
buy_trigger_1 = -1.5
buy_trigger_2 = -2.5
buy_trigger_3 = -4.5
buy_trigger_4 = -7.5
buy_trigger_5 = -10.5


trailing_buy = 0.195




sell_strategy = GAIN
sell_value = 0.95
sell_trigger = 0.95
trailing_profit = 0.15



pending_order_wait_time = 0
ignore_sell_only_mode = true
min_buy_balance = 0
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@

BB_period = 300
BB_sma = 40

SMA_period = 300
SMA_1 = 24
SMA_2 = 12

EMA_period = 300
EMA_1 = 34
EMA_2 = 7
EMA_cross_candles = 2
69 changes: 69 additions & 0 deletions Crypto Gnome Profit Trailer Settings/BTC SETTINGS/PAIRS.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
# CryptoGnome Settings - Default is BINANCE please not pairs need to be changed for other exchanges #
MARKET = BTC

ALL_trading_enabled = true
ALL_enabled_pairs= ALL

ALL_max_cost = 0.0012
ALL_max_cost_percentage = 0
ALL_min_buy_balance = 0
ALL_min_buy_balance_percentage = 60
ALL_min_buy_volume = 750
ALL_min_buy_price = 0
ALL_max_buy_spread = 0.75
ALL_buy_available_volume_trigger = 105

# PLEASE AJUST PAIRS BASED ON BALANCE & USE !DCA IN DISCORD TO MAKE SURE YOU ARE NOT OVEREXTENDED! #
ALL_max_trading_pairs = 3




# CryptoGnome Buy Strategies! #
ALL_buy_strategy = EMAGAIN
ALL_buy_value = -0.95
ALL_trailing_buy = 0.15

#ALL_buy_strategy = LOWBB
#ALL_buy_value = -20
#ALL_trailing_buy = 0.177

#ALL_buy_strategy = EMASPREAD
#ALL_buy_value = -0.95
#ALL_trailing_buy = 0.15


# CryptoGnome Sell Strategies! #
ALL_sell_strategy = GAIN
ALL_sell_value = 1.25
ALL_min_profit = 1.25
ALL_trailing_profit = 0.15

#ALL_sell_strategy = HIGHBB
#ALL_sell_value = 15
#ALL_min_profit = 0.85
#ALL_trailing_profit = 0.25




ALL_DCA_enabled = true
ALL_rebuy_timeout = 60
All_stop_loss_trigger = 0
ALL_stop_loss_timeout = 5
ALL_panic_sell_enabled = false
ALL_sell_only_mode = false




ALL_hidden_pairs = BNBBTC


# Pairs You Don't Want to Sell - ENTER ANY LONG TERM HOLDS HERE!! #
#DGDBTC_trading_enabled = false
BNBBTC_trading_enabled = false




36 changes: 36 additions & 0 deletions Crypto Gnome Profit Trailer Settings/ETH SETTINGS/DCA.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
enabled = true
max_cost = 0
max_buy_times = 5
max_buy_spread = 1
min_buy_balance = 0.06
rebuy_timeout = 30


buy_available_volume_trigger = 100



buy_strategy = ANDERSON
buy_style = DOUBLEDOWN
buy_trigger_1 = -1.5
buy_trigger_2 = -2.5
buy_trigger_3 = -4.5
buy_trigger_4 = -7.5
buy_trigger_5 = -10.5


trailing_buy = 0.195




sell_strategy = GAIN
sell_value = 0.95
sell_trigger = 0.95
trailing_profit = 0.15



pending_order_wait_time = 0
ignore_sell_only_mode = true
min_buy_balance = 0
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@

BB_period = 300
BB_sma = 40

SMA_period = 300
SMA_1 = 24
SMA_2 = 12

EMA_period = 300
EMA_1 = 34
EMA_2 = 7
EMA_cross_candles = 2
68 changes: 68 additions & 0 deletions Crypto Gnome Profit Trailer Settings/ETH SETTINGS/PAIRS.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
MARKET = ETH

ALL_trading_enabled = true
ALL_enabled_pairs= ALL

ALL_max_cost = 0.012
ALL_max_cost_percentage = 0
ALL_min_buy_balance = 0
ALL_min_buy_balance_percentage = 60
ALL_min_buy_volume = 2000
ALL_min_buy_price = 0
ALL_max_buy_spread = 0.75
ALL_buy_available_volume_trigger = 105

# PLEASE AJUST PAIRS BASED ON BALANCE & USE !DCA IN DISCORD TO MAKE SURE YOU ARE NOT OVEREXTENDED! #
ALL_max_trading_pairs = 3




# CryptoGnome Buy Strategies! #
ALL_buy_strategy = EMAGAIN
ALL_buy_value = -0.95
ALL_trailing_buy = 0.15

#ALL_buy_strategy = LOWBB
#ALL_buy_value = -20
#ALL_trailing_buy = 0.177

#ALL_buy_strategy = EMASPREAD
#ALL_buy_value = -0.95
#ALL_trailing_buy = 0.15


# CryptoGnome Sell Strategies! #
ALL_sell_strategy = GAIN
ALL_sell_value = 1.25
ALL_min_profit = 1.25
ALL_trailing_profit = 0.15

#ALL_sell_strategy = HIGHBB
#ALL_sell_value = 15
#ALL_min_profit = 0.85
#ALL_trailing_profit = 0.25




ALL_DCA_enabled = true
ALL_rebuy_timeout = 60
All_stop_loss_trigger = 0
ALL_stop_loss_timeout = 5
ALL_panic_sell_enabled = false
ALL_sell_only_mode = false




ALL_hidden_pairs = BNBETH


# Pairs You Don't Want to Sell - ENTER ANY LONG TERM HOLDS HERE!! #
#DGDETH_trading_enabled = false
BNBETH_trading_enabled = false




26 changes: 12 additions & 14 deletions Crypto Gnome Profit Trailer Settings/USDT SETTINGS/DCA.properties
Original file line number Diff line number Diff line change
@@ -1,34 +1,32 @@
enabled = true
max_cost = 0
max_buy_times = 9
max_buy_times = 5
max_buy_spread = 1
min_buy_balance = 0.06
rebuy_timeout = 30


buy_available_volume_trigger = 75
buy_available_volume_trigger = 100



buy_strategy = ANDERSON
buy_style = DOUBLEDOWN
buy_trigger_1 = -0.75
buy_trigger_2 = -1.0
buy_trigger_3 = -1.5
buy_trigger_4 = -2.0
buy_trigger_5 = -3.0
buy_trigger_6 = -4.5
buy_trigger_7 = -7.5
buy_trigger_8 = -10
buy_trigger_9 = -15
buy_trigger_1 = -1.5
buy_trigger_2 = -2.5
buy_trigger_3 = -4.5
buy_trigger_4 = -7.5
buy_trigger_5 = -10.5

trailing_buy = 0.177

trailing_buy = 0.195




sell_strategy = GAIN
sell_value = 0.75
sell_trigger = 0.75
sell_value = 0.95
sell_trigger = 0.95
trailing_profit = 0.15


Expand Down
Loading

0 comments on commit b44e017

Please sign in to comment.