Add LICENSE, README, and Docs tab to Mission Control
This commit is contained in:
@@ -0,0 +1,46 @@
|
||||
[
|
||||
{
|
||||
"id": "dopetrades",
|
||||
"name": "DopeTrades",
|
||||
"status": "learning",
|
||||
"framesAnalyzed": 382,
|
||||
"patterns": [
|
||||
"Double Top/Bottom",
|
||||
"Head & Shoulders",
|
||||
"Triangles",
|
||||
"Flags",
|
||||
"Wedges"
|
||||
],
|
||||
"entryRules": [
|
||||
"Identify clear structure (swing highs/lows)",
|
||||
"Wait for retest of level",
|
||||
"Confirm momentum in desired direction",
|
||||
"Higher timeframe alignment",
|
||||
"Entry on break of structure or retest",
|
||||
"Confirmation candle required"
|
||||
],
|
||||
"exitRules": [
|
||||
"Stop below recent swing low (long)",
|
||||
"Take profit minimum 2:1",
|
||||
"Scale 50% at 1:1",
|
||||
"Trailing stop after 1:1 achieved",
|
||||
"Never move stop loss further"
|
||||
],
|
||||
"indicators": [
|
||||
"9 EMA (short term)",
|
||||
"20 EMA (medium term)",
|
||||
"50 SMA (trend filter)",
|
||||
"RSI 14 (momentum)",
|
||||
"Volume profile"
|
||||
],
|
||||
"riskParams": [
|
||||
"Max 2% risk per trade",
|
||||
"Max 3 concurrent trades",
|
||||
"6% daily max loss",
|
||||
"10% weekly max loss",
|
||||
"Stop after 3 losses"
|
||||
],
|
||||
"timeframe": "Multi: 4H/Daily trend, 1H structure, 15min entries",
|
||||
"notes": "Frame analysis: 3% bullish, 7% bearish, 90% neutral. Dark charts confirmed."
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user