CryptoFox-Mukan-Edition/src
Mukan Erkin df9b85e3c6 fix(mse): include buy+sell commission in sell target price
sell_price now = buy_price × (1 + (profit_percent + 0.2) / 100)
so the configured profit_percent is truly net after both sides' 0.1% fees.
PnL display uses real buy commission from fills, fixed 0.1% for sell side.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-25 12:58:26 +03:00
..
api feat(mse): add Coin-M futures wallet tab 2026-04-25 12:22:52 +03:00
binance feat(mse): commission-aware PnL on open positions 2026-04-25 12:52:24 +03:00
bot fix(mse): include buy+sell commission in sell target price 2026-04-25 12:58:26 +03:00
storage feat(mse): commission-aware PnL on open positions 2026-04-25 12:52:24 +03:00
web fix(mse): include buy+sell commission in sell target price 2026-04-25 12:58:26 +03:00
config.rs feat(mse): cookie auth, bot detail page, chart with markers 2026-04-19 12:22:00 +03:00
main.rs feat(mse): minijinja template engine, shared header partial 2026-04-19 20:26:15 +03:00
tmpl.rs feat(mse): wallet page + insufficient balance skip in strategy 2026-04-25 12:02:09 +03:00