RCI_Triple_Signal|FXサインツール

Product outline
Community(0)
RCI_Triple_Signal|FXサインツール  Indicators/E-books
RCI_Triple_Signal|FXサインツール
無料プレゼント
Reviews:
Category:
How to provide:
Indicator
Sales from:
05/24/2026
Last Updated:
-
Version:
-
Available company:

Japan

Follow 0 Followers 14
Sellersystore
Seller's last login time:6/6/2026 02:32:02
Read more seller information


概要

3本の RCI(Rank Correlation Index:順位相関指数)を組み合わせた、トレンドフォロー型サインツールです。

長期 RCI で大局トレンドを判定し、中期 RCI の反転を確認し、短期 RCI のクロスでエントリータイミングを捉える「3段階フィルター」方式により、ダマシを抑えた精度の高いシグナルを提供します。


TP/SL(Point ベース)とロジック決済(RCI 短期反転)を選択可能。

過去の成績をバックテストしてパネルに統計表示し、確定足サインと未確定(リアルタイム)サインを色分け表示。

決済イベントはチャート上に★マーカーで履歴表示されます。

リペイント無し(確定足)/確定足アラート対応/資金管理に基づく推奨ロット表示機能付き。

ロジック

コア指標:RCI(Rank Correlation Index)

本ツールでは短期・中期・長期の 3 本を同時に使い、それぞれに役割を持たせます。

  • 長期 RCI(52):大局トレンドの方向判定

  • 中期 RCI(26):反転タイミングの確認

  • 短期 RCI(9):エントリートリガー

買いサイン(BUY ↑ 矢印)の発生条件

以下をすべて満たした瞬間にサインが出ます(AND 条件)。

  • RCI(52) が上向き:現在値 > 1本前の値(大局が上昇基調)

  • RCI(26) が底打ち反転:前々値 > 前値 < 現在値(1本前がボトム)

  • RCI(9) が RCI(26) をゴールデンクロス:前は 9 ≤ 26、今は 9 > 26

売りサイン(SELL ↓ 矢印)の発生条件

買いサインの完全な逆条件です。

  • RCI(52) が下向き:現在値 < 1本前の値

  • RCI(26) が天井打ち反転:前々値 < 前値 > 現在値(1本前がピーク)

  • RCI(9) が RCI(26) をデッドクロス:前は 9 ≥ 26、今は 9 < 26

確定サインとリアルタイムサインの違い

  • 確定矢印(青/赤):ローソク足が確定したバーで条件を満たしたサイン。リペイントしません。

  • 未確定矢印(水色/オレンジ):現在形成中のバー0 で条件を満たしたサイン。バー確定までに条件が崩れると消えることがあるため、参考用です。

決済ロジック

3 つの決済モードから選択できます。

  • EXIT_TPSL_ONLY:TP/SL(Point ベース)のみで決済

  • EXIT_LOGIC_ONLY:ロジック決済のみ(RCI 短期反転)

  • EXIT_BOTH:両方を併用(先にヒットしたほうで決済)

TP/SL 価格

  • TP 価格:エントリー価格 ± (BT_TakeProfit × Point)

  • SL 価格:エントリー価格 ± (BT_StopLoss × Point)

ロジック決済(RCI(9) 反転)

  • BUY ポジション:RCI(9) が天井打ち反転(前々値 < 前値 > 現在値)したとき決済

  • SELL ポジション:RCI(9) が底打ち反転(前々値 > 前値 < 現在値)したとき決済

同一足で TP と SL の両方にヒットした場合、BT_SL_Priority 設定で優先順位を選択できます(true=SL 優先で保守的に集計、false=TP 優先)。

結果マーカー

過去のサインがその後どう決済されたかを、決済バー上に★マーカーで表示します。

  • 青 ★ マーカー:BUY ポジションの決済地点

  • 赤 ★ マーカー:SELL ポジションの決済地点

TP/SL ラインの表示

