Market Scanner Setup Guide
Configuration Status
Checking KV...
Checking D1...
Checking DB Schema...
Setup Instructions
-
- Go to your Cloudflare Dashboard
- Navigate to Workers & Pages → Your App → Settings → Bindings
- Add KV namespace binding:
Variable name: MARKET_DATA
- Create a new KV namespace called "market-scanner-data"
- Save and deploy
-
- In Cloudflare Dashboard → Workers & Pages → Your App → Settings → Bindings
- Add D1 database binding:
Variable name: DB
- Create a new D1 database called "market-scanner"
- Save and deploy
- Return here and click "Initialize Database" button above
-
MA-Based Trend Trading
This app implements a systematic trading strategy based on:
📈 Bull Trends
20 MA > 40 MA > 100 MA > 200 MA
Look for dips below MAs (cheap zones)
Enter on hammer + confirmation
📉 Bear Trends
200 MA > 100 MA > 40 MA > 20 MA
Look for rises above MAs (cheap for puts)
Enter on hanging man + confirmation
Opportunity Scoring (0-100)
80+ Strong Buy60-79 Buy40-59 Hold20-39 Sell0-19 Strong SellExit Strategy (4 contracts)
- 2 contracts @ 2x (break even)
- 1 contract @ 4x (first profit)
- 1 contract @ 8x (home run)
-
Watchlist
Add symbols to monitor. The app will automatically:
- Calculate trend direction and strength
- Identify cheap/expensive zones
- Detect hammer/hanging man patterns
- Score opportunities 0-100
Alerts (Coming Soon)
Set alerts for:
- Zone entries (price crosses MAs)
- Pattern formations
- Exit targets (2x, 4x, 8x)
Scanner (Coming Soon)
Scan the market for:
- Stocks in cheap zones
- Recent hammer/hanging man patterns
- High opportunity scores