PROTECTED SOURCE SCRIPT
更新済

CrossX GR v3.3

279
Oh, the sacred CrossX signal! He came down from heaven to show us the way to 35% profit. And if not, then it's not your risk management that will be to blame, but the fact that you didn't wait for the third green candle.

Lord, give me strength. You're risking money based on an indicator that sells for likes. Skin in the game? Your "guru" only risks not getting 500 reposts.

The real support is not a line on the chart. This is the size of your position, at which you won't panic when this pseudo-analysis fails. And he will fail.
リリースノート
// ==== Inputs ====
lenBaseline = input.int(50, "Baseline Length", minval=5, maxval=300, group="Trend Model")
lenSmooth = input.int(8, "Signal Smoothing", minval=1, maxval=50, group="Trend Model")
atrLen = input.int(15, "ATR Length", minval=5, maxval=100, group="Trend Model")
neutralBand = input.float(0.08, "Neutral Band (ATR %)", minval=0.0, maxval=0.5, step=0.01, group="Trend Model", tooltip="Wider band = fewer flips.")
slopeScaler = input.float(1.8, "Slope Sensitivity", minval=0.5, maxval=5.0, step=0.1, group="Trend Model", tooltip="Higher = smoother, lower = snappier.")

showBaseline = input.bool(true, "Show Baseline", group="Display")

免責事項

この情報および投稿は、TradingViewが提供または推奨する金融、投資、トレード、その他のアドバイスや推奨を意図するものではなく、それらを構成するものでもありません。詳細は利用規約をご覧ください。