Add Gareth Soloway trading strategy to MC
This commit is contained in:
@@ -41,12 +41,23 @@ const defaultTraders: Trader[] = [
|
|||||||
id: 'dopetrades',
|
id: 'dopetrades',
|
||||||
name: 'DopeTrades',
|
name: 'DopeTrades',
|
||||||
status: 'learning',
|
status: 'learning',
|
||||||
framesAnalyzed: 0,
|
framesAnalyzed: 922,
|
||||||
patterns: [],
|
patterns: ['Accumulation/Distribution', 'Trend Legs', 'Support/Resistance', 'Pop Pattern'],
|
||||||
entryRules: [],
|
entryRules: ['Identify trend on higher timeframe', 'Find demand/supply zones', 'Wait for retest', '2.5:1 min risk:reward'],
|
||||||
exitRules: [],
|
exitRules: ['Stop below demand (long)', 'Target recent highs', 'Scale 50% at 1:1'],
|
||||||
indicators: [],
|
indicators: ['Price Action Only', 'Horizontal S/R Lines'],
|
||||||
riskParams: []
|
riskParams: ['2.5:1 minimum', 'No revenge trading', 'Paper trading first']
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: 'gareth_soloway',
|
||||||
|
name: 'Gareth Soloway',
|
||||||
|
status: 'learning',
|
||||||
|
framesAnalyzed: 768,
|
||||||
|
patterns: ['Institutional Analysis', 'Yield Curve Signals', 'Cycle Top/Bottom', 'Epic Resistance Rejections'],
|
||||||
|
entryRules: ['Track institutional activity', 'Wait for yield curve signals', 'Key level breaks with volume', 'Weekly analysis first'],
|
||||||
|
exitRules: ['Stop below support (long)', 'Target structure highs/lows', '2:1 minimum'],
|
||||||
|
indicators: ['VWAP', 'MACD', 'Volume', '10-Year Yield', 'Support/Resistance'],
|
||||||
|
riskParams: ['No-hype sizing', 'Never average down', 'Respect stops', 'Preservation > profits']
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user