Skip to content

Instantly share code, notes, and snippets.

View rem0te-shark's full-sized avatar

rem0te-shark

  • Joined Oct 4, 2025
View GitHub Profile
@rem0te-shark
rem0te-shark / finanz-gpt.filters.sr1_v1.yaml
Created October 4, 2025 11:05
SR1 Rebound – DE + US (SR-Radar Input)
version: 1
profile: SR1_Marktscreener_v1
universe:
countries: [DE, US] # Deutschland + USA
markets: [XETRA, NASDAQ, NYSE] # optional GETTEX ergänzbar
min_market_cap_usd: 300_000_000 # > 300M USD
technicals:
rsi14: { op: "<", value: 30 } # Oversold
momentum10: { op: "<=", value: 0 } # Mom(10) <= 0
change_1w_pct: { op: "<", value: -5 } # Wochenverlust >5 %
@rem0te-shark
rem0te-shark / finanz-gpt.filters.momentum_v1.yaml
Created October 4, 2025 10:58
Momentum Marktscreener – DE + US (SR-Radar Input)
version: 1
profile: Momentum_Marktscreener_v1
universe:
countries: [DE, US] # Deutschland + USA
markets: [XETRA, NASDAQ, NYSE] # optional GETTEX ergänzbar
min_market_cap_usd: 300_000_000 # > 300M USD
risk:
beta_1y: { op: ">", value: 0.8 }
valuation:
pe_ratio: { op: "any" }