Run a 24/7 automated trading bot for Korean and US stocks plus crypto through KIS or Toss Securities.
Get AI-weighted buy and sell signals from four different analyst perspectives.
Receive trade alerts and send buy or sell commands from Discord, Telegram, or Slack.
| zusik-py/zusik | 1038lab/comfyui-agnes-ai | andyuneducated/resolve-ai | |
|---|---|---|---|
| Stars | 18 | 18 | 18 |
| Language | Python | Python | Python |
| Setup difficulty | moderate | easy | hard |
| Complexity | 4/5 | 2/5 | 4/5 |
| Audience | general | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Needs a Korean brokerage account and API key (KIS or Toss) plus a computer that stays on 24/7.
zusik is an automated trading bot that runs around the clock, buying and selling Korean and US stocks and cryptocurrency through two Korean brokerage APIs, Korea Investment and Securities and Toss Securities. It is aimed at people who do not know Python: a single setup script installs everything, walks through entering API keys, and configures the bot without needing to edit code by hand. Trading decisions come from four AI analyst roles inside the bot, covering fundamentals, sentiment, quantitative signals, and an overall combined view, whose opinions are combined through a vote weighted by past performance. Stock selection can also run on Monte Carlo simulation, momentum, trend, or low volatility screening methods, and the bot adjusts its selection based on market conditions, such as favoring defensive low volatility stocks in a downturn or momentum stocks in a rally. A separate safety layer runs locally without calling any AI model, watching for sudden price drops, trailing stop losses, break even protection, and excessive trading, so protection still works even if the AI analysis is unavailable. The system tries to correct itself over time by running walk forward backtests over several years of daily price data to tune its exit parameters based on what actually worked. It also includes an inverse ETF hedge that only activates during sustained downturns rather than single day dips, closing the hedge position once it earns a small profit. Users can turn the Korean market, US market, or cryptocurrency trading on or off independently, and can choose to run without any AI provider at all, falling back to the local quantitative strategies only. Setup requires a brokerage account and API key from either supported broker, plus a computer that stays on continuously since the bot trades all day and night. Discord, Telegram, and Slack integrations let a user check status and send buy or sell commands from their phone. The README strongly recommends starting in the paper trading mode before using real money, and states plainly that the software is for education and research, with any financial losses from live trading being the user's own responsibility. It is licensed under MIT.
An always-on trading bot for Korean and US stocks plus crypto that uses multiple AI analyst roles and a local safety net to trade through two Korean brokers.
Mainly Python. The stack also includes Python, KIS API, Toss API.
Free to use, modify, and distribute for any purpose, including commercial use.
Setup difficulty is rated moderate, with roughly 1h+ to a first successful run.
Mainly general.
This repo across BitVibe Labs
double-check against the repo, no cap.