ポジション保有中(リアルタイム)は、TP(緑点線)/SL(赤点線)/エントリー(白点線)の水平ラインがチャート上に自動描画され、ラベルに価格が表示されます。決済またはサイン消失で自動的に削除されます。

Exit_Mode が EXIT_LOGIC_ONLY の場合、TP/SL ラインは描画されず、エントリーラインのみ表示されます。

パラメーター一覧

RCI 設定

パラメーター

初期値

説明

RCI_Short

9

RCI 短期期間(エントリートリガー用)

RCI_Mid

26

RCI 中期期間(反転確認用)

RCI_Long

52

RCI 長期期間(大局トレンド判定用)

※ 短期 < 中期 < 長期 の順に設定してください。

決済設定

パラメーター

初期値

説明

Exit_Mode

EXIT_BOTH

決済モード(TP/SLのみ / ロジックのみ / 両方)

BT_TakeProfit

300

利確距離(Point)

BT_StopLoss

500

損切距離(Point)

BT_SL_Priority

true

true=SL優先 / false=TP優先(同足同時ヒット時)

MA 設定

パラメーター

初期値

説明

MA_Show

true

MA ラインの表示 ON/OFF

MA_Period

20

MA 期間

MA_Method

MODE_SMA

移動平均の種類(SMA / EMA / SMMA / LWMA)

MA_AppliedPrice

PRICE_CLOSE

移動平均の適用価格

MA_Color

clrYellow

MA ラインの色

MA_Width

1

MA ラインの太さ

矢印設定

パラメーター

初期値

説明

BuyArrowColor

clrDodgerBlue

BUY 矢印の色(確定足)

SellArrowColor

clrRed

SELL 矢印の色(確定足)

BuyArrowColorTemp

clrAqua

BUY 矢印の色(未確定/リアルタイム)

SellArrowColorTemp

clrOrange

SELL 矢印の色(未確定/リアルタイム)

ArrowSize

2

矢印サイズ(1〜5)

ArrowOffset

10

矢印の表示オフセット(pips 相当の Point 数、足から離して表示)

アラート設定

パラメーター

初期値

説明

EnableAlert

true

MT4 ポップアップアラート ON/OFF

EnableSound

true

サウンドアラート ON/OFF

EnablePush

false

スマホへのプッシュ通知 ON/OFF

EnableEmail

false

メール通知 ON/OFF

AlertOnBarClose

true

true:確定足のみアラート/false:形成中もアラート

バックテスト設定

パラメーター

初期値

説明

BT_Period

500

バックテスト対象期間(過去 N 本)

資金管理設定

パラメーター

初期値

説明

MM_AccountBalance

1000000

想定口座残高(円)

MM_RiskPercent

2.0

1 トレードあたりのリスク率(%)

パネル設定

パラメーター

初期値

説明

Panel_BGColor

clrDarkSlateGray

パネル背景色

Panel_TextColor

clrWhite

パネル文字色

Panel_FontSize

9

フォントサイズ

TP/SL ライン設定

パラメーター

初期値

説明

TP_LineColor

clrLime

TP ラインの色

SL_LineColor

clrRed

SL ラインの色

Line_Width

1

ラインの太さ

統計パネル

チャート右下に過去 BT_Period 本のバックテスト結果を表示します。

  • トレード数 / 勝ち / 負け / 勝率

  • 総損益(pips)

  • 最大利益 / 最大損失(pips)

  • 最大ドローダウン(pips)

  • 平均利益 / 平均損失(pips)

  • プロフィットファクター(PF=総利益/総損失。損失 0 の場合は「-(損失0)」表示)

  • 期待値(1 トレードあたりの期待 pips)

  • 平均保有時間(本数と分)

  • 推奨ロット(口座残高 × リスク率 ÷ SL 幅から自動算出。JPY ペア・クロス円ペアを自動判別)

右下のボタン(■/□)でパネル表示の ON/OFF を切り替えできます。

チャートコメント(左上表示)

