Pro Feature. Requires a Pro or Ultra subscription. Get started at api.mathematicalcompany.com
Full Code
Pipeline Mode
Run the copy trader continuously insidehz.run():
How It Works
score_wallet()evaluates each candidate on win rate, ROI, Sharpe, and consistencyCopyTraderConfigconfigures the copy parameters:
size_scale- fraction of whale’s size to replicate (0.5 = half size)delay_seconds- wait before copying to avoid front-running detectionmax_position- hard cap on your position per market
copy_trades()fetches the whale’s recent trades and replicates themcopy_trader()wraps this as a pipeline function for continuous operation