bisq-api-reference/python-examples/bots/best_priced_offer_bot.ini
ghubstan cffbfcf481
Split API examples & doc generator into separate modules
This might give Python devs an easier time than if all the sample
code lived deep inside a gradle project.  This means there is
no root project gradle build file;  the reference-doc-builder and
java-examples modules are separate java projects, with their own
build files.
2022-03-16 17:21:25 -03:00

19 lines
559 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 = piape-ef84138d-8204-4b6e-995c-49d3dd1ef37a-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