リアルタイム情報を常時表示します。

  • 現在の RCI(9) / RCI(26) / RCI(52) 値

  • RCI(52) の方向判定(↑上向き/↓下向き)

  • 現在のシグナル状態(待機中/BUY シグナル点灯/SELL シグナル点灯/ポジション保有中)

推奨環境・使い方

時間足:制限なし。RCI の特性上、5 分足〜 4 時間足が扱いやすい。 通貨ペア:制限なし。トレンドが出やすいメジャー通貨ペア推奨。

基本的な使い方

  • インジケーターをチャートに適用し、初回起動時にパネルへ表示されるバックテスト結果(勝率・PF・期待値)を確認します。

  • パラメーター(特に RCI 期間・BT_TakeProfit・BT_StopLoss・Exit_Mode)を通貨ペア・時間足に合わせて調整し、PF が 1.0 以上・期待値プラスになる設定を探します。

  • 確定矢印(青/赤)が点灯したら、TP/SL ラインに従ってエントリー・決済を実行します。

  • 未確定矢印(水色/オレンジ)は早出しの参考。条件が崩れて消える可能性があるため、確定を待つほうが安全です。

チューニングのヒント

  • サインが少なすぎる:RCI 期間を短くする(例:7, 21, 42)、Exit_Mode を EXIT_LOGIC_ONLY にして TP/SL の制約を外す。

  • ダマシが多い:RCI 期間を長くする(例:13, 34, 65)、長期 RCI の閾値判定を厳しめに使う(手動確認)。

  • TP に届かず SL ばかり:BT_TakeProfit を下げる、もしくは BT_StopLoss を上げる(リスクリワード見直し)。Exit_Mode を EXIT_LOGIC_ONLY に切り替えて RCI 短期反転で利確する戦略も有効。

  • レンジ相場で往復ビンタ:本ツールは長期 RCI でトレンド方向をフィルターしていますが、明確なトレンドが出ていない局面ではダマシが増えます。上位足の RCI(52) が極端値(±80 以上)に張り付いている時間帯は見送る、などの裁量フィルター併用が有効です。


Free
Already 2 users using!
Provider/Distributor:
Sales site:
GogoJungle
Product outline
Community(0)
Best Seller Ranking
Recommended Products (Campaigns)

For those using GogoJungle for the first timeEasy 3 steps to use the product!

At GogoJungle, we provide services to enrich your investment life for our members. In addition, product purchases are limited to members. Why not register as a member now and make use of GogoJungle!

01
Enter user information and register as a member
02
Follow the instructions to make a purchase
03
Download from My Page
■ Important Matters and Risk Warnings Regarding Investment Products 【Financial Instruments Business Operator】
GogoJungle Inc.
Registration: Director-General of the Kanto Local Finance Bureau (Financial Instruments Business) No. 1960
【Member Association】
Japan Investment Advisers Association
【Fees and Expenses】
The use of software, e-books, investment advisory services, etc., provided on our platform involves purchase prices determined for each product.
Additionally, when conducting actual financial instrument transactions (such as FX or CFD trading), costs such as transaction fees and spreads (the difference between the sell and buy price) may be incurred through the connected brokerage firms.
【Margin and Risk of Loss】
Transactions such as FX (Foreign Exchange Margin Trading) and CFD (Contract for Difference) allow for trading in amounts exceeding the deposited margin.
Therefore, due to sudden fluctuations in target indices (currency, commodity prices, etc.), there is a risk of incurring losses that exceed the deposited margin (loss exceeding principal).
Furthermore, financial instrument transactions involve risks such as price fluctuations, which may result in losses falling below or exceeding the initial investment principal.
【Nature of Services and Trading Entity】
The Company operates a platform (marketplace) providing investment software and information; we do not engage in the buying, selling, mediation, brokerage, or agency of financial instruments on behalf of customers.
The services and information provided are intended as reference for investment decisions and do not guarantee future profits or specific results.
While some services include investment advice, they do not constitute a mandate or solicitation to trade specific financial instruments.
Final investment decisions and the execution of trades must be made at the customer’s own risk and discretion.