You are viewing a single comment's thread from:
RE: LiqBot | Feature suggestion thread
Good idea.
The bot uses the feed price, the STEEM:SBD market has a price feed and is based on graphene, so I think the bot already is compatible with that trading pair (might need some small adjustments changing BTS into STEEM). I will be testing this and making sure the bot is compatible.
The operations / apis for market have changed slightly from BTS.
Also unlike BTS the massive liquidity in the STEEM/SBD market will cause price discovery to happen on chain rather than off chain. The price feed updates much slower. Updating your bot to provide liquidity without relying on a price feed is your best bet.
Thanks for the pointers.
If the market is massive, the price used by the bot could be determined by the weighted (by volume/time) average price of the orders in the last 10 minutes or something like that.