Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HarrierOnChain/Prediction-Markets-Trading-Bot-Toolkits
/ functions
Functions
178 in github.com/HarrierOnChain/Prediction-Markets-Trading-Bot-Toolkits
⨍
Functions
178
◇
Types & classes
69
Function
SafetySection
()
landing/src/components/SafetySection.tsx:3
Function
Stat
({ label, value, unit }: { label: string; value: string; unit: string })
landing/src/components/Hero.tsx:54
Function
StatusPill
({ status }: { status: BotMeta['status'] })
landing/src/components/BotCard.tsx:61
Function
StatusPill
({ status }: { status: ConnStatus })
landing/src/components/LiveSignalSection.tsx:265
Function
TelegramIcon
()
landing/src/components/Nav.tsx:88
Function
TelegramIcon
()
landing/src/components/Hero.tsx:82
Function
TelegramIcon
()
landing/src/components/CtaSection.tsx:61
Function
TelegramIcon
()
landing/src/components/HowItWorksSection.tsx:48
Function
VenueCard
({ venue }: { venue: VenueMeta })
landing/src/components/VenuesSection.tsx:62
Function
VenuesSection
()
landing/src/components/VenuesSection.tsx:16
Function
adaptive_decays_with_size
()
src/service/strategy.rs:147
Function
base64url_round_trip_known
()
src/service/clob.rs:472
Method
best_ask
(&self)
src/models.rs:95
Method
best_bid
(&self)
src/models.rs:92
Method
by_slug
(&self, slug: &str)
src/service/market_cache.rs:56
Function
caps_at_max
()
src/service/strategy.rs:133
Function
category_block_wins_over_allow
()
src/service/eligibility.rs:108
Function
category_exposure_sums_only_same_category
()
src/service/position_store.rs:132
Function
clamps_above_upper
()
src/utils.rs:38
Function
clamps_below_lower
()
src/utils.rs:33
Function
closed_market_always_blocked
()
src/service/eligibility.rs:94
Method
default
()
src/config.rs:176
Method
default
()
src/bot/directional_arb.rs:49
Function
default_filters_allow_everything
()
src/service/eligibility.rs:102
Function
default_monitor_secs
()
src/config.rs:190
Function
default_sl_pct
()
src/config.rs:189
Function
default_tp_pct
()
src/config.rs:188
Function
default_true
()
src/config.rs:256
Function
depth_check_blocks_thin_book
()
src/service/risk_guard.rs:177
Function
detectInitialLang
()
landing/src/i18n.tsx:12
Function
first_large_requests_book
()
src/service/risk_guard.rs:162
Function
fixed_uses_copy_size
()
src/service/strategy.rs:127
Function
flat_range_does_not_trigger
()
src/service/position_monitor.rs:195
Method
from
(b: BotKindArg)
src/main.rs:55
Function
handle_log
(executor: &OrderExecutor, whale: &str, log: &RawLog)
src/bot/copy_trading.rs:134
Function
hmac_rfc4231_test_1
()
src/service/clob.rs:480
Method
is_buy
(&self)
src/models.rs:50
Method
is_tripped
(&self)
src/service/risk_guard.rs:116
Method
label
(self)
src/bot/mod.rs:37
Method
load
(config_path: &Path, credentials_path: &Path)
src/config.rs:216
Function
main
()
src/main.rs:72
Method
new
(cfg: &AppConfig)
src/service/clob.rs:111
Method
new
(http: Client, clob_base: impl Into<String>)
src/service/midprice.rs:23
Method
new
()
src/service/position_store.rs:53
Method
new
( cfg: AppConfig, risk: Arc<RiskGuard>, markets: Arc<MarketCache>, positions:
src/service/order_executor.rs:57
Method
new
(http: Client, gamma_base: impl Into<String>)
src/service/market_cache.rs:46
Method
new
(cfg: RiskConfig)
src/service/risk_guard.rs:48
Function
percentage_basic
()
src/service/strategy.rs:120
Function
pnl_pct_buy_long_direction
()
src/service/position_store.rs:151
Function
pnl_pct_sell_short_direction
()
src/service/position_store.rs:159
Method
positions
(&self)
src/service/order_executor.rs:85
Function
rounds_to_tick
()
src/utils.rs:43
Function
run
(cfg: AppConfig)
src/bot/copy_trading.rs:48
Function
run
(_cfg: AppConfig)
src/bot/market_maker.rs:9
Function
run
(_cfg: AppConfig)
src/bot/arbitrage.rs:11
Function
run
(_cfg: AppConfig)
src/bot/spread_farming.rs:9
Function
run
(kind: BotKind, cfg: AppConfig)
src/bot/mod.rs:57
Function
run
(_cfg: AppConfig)
src/bot/cross_market_arb.rs:11
Function
run
(_cfg: AppConfig)
src/bot/whale_signal.rs:13
Function
run
(_cfg: AppConfig)
src/bot/directional_arb.rs:59
Function
run
(_cfg: AppConfig)
src/bot/orderbook_imbalance.rs:9
Function
run
(_cfg: AppConfig)
src/bot/sports_execution.rs:10
Function
run
(_cfg: AppConfig)
src/bot/resolution_sniper.rs:10
Function
second_consecutive_large_trips
()
src/service/risk_guard.rs:168
Function
sell_inverted_pnl_logic
()
src/service/position_monitor.rs:201
Function
sha256_known_vectors
()
src/service/clob.rs:462
Method
signer_address
(&self)
src/service/clob.rs:143
Function
skips_tiny_whale
()
src/service/strategy.rs:141
Function
slug_allow_overrides_category_miss
()
src/service/eligibility.rs:139
Function
small_trades_always_pass
()
src/service/risk_guard.rs:155
Function
stop_loss_triggers
()
src/service/position_monitor.rs:189
Function
strict_allowlist_admits_listed_category
()
src/service/eligibility.rs:129
Function
strict_allowlist_rejects_unlisted_category
()
src/service/eligibility.rs:119
Function
tag_exposure_sums_across_multiple_tags
()
src/service/position_store.rs:142
Function
take_profit_triggers
()
src/service/position_monitor.rs:183
Function
truncate_addr
Format a wallet address with the first 6 and last 4 chars, e.g. `0x63ce34…ba9a`.
src/utils.rs:19
Function
truncate_short_addr_passes_through
()
src/utils.rs:53
Function
usd_to_shares_floor
()
src/utils.rs:48
← previous
101–178 of 178, ranked by callers