• Joined on 2025-06-24
root created repository root/zertifizierung 2025-10-23 06:06:24 +00:00
root pushed to master at root/Tradingview 2025-10-22 08:11:47 +00:00
e8be5de41a v7: make RSI gate practical — add gate mode (In zone now / Cross within lookback / In zone within lookback) and lookback bars (default 3)
root pushed to master at root/Tradingview 2025-10-21 17:57:57 +00:00
b3e939ee47 v7: fix alertcondition to const strings; add optional dynamic alert() messages with parameters
root pushed to master at root/Tradingview 2025-10-21 17:52:14 +00:00
29d6555803 v7: add SuperTrend + RSI (15m) gate with profiles, HA/Chart source, entry filters, alerts; update README
root pushed to master at root/Tradingview 2025-10-21 17:44:53 +00:00
a1a0280abd Remove v6 indicator; README cleaned up to reflect v5 as current and strategy v5 for backtesting
root pushed to master at root/Tradingview 2025-10-19 18:07:50 +00:00
322348e50d v5: replace ta.adx() with manual ADX calculation using selected OHLC (calcH/L/C)
root pushed to master at root/Tradingview 2025-10-19 17:59:06 +00:00
04900aefc8 v5: optional entry filters (ATR buffer, confirm bars, ADX) + alertconditions for final signals
root pushed to master at root/Tradingview 2025-10-18 19:02:45 +00:00
e1067f211a v5: add Calculation source toggle (Chart vs Heikin Ashi) with ATR computed from selected OHLC; strategy uses HA signals but fills on chart bars
root pushed to master at root/Tradingview 2025-10-18 18:40:21 +00:00
d5c8b8b34a Strategy v5: improve backtest realism (entry-based SL/TP, combined exits, pyramiding=0, commission/slippage)
root pushed to master at root/Tradingview 2025-10-18 18:27:32 +00:00
8ae4a9148a Add strategy version v5 for backtesting; update README with backtesting guide
root pushed to master at root/Tradingview 2025-10-18 18:22:51 +00:00
41c60bf967 v6: add optional RSI confirmation gate to v5 (SuperTrend + RSI combo); README updated
root pushed to master at root/Tradingview 2025-10-18 12:21:49 +00:00
bfda6c2617 v5: add timeframe profiles with auto/override + default per-timeframe ATR/Multiplier; README updated
root pushed to master at root/Tradingview 2025-10-17 10:25:41 +00:00
ef6fa0baeb UX: add line width and label size inputs; set Flip Level to linebr so it sticks to candles; apply widths to next-flip lines
root pushed to master at root/Tradingview 2025-10-17 10:21:24 +00:00
7460d6bd48 Fix Pine parse errors: put label.new calls on single line (remove trailing commas)
root pushed to master at root/Tradingview 2025-10-17 10:17:31 +00:00
f3875470e4 Fix Pine syntax: correct indentation for label assignments in flip and next-flip sections
root pushed to master at root/Tradingview 2025-10-17 10:16:13 +00:00
adc78c0644 Flip label contrast: black text on green (bull), white on maroon (bear)
root pushed to master at root/Tradingview 2025-10-17 09:59:52 +00:00
01147e373a Labels: improve readability with high-contrast backgrounds (lime+black for next bull, maroon+white for bear) and adjust flip value label
root pushed to master at root/Tradingview 2025-10-17 09:45:41 +00:00
e4f11d252d Flip previews: plot Next Bull/Bear Flip thresholds with optional value labels; uses current tsl ± buffer*ATR and activates opposite to current trend
root pushed to master at root/Tradingview 2025-10-17 09:39:11 +00:00
5a13b79320 Flip Level: add live value label at current bar; keeps value fixed to last flip
root pushed to master at root/Tradingview 2025-10-17 09:31:32 +00:00
977f53dc75 v4+: add persistent Flip Level line with optional auto-coloring and price tracking