- Add staking/unstaking actions to fuzzing scenarios (stake every 3rd trade) - Implement snatching logic when stake pool reaches capacity (uses max tax rate) - Add configurable parameters: - buyBias: Control buy vs sell ratio (0-100%) - stakingBias: Control stake vs unstake ratio (0-100%) - tradesPerRun: Configure number of trades per scenario - staking: Enable/disable staking entirely - Simplify to single trading strategy (_executeRandomLargeTrades) - Fix memory issues by recording only every 5th trade to CSV - Track staking metrics (stakes attempted/succeeded, snatches attempted/succeeded) - Update CLAUDE.md with new fuzzing parameters and usage examples - Clean up old TODO files and unused code 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
5 lines
444 B
CSV
5 lines
444 B
CSV
Scenario,Seed,Initial Balance,Final Balance,Profit,Profit %,Discovery Reached
|
|
BullMarketOptimizer,3,86868696383720927358,91094180959940828354,4225484576219900996,4,true
|
|
BullMarketOptimizer,6,77383282103079540723,78863793676376493002,1480511573296952279,1,true
|
|
BullMarketOptimizer,9,52269169078465922293,60595359746230433174,8326190667764510881,15,false
|
|
BullMarketOptimizer,11,63309771874363779531,63524232370110625118,214460495746845587,0,true
|