beeb / pancaketrade

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

Price impact #89

Closed spectrumpac closed 2 years ago

spectrumpac commented 2 years ago

The price impact does not change it always set to 5%

spectrumpac commented 2 years ago

I am making something wrong, is there a way to disable price impact?

beeb commented 2 years ago

I don't understand your request. The price impact is calculated before the trade from the available liquidity and the size of your order. It is not always 5%. The limit above which an order will not execute is by default 5% but it can be customized with the config file. Please describe what is your problem or bug and use the issue template: https://github.com/beeb/pancaketrade/blob/master/.github/ISSUE_TEMPLATE/bug_report.md

spectrumpac commented 2 years ago

It was my bad, I already custumized in the config file, thanks