Skip to content

Commit

Permalink
Merge pull request #1098 from Drakkar-Software/dev
Browse files Browse the repository at this point in the history
Dev merge
  • Loading branch information
GuillaumeDSM authored Oct 31, 2023
2 parents bff4235 + 37b5c80 commit 4e869ea
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Services/Interfaces/web_interface/templates/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ <h2>Help us to improve OctoBot</h2>
<a update-url="{{ url_for('api.user_feedback') }}" href="" id=feedbackButton class="btn btn-primary waves-effect disabled" target="_blank" rel="noopener">
Tell us what you think about OctoBot
</a>
<a href="{{ OCTOBOT_FEEDBACK_URL }}/open-source" id=suggestButton class="btn btn-primary waves-effect" target="_blank" rel="noopener">
<a href="{{ OCTOBOT_FEEDBACK_URL }}open-source" id=suggestButton class="btn btn-primary waves-effect" target="_blank" rel="noopener">
Suggest a feature for OctoBot
</a>
</div>
Expand Down
10 changes: 8 additions & 2 deletions profiles/simple_dca/specific_config/DCATradingMode.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
{
"buy_order_amount": "5%t",
"cancel_open_orders_at_each_entry": false,
"minutes_before_next_buy": 10080,
"required_strategies": [],
"amount_to_buy_in_reference_market": 50,
"minutes_before_next_buy": 10080
"trigger_mode": "Time based",
"use_market_entry_orders": true,
"use_secondary_entry_orders": false,
"use_stop_losses": false,
"use_take_profit_exit_orders": false
}

0 comments on commit 4e869ea

Please sign in to comment.