Skip to content

Instantly share code, notes, and snippets.

@alexsante
Last active January 19, 2018 10:38
Show Gist options
  • Save alexsante/8ac274c148bda763105d53eb59e06dd6 to your computer and use it in GitHub Desktop.
Save alexsante/8ac274c148bda763105d53eb59e06dd6 to your computer and use it in GitHub Desktop.
Profit Trailer DCA settings
################## DCA.properties #########################
################### VERSION CONTROL ###############################
###################################################################
### OCT 23, 2017 Add file version control ###
### NOV 11, 2017 Removed enabled property, not used anymore ###
###################################################################
###################################################################
max_cost = 0
max_buy_times = 1
buy_strategy = ANDERSON
buy_style = DOUBLEDOWN
buy_trigger_1 = -1.5
buy_trigger_2 = -2.5
buy_trigger_3 = -3.5
buy_trigger_4 = -3.5
buy_trigger_5 = -7.5
sell_strategy = GAIN
sell_value = 1
sell_trigger = 1
trailing_profit = 0.5
stop_loss_trigger = 0
buy_available_volume_trigger = 100
ignore_sell_only_mode = true
max_buy_spread = 1
min_buy_balance = 0
pending_order_wait_time = 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment