PROTECTED SOURCE SCRIPT
ADILS_TREND

// ===== ENTRIES (only when flat; retest to SMA20 OR Anchored VWAP proximity, else fallback) =====
flat := not inLong and not inShort
// ===== EXITS / COVERS (only when position open; processed after TP) =====
// Short: price hits ATR TP AND RSI has risen >= delta from its recent low (short settings)
if inShort and not na(short_tp) and low <= short_tp and (rsi >= rsiLowShort + rsiSwingDeltaShort)
flat := not inLong and not inShort
// ===== EXITS / COVERS (only when position open; processed after TP) =====
// Short: price hits ATR TP AND RSI has risen >= delta from its recent low (short settings)
if inShort and not na(short_tp) and low <= short_tp and (rsi >= rsiLowShort + rsiSwingDeltaShort)
保護スクリプト
このスクリプトのソースコードは非公開で投稿されています。 しかし、無料かつ制限なしでご利用いただけます ― 詳細についてはこちらをご覧ください。
免責事項
これらの情報および投稿は、TradingViewが提供または保証する金融、投資、取引、またはその他の種類のアドバイスや推奨を意図したものではなく、またそのようなものでもありません。詳しくは利用規約をご覧ください。
保護スクリプト
このスクリプトのソースコードは非公開で投稿されています。 しかし、無料かつ制限なしでご利用いただけます ― 詳細についてはこちらをご覧ください。
免責事項
これらの情報および投稿は、TradingViewが提供または保証する金融、投資、取引、またはその他の種類のアドバイスや推奨を意図したものではなく、またそのようなものでもありません。詳しくは利用規約をご覧ください。