You are viewing a single comment's thread from:

RE: LiqBot 0.1 (alpha) | The open-source liquidity bot!

in #bitshares9 years ago (edited)

Can I set target price to feed*1.015? The price on the DEX tends to be 1-2% above the feed price, so I have a feeling that the target price as such isn't optimum. What happens is that the bot creates and sells bitAssets a little above feed price, and then tries to buy back way below feed price. That doesn't do much to help liquidity.

Sort:  

https://github.com/xeroc/python-graphenelib/blob/master/scripts/exchangebots/config-example.py

  • target_price_offset_percentage: +-percentage offset from target_price

This config option is available for that (hidden in the config.py that came with liqbot, will add that)