Skip to main content Market Scanner  Trading Assistant

Market Scanner Setup Guide

Configuration Status

Checking KV...
Checking D1...
Checking DB Schema...

Setup Instructions

    1. Go to your Cloudflare Dashboard
    2. Navigate to Workers & Pages → Your App → Settings → Bindings
    3. Add KV namespace binding:
      Variable name: MARKET_DATA
    4. Create a new KV namespace called "market-scanner-data"
    5. Save and deploy
    1. In Cloudflare Dashboard → Workers & Pages → Your App → Settings → Bindings
    2. Add D1 database binding:
      Variable name: DB
    3. Create a new D1 database called "market-scanner"
    4. Save and deploy
    5. 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 Buy
    60-79 Buy
    40-59 Hold
    20-39 Sell
    0-19 Strong Sell
    Exit Strategy (4 contracts)
    1. 2 contracts @ 2x (break even)
    2. 1 contract @ 4x (first profit)
    3. 1 contract @ 8x (home run)
  • Watchlist

    Add symbols to monitor. The app will automatically:

    1. Calculate trend direction and strength
    2. Identify cheap/expensive zones
    3. Detect hammer/hanging man patterns
    4. Score opportunities 0-100
    Alerts (Coming Soon)

    Set alerts for:

    1. Zone entries (price crosses MAs)
    2. Pattern formations
    3. Exit targets (2x, 4x, 8x)
    Scanner (Coming Soon)

    Scan the market for:

    1. Stocks in cheap zones
    2. Recent hammer/hanging man patterns
    3. High opportunity scores

Next Steps