You are viewing a single comment's thread from:
RE: LiqBot 0.1 (alpha) | The open-source liquidity bot!
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.
https://github.com/xeroc/python-graphenelib/blob/master/scripts/exchangebots/config-example.py
This config option is available for that (hidden in the config.py that came with liqbot, will add that)