ghubstan 49404cebc5
Reorganize the python-examples module
- Use requirements.txt to install dependencies to local venv.
- Use setup.py to build/install example packages to local venv.
- Adjust reference-doc-builder to new Python pkg imports.
2022-03-17 12:44:28 -03:00

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