-
Notifications
You must be signed in to change notification settings - Fork 112
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3bcfac7
commit b44e017
Showing
66 changed files
with
413 additions
and
63 deletions.
There are no files selected for viewing
36 changes: 36 additions & 0 deletions
36
Crypto Gnome Profit Trailer Settings/BTC SETTINGS/DCA.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
12 changes: 12 additions & 0 deletions
12
Crypto Gnome Profit Trailer Settings/BTC SETTINGS/INDICATORS.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
69
Crypto Gnome Profit Trailer Settings/BTC SETTINGS/PAIRS.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
36
Crypto Gnome Profit Trailer Settings/ETH SETTINGS/DCA.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
12 changes: 12 additions & 0 deletions
12
Crypto Gnome Profit Trailer Settings/ETH SETTINGS/INDICATORS.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
68
Crypto Gnome Profit Trailer Settings/ETH SETTINGS/PAIRS.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
26
Crypto Gnome Profit Trailer Settings/USDT SETTINGS/DCA.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.