Skip to content

Commit

Permalink
fix: strategies.yaml enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
fransimo committed Feb 24, 2024
1 parent 5262f91 commit 5e5ecbb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions local_data/strategies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,15 @@ Strategies:
exchange: binance
time_frame: 1m # Valid values: 1m, 1h, 1d, 1M, 1y
cron_expression: "* * * * *" # At every minute
budget_limit: 2000.0 # Buy up to 2000 UDST
budget_limit: 5000.0 # Buy up to 2000 UDST
pct_reinvest_profit: 100.0 # reinvest all profits
tags:
- DCA
- ranging
config:
spend_on_order: 100.0 # spend 100 USDT on every cycle
daily_budget: 500.0 # spend 200 USDT per day
weekly_budget: 1000.0 # spend 1000 USDT per week
daily_budget: 1000.0 # spend 200 USDT per day
weekly_budget: 3000.0 # spend 1000 USDT per week
spent_times_shift: "+5 hours"
lr_buy_longitude: 5 # data points for linear regression
band_length: 7
Expand Down

0 comments on commit 5e5ecbb

Please sign in to comment.