PROTECTED SOURCE SCRIPT
已更新

CrossX GR v3.3

280
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提供或认可的任何形式的财务、投资、交易或其他类型的建议或推荐。请阅读使用条款了解更多信息。