Add LICENSE, README, and Docs tab to Mission Control
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
# Robots.txt for SiteMente
|
||||
|
||||
User-agent: *
|
||||
Allow: /
|
||||
|
||||
# Disallow admin and dashboard areas
|
||||
Disallow: /dashboard
|
||||
Disallow: /leads
|
||||
Disallow: /mission-control
|
||||
Disallow: /api/
|
||||
Disallow: /admin
|
||||
Disallow: /_
|
||||
|
||||
# Sitemap
|
||||
Sitemap: https://sitemente.com/sitemap.xml
|
||||
@@ -0,0 +1,70 @@
|
||||
{
|
||||
"BTC": {
|
||||
"thought": "Waiting for pullback to support zone $65,500-$66,000",
|
||||
"trend": "uptrend",
|
||||
"phase": "distribution",
|
||||
"key_level": 65750,
|
||||
"bias": "bullish",
|
||||
"confidence": 6,
|
||||
"reason": "20 green candles — too extended, waiting for pop at support",
|
||||
"next_action": "Wait for price to reach $65,500-$66,000 then watch for pop on 15min",
|
||||
"updated_at": "2026-02-21T17:00:00Z",
|
||||
"bias_history": [
|
||||
{ "time": 1771632000000, "bias": "bullish", "price": 66461 },
|
||||
{ "time": 1771200000000, "bias": "neutral", "price": 64000 }
|
||||
],
|
||||
"support_zones": [
|
||||
{ "level": 66000, "strength": 3 },
|
||||
{ "level": 65500, "strength": 2 },
|
||||
{ "level": 64000, "strength": 2 }
|
||||
],
|
||||
"resistance_zones": [
|
||||
{ "level": 68000, "strength": 3 },
|
||||
{ "level": 70000, "strength": 2 }
|
||||
]
|
||||
},
|
||||
"SOL": {
|
||||
"thought": "Choppy price action, no clear trend",
|
||||
"trend": "sideways",
|
||||
"phase": "accumulation",
|
||||
"key_level": 83,
|
||||
"bias": "neutral",
|
||||
"confidence": 4,
|
||||
"reason": "Mixed candles, waiting for direction",
|
||||
"next_action": "Wait for breakout above $88 or drop to $82 support",
|
||||
"updated_at": "2026-02-21T17:00:00Z",
|
||||
"bias_history": [
|
||||
{ "time": 1771632000000, "bias": "neutral", "price": 84.35 }
|
||||
],
|
||||
"support_zones": [
|
||||
{ "level": 82, "strength": 2 },
|
||||
{ "level": 80, "strength": 3 }
|
||||
],
|
||||
"resistance_zones": [
|
||||
{ "level": 88, "strength": 2 },
|
||||
{ "level": 91, "strength": 3 }
|
||||
]
|
||||
},
|
||||
"ETH": {
|
||||
"thought": "Sideways near resistance, no entry yet",
|
||||
"trend": "sideways",
|
||||
"phase": "distribution",
|
||||
"key_level": 1925,
|
||||
"bias": "neutral",
|
||||
"confidence": 4,
|
||||
"reason": "Near resistance at $1,980, no pop setup visible",
|
||||
"next_action": "Wait for pullback to $1,900-$1,950 support zone",
|
||||
"updated_at": "2026-02-21T17:00:00Z",
|
||||
"bias_history": [
|
||||
{ "time": 1771632000000, "bias": "neutral", "price": 1959 }
|
||||
],
|
||||
"support_zones": [
|
||||
{ "level": 1950, "strength": 3 },
|
||||
{ "level": 1900, "strength": 2 }
|
||||
],
|
||||
"resistance_zones": [
|
||||
{ "level": 2000, "strength": 3 },
|
||||
{ "level": 2100, "strength": 2 }
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user