better scripts
This commit is contained in:
parent
9f0b163303
commit
e021aff978
5 changed files with 290 additions and 52 deletions
|
|
@ -25,13 +25,13 @@ contract BullMarketOptimizer {
|
|||
pure
|
||||
returns (uint256 capitalInefficiency, uint256 anchorShare, uint24 anchorWidth, uint256 discoveryDepth)
|
||||
{
|
||||
capitalInefficiency = 1e17; // 10% - very aggressive
|
||||
anchorShare = 95e16; // 95% - massive anchor position
|
||||
anchorWidth = 80; // moderate width (was 10)
|
||||
discoveryDepth = 5e16; // 5% - minimal discovery
|
||||
capitalInefficiency = 0; // 10% - very aggressive
|
||||
anchorShare = 1e18; // 95% - massive anchor position
|
||||
anchorWidth = 50; // moderate width (was 10)
|
||||
discoveryDepth = 1e18; // 5% - minimal discovery
|
||||
}
|
||||
|
||||
function getDescription() external pure returns (string memory) {
|
||||
return "Bull Market (Whale Attack Parameters)";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue