Type/to search

パラメータ乗数戦略:複数の指標を融合したマーケットメトロノーム

2
Follow
476
Followers

img
img

これは神仙の策略か?

この戦略は,市場に"スーパーレーダー"を装着したようなものです.これは,単に1つまたは2つの指標を見るのではなく,9つの異なる技術指標をバンドのように組み合わせるものです.それぞれの指標は"楽器"であり,それらは和らかな"音"を奏でるときのみ,戦略は取引信号を発信します.

<unk>の核となる原理が明らかになった

この戦略の本質は"パラメータの倍数"の概念にあります. RSI,ADX,モーション,変化率,ATR,交差量,加速率,斜率などの指標を同じスケールに標準化し,それらを掛け合わせることで"総合力値"を得ます.料理のように,各調味料には最適な割合があります.この戦略は,市場での様々な"調味料"の完璧な配合を見つけるのに役立ちます.

カスタマイズ可能な取引手段

この戦略の最もクールな点は? あなたはブロックを組み立てるように自由に組み合わせることができます! 特定の指標を使用したくない? 直接オフにしてください. 周期パラメータを調整したいですか? あなたの好きなように.

<unk> 実戦用ガイド

この戦略は,波動とトレンドが混ざり合っている市場環境に特に適しています. 青の製品ラインがオレンジの均線を上向きに横切るときに多めに,下向きに空いてください. この戦略は,反転信号が表示されたときにポジションを保持するのを防ぐために,自動平衡の仕組みを慎重に設定しています.

Source
Pine
//@version=5
strategy("Parametric Multiplier Backtester", shorttitle="PMB", overlay=false)

// Author: Script_Algo
// License: MIT
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restriction, including without limitation the rights
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
// copies of the Software, subject to the following conditions:
// The above copyright notice and this permission notice shall be included in
// all copies or substantial portions of the Software.
Strategy parameters
Strategy parameters
Parameter Settings
▪ Use Price
Price Source (Optional)
▪ Use RSI
RSI Period (Optional)
RSI Source (Optional)
▪ Use ADX
ADX Period (Optional)
▪ Use Momentum
Momentum Period (Optional)
Momentum Source (Optional)
▪ Use ROC
ROC Period (Optional)
ROC Source (Optional)
▪ Use ATR
ATR Period (Optional)
▪ Use Volume
Volume Smoothing (Optional)
▪ Use Acceleration
Acceleration Period (Optional)
Acceleration Source (Optional)
▪ Use Slope
Slope Period (Optional)
Slope Source (Optional)
General Settings
Normalize Values
Normalization Period (Optional)
Smooth Product Line
Smoothing Period (Optional)
Trend Filter
Use SMA Trend Filter
SMA Period for Filter (Optional)
Comment
All comments (0)
No data
No data
  • 1
iPhone Download
Forums
PINE Language
© 2015 - ∞ INVENTOR PTE LTD (SG)