beeb / pancaketrade

Limit orders for PancakeSwap
GNU General Public License v3.0
200 stars 91 forks source link

Add usd or busd for price when buying or selling #45

Closed kotik1998 closed 2 years ago

kotik1998 commented 2 years ago

Hello, is there any chance to change this to USD or BUSD Screenshot_20211108-182204_Plus

beeb commented 2 years ago

This is something that would require a lot of rework in the background. At the moment, all prices are checked in BNB per token as this used to be the most common pair for tokens on BSC, and the script used to only support swapping on these liquidity pairs (with BNB).

But since 0.6.x the script can use BUSD and USDT liquidity as well, so it could make sense to also specify order prices in dollars.

In case this is added, it will probably be a global toggle in the config file, to either always use BNB prices, or always use USD prices.

beeb commented 2 years ago

This feature is available as preview in the develop branch. Will add a couple more settings and features before releasing a new minor version.

tralhossauro commented 2 years ago

This feature is available as preview in the develop branch. Will add a couple more settings and features before releasing a new minor version.

Hi Beeb! Tks for all... Any news about USD prices? Tksssssssss

beeb commented 2 years ago

It's in testing, will release a new version very soon as I didn't encounter any bugs yet.

beeb commented 2 years ago

Closed by https://github.com/beeb/pancaketrade/releases/tag/v0.7.0