Skip to content

Commit

Permalink
Hotfix trading interval on special agents
Browse files Browse the repository at this point in the history
  • Loading branch information
kongzii committed Nov 9, 2024
1 parent 1f992ff commit e777d44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prediction_market_agent/agents/specialized_agent/deploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class GetMarketCreatorsStalkerMarkets:
bet_on_n_markets_per_run = MAX_AVAILABLE_MARKETS
n_markets_to_fetch: int = MAX_AVAILABLE_MARKETS
# These tends to be long-running markets, it's not interesting to bet on them too much.
same_market_bet_interval = timedelta(days=7)
same_market_trade_interval = timedelta(days=7)
supported_markets: t.Sequence[MarketType] = [MarketType.OMEN]

def get_markets(
Expand Down

0 comments on commit e777d44

Please sign in to comment.