bfr w buy_ratios and std, algo with symbol switching and fr exponentiation for optimization

This commit is contained in:
2026-05-06 16:20:06 +00:00
parent 5f945f8b08
commit 99312b768f
12 changed files with 13319 additions and 10903 deletions

View File

@@ -261,6 +261,8 @@ class Perpetual_Exchange:
notional_obj: dict = field(default_factory=dict)
notional_position: float = 0
unrealized_pnl: float = 0
buy_ratio_std: float = 0
just_rejected_count: int = 0
# async def update(self):
# await self.Collateral_Updates.update()