Webull
C+ 78 completedPipeline State
completedPipeline Metadata
AI Prompt
Catalog Information
A deterministic scalp trading alert system that scans minute candles and sends deduplicated Slack alerts during regular trading hours.
Description
This service monitors minute‑level market data from a financial API and applies three deterministic scalp setups—VWAP continuation, rubber band, and big dog—to identify high‑probability trade opportunities. It runs on a serverless platform, executing a cron job every minute to fetch fresh candles, evaluate the setups, and deduplicate alerts using a key‑value store. When a signal is confirmed, it publishes a richly formatted message to a Slack channel, ensuring traders receive real‑time notifications without noise. The system is designed for day traders and scalpers who need reliable, low‑latency alerts to act quickly during market hours. By automating the scanning and alerting process, it reduces manual chart analysis and helps traders maintain a disciplined entry strategy.
الوصف
يُراقب هذا النظام بيانات السوق على مستوى الدقائق من واجهة برمجة تطبيقات مالية ويطبق ثلاث أنماط محددة للمتداولين الصغار—استمرار VWAP، والرباط المطاطي، والكلب الكبير—لتحديد فرص تداول عالية الاحتمالية. يعمل على منصة خالية من الخوادم، حيث يُنفّذ مهمة جدولة كل دقيقة لجلب أحدث الدقائق، وتقييم الأنماط، وتفريغ الإشعارات المكررة باستخدام مخزن القيم. عند تأكيد إشارة، يُنشر رسالة مُنسقة غنية إلى قناة Slack، مما يضمن تلقي المتداولين إشعارات فورية دون ضوضاء. تم تصميم النظام للمتداولين اليوميين والمتداولين الصغار الذين يحتاجون إلى تنبيهات موثوقة وسريعة خلال ساعات التداول. من خلال أتمتة عملية الفحص والإشعار، يقلل النظام من تحليل المخططات اليدوي ويساعد المتداولين على الحفاظ على استراتيجية دخول منضبطة.
Novelty
7/10Tags
Technologies
Claude Models
Quality Score
Strengths
- Good test coverage (54% test-to-source ratio)
- Low average code complexity \u2014 well-structured code
- Good security practices \u2014 no major issues detected
Weaknesses
- No LICENSE file \u2014 legal ambiguity for contributors
- No CI/CD configuration \u2014 manual testing and deployment
- 135 duplicate lines detected \u2014 consider DRY refactoring
Recommendations
- Set up CI/CD (GitHub Actions recommended) to automate testing and deployment
- Add a linter configuration to enforce code style consistency
- Add a LICENSE file (MIT recommended for open source)
Security & Health
Languages
Frameworks
Concepts (2)
| Category | Name | Description | Confidence | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Want this analysis on your repo? https://repobility.com/scan/ | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| auto_description | Project Description | > Deterministic, low-noise scalp scanner on Cloudflare Workers. Detects 3 setups from 1-min candles and sends deduplicated Slack alerts during Regular Trading Hours. | 80% | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| auto_category | Testing | testing | 70% | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Embed Badge
Add to your README:
