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

You are viewing a single comment's thread from:

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

in bitshares •  9 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.

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  

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)