bisq-api-reference/python-examples/bisq/bots/best_priced_offer_bot.ini

19 lines
561 B
INI

[general]
check_price_interval_in_sec = 60
[offer type]
currency = XMR
direction = SELL
[offers]
# List of comma separated offer ids to be synced.
offer_ids = dlyunuk-d5e15df0-9a35-4409-bdce-c760b42162ae-184
[safeguards]
# This should prevent the synchronization with offers that are out of bounds.
min_accepted_offer_amount_for_price_adaption = 1
# Your minimum accepted price when trying to buy BTC (direction="BUY").
min_accepted_price = 0.00300000
# Your maximum accepted price when trying to sell BTC (direction="SELL").
max_accepted_price = 0.00500000