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")

면책사항

해당 정보와 게시물은 금융, 투자, 트레이딩 또는 기타 유형의 조언이나 권장 사항으로 간주되지 않으며, 트레이딩뷰에서 제공하거나 보증하는 것이 아닙니다. 자세한 내용은 이용 약관을 참조하세요.