No description
Find a file
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
src fix(mse): include buy+sell commission in sell target price 2026-04-25 12:58:26 +03:00
.env.example feat(mse): cookie auth, bot detail page, chart with markers 2026-04-19 12:22:00 +03:00
.gitignore init: CryptoFox Mukan Edition — sunucu tabanlı RedCandle bot 2026-04-19 06:15:05 +03:00
Cargo.lock feat(mse): shared bot modal component + pagination on positions/bots 2026-04-25 10:45:06 +03:00
Cargo.toml feat(mse): shared bot modal component + pagination on positions/bots 2026-04-25 10:45:06 +03:00