SDA v3.2改:ワンクリ自動矢印売買【AutoArwTrade】対応

Product outline
Community(0)
SDA v3.2改:ワンクリ自動矢印売買【AutoArwTrade】対応 Indicators/E-books
SDA v3.2改:ワンクリ自動矢印売買【AutoArwTrade】対応
SDA v3.2の改造版です。ソースコード付き
Sales Result:
14本
Reviews:
Category:
How to provide:
Indicator
Sales from:
10/12/2024
Last Updated:
10/12/2024
Version:
3.2.20241011
Available company:

Japan

フォロー 0 フォロワー 93
Seller's last login time:4/5/2026 04:48:30
Read more seller information

SDA v3.2のワンクリックFXシリーズとの連携のリクエストがありますので、カスタマイズしました。ワンクリ自動矢印売買【AutoArwTrade】に対応しています。

当ツールは改造品ですので、ソースコード付き無料です。

現在は、MT4版のみです。

■ 商品内容

オリジナルから、グラフをプラスマイナスに変更し、移動平均線を追加しました。

矢印の出る判定は、移動平均線を期間1(=実測値)とし、UrovenSignalを超え、移動平均線の期間2の値より上の場合に下矢印を出します。(上矢印の場合は反対)

グラフ自体はリペイントされますが、矢印はリペイントしません。

シグナル矢印化ツールArwByIdx】で呼び出した際には、このインディケーターから矢印を表示することはありません。移動平均線が入っていますので、クロスでシグナルを出すなどができます。

導入方法

1) MT4/MT5のファイルから「データフォルダを開く」を選ぶ。
2) 本商品のMQL4/MQL5フォルダ内の全てをデータフォルダに上書きコピー。
3) MT4/MT5を再起動し、任意のチャート開く。
4) インディケーターの「SDA v 3.2 mod」をダブルクリック。
5) 設定画面が表示されますので、必要に応じて、パラメタを設定して下さい。

設定ページ

ソースコードを解析しているだけなので、細かい設定の内容は良く分かりません。作者様も誰かが分からないので、調べる方法もありませんが、わかる範囲で。

extern int Len = 150; //計算期間
extern int HistoryBars = 500; //表示する対象の期間
extern double UrovenSignal = 12.0; //シグナルを出す閾値
input int ma_period1=1; //移動平均線の1
input int ma_period2=2; //移動平均線の2
extern int TF1 = 0; //計算の元の時間足、1にするほ1分足から算出するらしい。
extern int TF2 = 0; //計算用の現在の時間足
extern bool ModeHL = TRUE; //計算元をtrue:高値安値、false:始値終値で行うのか
extern string i1 = “===S1===”;
extern bool ModeOnline = TRUE; //普通にオンラインで行う。
extern bool ModeinFile = FALSE; //ファイルに出力するだけ?オンラインとの違いが分からない
extern bool ModeHistory = FALSE; //ファイルに出力した内容で計算している
extern string i2 = “===S2===”;
extern bool alert = TRUE; //以降は、通知設定
extern bool sound = FALSE;
extern bool email = FALSE;
extern bool GV = FALSE; //グローバル領域に出力するか?

input string midashi3=”—“; //▼矢印設定
input bool ArrowDisp=true; //判定矢印表示有無
input string ArrowUpString=”ArwUP”; //上矢印の追加文字列
input string ArrowDnString=”ArwDN”; //下矢印の追加文字列
input color ArrowUpColor=clrYellow; //上矢印の色
input color ArrowDnColor=clrYellow; //下矢印の色
input int ArrowSize=2; //矢印の表示サイズ
input int ArrowDotPos=2; //矢印の距離(ポイント)
input int ArrowUpNumber=0; //上矢印のタイプ(通常)0:上矢印
input int ArrowDnNumber=0; //下矢印のタイプ(通常)0:下矢印

Free
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.