私が試行錯誤しているアドバイザーの組み立て方 - ページ 57 1...5051525354555657585960616263 新しいコメント Alexsandr San 2020.05.25 19:38 #561 #property version "1.028" は、別の方法を見つけた。 水平線のNameを追加し、任意のサブウインドウに設定できるようにしました。 input string v15="---- XXX:Line name:XXX -----"; // input string InpdarBuy = "BUY"; // Obj: BUY (Obj:Name) ВЕРХУ input double InpStep8 = 60; // Obj: Шаг сетки, пунктов("0" -> false) input string InpdarSell = "SELL"; // Obj: SELL (Obj:Name) ВНИЗУ input double InpStep9 = 60; // Obj: Шаг сетки, пунктов("0" -> false) input int InpChart1 = 0; // номер подокна 彼らはコマンドを持っていない - 私は彼らから名前が必要です。 しかし、サブウィンドウにコマンドを設定することができます。 input string t2="----- Price Line: -----"; // input string InpFont0 = "BUY"; // Obj: BUY (Obj:Name) ВЕРХУ input ENUM_TRADE_COMMAND InpCSCommand = close_open_b; // Obj: command: input string InpFont1 = "SELL"; // Obj: SELL (Obj:Name) ВНИЗУ input ENUM_TRADE_COMMAND InCSCommand = close_open_s; // Obj: command: input double InpObjTrail = 1.0001; // Obj: Trailing Stop MACD ("0" -> Off) input double InpObjTrailStep = 1.0001; // Obj: Trailing Step MACD input bool InpDub = false; // "0.0":Price=false(Trail->Off) "LOW":Price=true(Trail->ON) input bool InpDubll = false; // Duplicate "BUY""SELL" (ObjTrailStep) input ushort InpObjTrailingStopCS = 0; // Obj: Trailing Stop (distance from price to object, in pips) input ushort InpObjTrailingStepCS = 5; // Obj: Trailing Step, in pips (1.00045-1.00055=1 pips) input string InpFont2 = "LOW Up"; // Obj: Name Price Line BUY input string InpFont3 = "LOW Down"; // Obj: Name Price Line SELL input bool InpOnTimer = false; // On(Вкл.) "LOW Up" "LOW Down" input ushort InpIndentUp = 50; // Indent up, in pips (1.00045-1.00055=1 pips) input ushort InpIndentDown = 100; // Indent down, in pips (1.00045-1.00055=1 pips) これらの名前をインジケータ名に変更する input string InpFont2 = "LOW Up"; // Obj: Name Price Line BUY input string InpFont3 = "LOW Down"; // Obj: Name Price Line SELL 例えば、これはインジケータの水平線の名前です。(PRICE)です。 input string InpFont2 = "SU2"; // Obj: Name Price Line BUY input string InpFont3 = "SU2"; // Obj: Name Price Line SELL ファイル: Utility_Command.mq5 322 kb Alexsandr San 2020.05.25 19:50 #562 ユーティリティというと難しく思われるかもしれませんが、そうではありません。 でも、ホリゾンタルラインは 2本しか使っていません。 Alexsandr San 2020.05.26 09:06 #563 Indicatorを自分用に少し調整したhttps://www.mql5.com/ru/code/29321 Heiken Ashi Separate Window www.mql5.com N-_Candles_v9 Советник ищет N одинаковых свечей подряд. На бычьих свечах идет покупка, на медвежьих - продажа. Учитывается тип торгового счета: неттинг или хеджинг. RSI Arrow Out of Zone iMA Trend Индикатор... ファイル: H_A_Lin_S_W.mq5 22 kb Alexsandr San 2020.05.27 04:59 #564 #property version "1.029" 本機能の可能性を追加 input string t2="----- Price Line: -----"; // input string InpFont0 = "BUY"; // Obj: BUY (Obj:Name) ВЕРХУ input ENUM_TRADE_COMMAND InpCSCommand = close_open_b; // Obj: command: input string InpFont1 = "SELL"; // Obj: SELL (Obj:Name) ВНИЗУ input ENUM_TRADE_COMMAND InCSCommand = close_open_s; // Obj: command: input double InpObjTrail = 1.0001; // Obj: Trailing Stop MACD ("0" -> Off) input double InpObjTrailStep = 1.0001; // Obj: Trailing Step MACD input bool InpDub = false; // "0.0":Price=false(Trail->Off) "LOW":Price=true(Trail->ON) input bool InpDubll = false; // Duplicate "BUY""SELL" (ObjTrailStep) input ushort InpObjTrailingStopCS = 0; // Obj: Trailing Stop (distance from price to object, in pips) input ushort InpObjTrailingStepCS = 5; // Obj: Trailing Step, in pips (1.00045-1.00055=1 pips) input string InpFont2 = "LOW Up"; // Obj: Name Price Line BUY input string InpFont3 = "LOW Down"; // Obj: Name Price Line SELL input bool InpOnTimer = false; // On(Вкл.) "LOW Up" "LOW Down" input int InpChart2 = 0; // номер подокна "LOW Up" "LOW Down" input ushort InpIndentUp = 50; // Indent up, in pips (1.00045-1.00055=1 pips) input ushort InpIndentDown = 100; // Indent down, in pips (1.00045-1.00055=1 pips) この行がアクティブになったとき(現在の価格"LOW Up";"LOW Down"; )、サブウィンドウを選択することができます。 subwindow =0subwindow =1 グレー水平線 ----------------------------- 1サブウィンドウでは、これらの水平線のみが機能します。 input string t2="----- Price Line: -----"; // input string InpFont0 = "BUY"; // Obj: BUY (Obj:Name) ВЕРХУ input ENUM_TRADE_COMMAND InpCSCommand = close_open_b; // Obj: command: input string InpFont1 = "SELL"; // Obj: SELL (Obj:Name) ВНИЗУ input ENUM_TRADE_COMMAND InCSCommand = close_open_s; // Obj: command: で、これらも起動することができます。 input string v15="---- XXX:Line name:XXX -----"; // input string InpdarBuy = "BUY"; // Obj: BUY (Obj:Name) ВЕРХУ input double InpStep8 = 60; // Obj: Шаг сетки, пунктов("0" -> false) input string InpdarSell = "SELL"; // Obj: SELL (Obj:Name) ВНИЗУ input double InpStep9 = 60; // Obj: Шаг сетки, пунктов("0" -> false) input int InpChart1 = 0; // номер подокна というコマンドで、ホリゾンタルラインの名前を同じ名前の別のホリゾンタルラインに転送します。 ファイル: Utility_Command.mq5 323 kb Alexsandr San 2020.05.28 17:32 #565 #プロパティバージョン「1.030」 5000行-それは私が立ち往生したものです。だが!このユーティリティを使用すると、ほぼすべての戦略を構築できます。 //+------------------------------------------------------------------+ //| ENUM_TRADE_COMMAND | //+------------------------------------------------------------------+ enum ENUM_TRADE_COMMAND { Turn_Off= 0 , // TURN OFF Line1_Line1= 1 , // Line: LOWER Line2_Line2= 2 , // Line: TOP Line_Line= 3 , // Line: LOWER + Line: TOP Line1_buys= 4 , // Line: LOWER + Buy's Line2_sells= 5 , // Line: TOP + Sell's sells_Line1= 6 , // Line: LOWER + Sell's buys_Line2= 7 , // Line: TOP + Buy's close_buys= 8 , // Close All Buy's close_sells= 9 , // Close All Sell's close_all= 10 , // Close All Buy's and Sell's open_buy= 11 , // Open Buy open_sell= 12 , // Open Sell close_open_b= 13 , // Close Sell + Open Buy close_open_s= 14 , // Close Buy + Open Sell open_buy_sell= 15 , // Open Buy and Sell }; //+------------------------------------------------------------------+ input string t= "----- Balans Parameters -----" ; // input string Template = "ADX" ; // Имя шаблона(without '.tpl') input bool Inpwithout = false ; // Сменить только шаблон (true) input datetime InpMonday_2 = D'1970.01.01' ; // Dell (00::00 -> off) input double TargetProfit = 999999.99 ; // Баланс + Прибыль(прибавить к балансу) input double TargetLoss = 0 ; // Баланс - Убыток(отнять от баланса) input string t0= "----- Lots Parameters -----" ; // input uint maxLimits = 1 ; // Кол-во Позиции Открыть в одну сторону input double InpLots1 = 0.01 ; // : Lots 1 input int InpLots_01 = 200 ; // Exchange Lots >< Point Lots input double InpLots2 = 0.02 ; // : Lots 2 input int InpLots_02 = 400 ; // Exchange Lots >< Point Lots input double InpLots3 = 0.04 ; // : Lots 3 input int InpLots_03 = 800 ; // Exchange Lots >< Point Lots input double InpLots4 = 0.08 ; // : Lots 4 input string t1= "----- TP SL -----" ; // input int InpTakeProfit = 90 ; // Take Profit("0"-No.5<100)(1.00045-1.00055=1 pips) input double InpTProfit = 1000 ; // Exchange TP >< Point TP input double InpStopLoss = 1000000 ; // Exchange SL >< Point SL input string t2= "----- Exchange><Point TP SL---" ; // input bool InpExcPoi = false ; // Exchange= false; Point= true; input string t3= "----- Price Line: -----" ; // input string InpFont0 = "BUY" ; // Obj: BUY (Obj:Name) ВЕРХУ input ENUM_TRADE_COMMAND InpCSCommand = close_open_b; // Obj: command: input string InpFont1 = "SELL" ; // Obj: SELL (Obj:Name) ВНИЗУ input ENUM_TRADE_COMMAND InCSCommand = close_open_s; // Obj: command: input double InpObjTrail = 1.0001 ; // Obj: Trailing Stop MACD ("0" -> Off) input double InpObjTrailStep = 1.0001 ; // Obj: Trailing Step MACD input bool InpDub = false ; // "0.0":Price=false(Trail->Off) "LOW":Price=true(Trail->ON) input bool InpDubll = false ; // Duplicate "BUY""SELL" (ObjTrailStep) input ushort InpObjTrailingStopCS = 0 ; // Obj: Trailing Stop (distance from price to object, in pips) input ushort InpObjTrailingStepCS = 5 ; // Obj: Trailing Step, in pips (1.00045-1.00055=1 pips) input string InpFont2 = "LOW Up" ; // Obj: Name Price Line BUY input string InpFont3 = "LOW Down" ; // Obj: Name Price Line SELL input bool InpOnTimer = false ; // On(Вкл.) "LOW Up" "LOW Down" input int InpChart2 = 0 ; // Window numbe "LOW Up" "LOW Down" input ushort InpIndentUp = 5 ; // Indent up, in pips (1.00045-1.00055=1 pips) input ushort InpIndentDown = 10 ; // Indent down, in pips (1.00045-1.00055=1 pips) input string t4= "----- Indicators: SELL -----" ; // input string short_name = "LeMan_BrainTrend1Sig" ; // Name Indicators "SELL" input bool InpIndicators = false ; // Indicators: Start (true) input ENUM_TRADE_COMMAND InpTradeCommandY = open_sell; // Trade command: (BuyBuffer Indicators) input ENUM_TRADE_COMMAND InpTradeCommandU = close_sells; // Trade command: (SellBuffer Indicators) input string t5= "----- Indicators: BUY -----" ; // input string short_name1 = "LeMan_BrainTrend1Sig" ; // Name Indicators "BUY" input bool InpIndicators1 = false ; // Indicators: Start (true) input ENUM_TRADE_COMMAND InpTradeCommandY1 = close_buys; // Trade command: (BuyBuffer Indicators) input ENUM_TRADE_COMMAND InpTradeCommandU1 = open_buy; // Trade command: (SellBuffer Indicators) input string t6= "----- Trailing Line: 1 -----" ; // input string InpObjUpName = "ZTOP" ; // Obj: TOP (Horizontal Line) input int InpStep1 = 0 ; // Obj: Шаг сетки, пунктов("0" -> false) input ENUM_TRADE_COMMAND InpTradeCommand = Line2_sells; // Obj: command: input string InpObjDownName = "ZLOWER" ; // Obj: LOWER (Horizontal Line) input int InpStep2 = 0 ; // Obj: Шаг сетки, пунктов("0" -> false) input ENUM_TRADE_COMMAND InTradeCommand = Line1_buys; // Obj: command: input ushort InpObjTrailingStop = 0 ; // Obj: Trailing Stop (distance from price to object, in pips) input ushort InpObjTrailingStep = 5 ; // Obj: Trailing Step, in pips (1.00045-1.00055=1 pips) input bool InpTurn_Off = false ; // Obj: command: Off input string t7= "----- Trailing Line: 2 -----" ; // input string InpObjUpNameG = "POT" ; // Obj: TOP (Horizontal Line) input int InpStep3 = 0 ; // Obj: Шаг сетки, пунктов("0" -> false) input ENUM_TRADE_COMMAND InpTradeCommandG = Line2_sells; // Obj: command: input string InpObjDownNameG = "REWOL" ; // Obj: LOWER (Horizontal Line) input int InpStep4 = 0 ; // Obj: Шаг сетки, пунктов("0" -> false) input ENUM_TRADE_COMMAND InTradeCommandG = Line1_buys; // Obj: command: input ushort InpObjTrailingStopG = 0 ; // Obj: Trailing Stop (distance from price to object, in pips) input ushort InpObjTrailingStepG = 5 ; // Obj: Trailing Step, in pips (1.00045-1.00055=1 pips) input bool InpTurn_Off_1 = false ; // Obj: command: Off input string t8= "----- ChartIndicatorAdd -----" ; // : Работа с Trailing Line: 2 input bool InpChartInd = false ; // Avto Line Chart Indicators input string InpIndiL = "AVERAGE 0" ; // Line name (ChartIndicatorAdd) input int InpStep5 = 15 ; // Obj: Шаг сетки, пунктов("0" -> false) input string InpIndi_name = "Имя Индикатора" ; // Installation Indicator Name input int InpChart = 0 ; // Window numbe input datetime InpMonday_1 = D'1970.01.01' ; // Installation Indicator (00::00->off) input string t9= "----- Indicator Delete -----" ; // input string Inpshort_name = "Имя Индикатора" ; // Delete Indicator Name input string Inpshort_name_1 = "Имя Индикатора" ; // Delete Indicator Name input bool Inpres = false ; // Delete All Indicators input string t10= "---- CalendarValueLast 1-----" ; // input datetime HoursFrom = D'1970.01.01' ; // 1 Время старт Сигнал Календаря input datetime HoursTo = D'1970.01.01' ; // Время стоп Сигнал Календаря input string t11= "---- CalendarValueLast 2-----" ; // input datetime HoursFrom1 = D'1970.01.01' ; // 2 Время старт Сигнал Календаря input datetime HoursTo1 = D'1970.01.01' ; // Время стоп Сигнал Календаря input string t12= "---- CalendarValueLast 3-----" ; // input datetime HoursFrom2 = D'1970.01.01' ; // 3 Время старт Сигнал Календаря input datetime HoursTo2 = D'1970.01.01' ; // Время стоп Сигнал Календаря input bool InpCalend = true ; // Double (Horizontal Line or Trend Line) input string InpSelldar = "Buydar" ; // Line name (Horizontal Line or Trend Line) input int InpStep7 = 30 ; // Obj: Шаг сетки, пунктов("0" -> false) input ENUM_TRADE_COMMAND InpCalendCommandS = open_sell; // Trade command: input string InpBuydar = "Selldar" ; // Line name (Horizontal Line or Trend Line) input int InpStep6 = 30 ; // Obj: Шаг сетки, пунктов("0" -> false) input ENUM_TRADE_COMMAND InpCalendCommandB = open_buy; // Trade command:InpdarBuy input string t13= "---- Trade Line Name 1 -----" ; // input string InpNameR = "LineR" ; // Line name (Horizontal Line or Trend Line) input ENUM_TRADE_COMMAND InpTradeCommandR = open_buy; // Trade command: input string t14= "---- Trade Line Name 2 -----" ; // input string InpNameS = "LineS" ; // Line name (Horizontal Line or Trend Line) input ENUM_TRADE_COMMAND InpTradeCommandS = open_sell; // Trade command: input string t15= "---- Trade Line Name 3 -----" ; // input ENUM_TRADE_COMMAND InpAverage0_0 = open_buy; // Trade command: BUY input string InpNameAverage0 = "TOP" ; // Line Name TOP (Horizontal Line or Trend Line) input ENUM_TRADE_COMMAND InpAverage0 = open_sell; // Trade command: SELL input bool InpDelLine_0 = false ; // Delete (Horizontal Line or Trend Line) input string t16= "---- Trade Line Name 4 -----" ; // input ENUM_TRADE_COMMAND InpAverage_x = open_buy; // Trade command: BUY input string InpNameAverage = "AVERAGE" ; // Line Name AVERAGE (Horizontal Line or Trend Line) input ENUM_TRADE_COMMAND InpAverage = open_sell; // Trade command: SELL input bool InpDelLine = false ; // Delete (Horizontal Line or Trend Line) input string t17= "---- Trade Line Name 5 -----" ; // input ENUM_TRADE_COMMAND InpAverage1_1 = open_buy; // Trade command: BUY input string InpNameAverage1 = "LOWER" ; // Line Name LOWER (Horizontal Line or Trend Line) input ENUM_TRADE_COMMAND InpAverage1 = open_sell; // Trade command: SELL input bool InpDelLine_1 = false ; // Delete (Horizontal Line or Trend Line) input string t18= "---- XXX:Line name:XXX -----" ; // input string InpdarBuy = "BUY" ; // Obj: BUY (Obj:Name) ВЕРХУ input double InpStep8 = 0 ; // Obj: Шаг сетки, пунктов("0" -> false) input string InpdarSell = "SELL" ; // Obj: SELL (Obj:Name) ВНИЗУ input double InpStep9 = 0 ; // Obj: Шаг сетки, пунктов("0" -> false) input int InpChart1 = 0 ; // Window numbe input string t19= "----- Button: -----" ; // input ENUM_TRADE_COMMAND InpTradeCommandBut = Line2_Line2; // Obj(BUY): command:Button: BUY input ENUM_TRADE_COMMAND InTradeCommandBut = Line1_Line1; // Obj(SELL): command:Button: SELL input int TrailingStop_STOP_LEVEL = 36 ; // Button: Trailing Stop LEVEL input string t20= "---- Revers Buy><Sell -----" ; // input bool ObjRevers = false ; // Revers //+------------------------------------------------------------------+すべてを使用する必要はありません- デモアカウントで、セットアップしてセットに保存します ファイル: Utility_Command.mq5 371 kb Alexsandr San 2020.05.29 04:37 #566 Vladimir Baskakov: 私が知恵遅れなのかもしれませんが、何がどうしてそうなるのか、理解できません。目的は何ですか? あなたが構築することができ、私自身専門家とそれがすべてどのように動作するかを理解することを学び、この技術に関与している他の人を表示するための目的。 (スレッドを通過した - ウラジミールを繰り返すことにしました、なぜ私はここで愚かだ)。 Alexsandr San 2020.05.29 05:06 #567 Alexsandr San: #property version "1.030" 5,000行......それが、私の経験です。でも!このUtilityがあれば、ほとんどどんな戦略も立てられるんです。 全部使わなくても、デモ口座に 設定して保存しておけば、セットで このユーティリティを使った、最も簡単な方法です。ユーティリティコマンド.mq5 保留中の注文やオープンポジションを扱う場合、今日の利益と損失を簡単に指定できます。 すぐそこ input double TargetProfit = 999999.99; // Баланс + Прибыль(прибавить к балансу) input double TargetLoss = 0; // Баланс - Убыток(отнять от баланса) 余計なお世話だ Alexsandr San 2020.05.29 07:02 #568 Alexsandr San: このUtilityを使った最もシンプルな戦略。ユーティリティコマンド.mq5 未決済注文やオープンポジションを扱う場合、今日の利益と損失を設定することができます。 ただいま 余計なお世話だ 以下は、トレンドライン(水平線)からポジションを建てる方法の例です(すぐに建てる方法、新しいバーで建てる方法など、いくつかの方法があります)。 反転した場合、そのポジションをクローズし、反対方向にオープンします ここでは、トレンドライン(水平線)に求めるものを設定します。 ---------------------------------------- ここでは、1分足チャートで、その仕組みを説明します。最初にバーがライン上にあり、売りで始まり、1つ上のバーで交差し、売りを 閉じ、買いで始まりました。 Valeriy Yastremskiy 2020.05.29 08:35 #569 Alexsandr San: トレンドライン(水平線)からどのようにポジションを開くか(いくつかの方法があります - 即座に、または新しいバーで)。 私が設定したものは、新しいバーでオープンし、ラインは削除されません。反転がある場合 - それは、その位置を閉じて、反対方向に開きます。 ここでは、トレンドライン(水平線)に求めるものを設定します。 ガッツリ描写があると嬉しいですね)))ずっと追いかけていますが、すでに中身を忘れています))) Alexsandr San 2020.05.29 08:44 #570 Valeriy Yastremskiy: ガッツリ説明のある記事があると良いですね)ずっと追いかけていたのですが、もう中身を忘れてしまいました))) 私自身は、何が入っていて、どう使うのか、忘れていました。 1...5051525354555657585960616263 新しいコメント 取引の機会を逃しています。 無料取引アプリ 8千を超えるシグナルをコピー 金融ニュースで金融マーケットを探索 新規登録 ログイン スペースを含まないラテン文字 このメールにパスワードが送信されます エラーが発生しました Googleでログイン WebサイトポリシーおよびMQL5.COM利用規約に同意します。 新規登録 MQL5.com WebサイトへのログインにCookieの使用を許可します。 ログインするには、ブラウザで必要な設定を有効にしてください。 ログイン/パスワードをお忘れですか? Googleでログイン
#property version "1.028"
は、別の方法を見つけた。
水平線のNameを追加し、任意のサブウインドウに設定できるようにしました。
彼らはコマンドを持っていない - 私は彼らから名前が必要です。
しかし、サブウィンドウにコマンドを設定することができます。
これらの名前をインジケータ名に変更する
例えば、これはインジケータの水平線の名前です。(PRICE)です。
ユーティリティというと難しく思われるかもしれませんが、そうではありません。
でも、ホリゾンタルラインは 2本しか使っていません。
Indicatorを自分用に少し調整したhttps://www.mql5.com/ru/code/29321
#property version "1.029"
本機能の可能性を追加
この行がアクティブになったとき(現在の価格"LOW Up";"LOW Down"; )、サブウィンドウを選択することができます。
subwindow =0subwindow =1
グレー水平線
-----------------------------
1サブウィンドウでは、これらの水平線のみが機能します。
で、これらも起動することができます。
というコマンドで、ホリゾンタルラインの名前を同じ名前の別のホリゾンタルラインに転送します。
#プロパティバージョン「1.030」
5000行-それは私が立ち往生したものです。だが!このユーティリティを使用すると、ほぼすべての戦略を構築できます。
すべてを使用する必要はありません- デモアカウントで、セットアップしてセットに保存します
私が知恵遅れなのかもしれませんが、何がどうしてそうなるのか、理解できません。目的は何ですか?
あなたが構築することができ、私自身専門家とそれがすべてどのように動作するかを理解することを学び、この技術に関与している他の人を表示するための目的。
(スレッドを通過した - ウラジミールを繰り返すことにしました、なぜ私はここで愚かだ)。
#property version "1.030"
5,000行......それが、私の経験です。でも!このUtilityがあれば、ほとんどどんな戦略も立てられるんです。
全部使わなくても、デモ口座に 設定して保存しておけば、セットで
このユーティリティを使った、最も簡単な方法です。ユーティリティコマンド.mq5
保留中の注文やオープンポジションを扱う場合、今日の利益と損失を簡単に指定できます。
すぐそこ
余計なお世話だ
このUtilityを使った最もシンプルな戦略。ユーティリティコマンド.mq5
未決済注文やオープンポジションを扱う場合、今日の利益と損失を設定することができます。
ただいま
余計なお世話だ
以下は、トレンドライン(水平線)からポジションを建てる方法の例です(すぐに建てる方法、新しいバーで建てる方法など、いくつかの方法があります)。
反転した場合、そのポジションをクローズし、反対方向にオープンします
ここでは、トレンドライン(水平線)に求めるものを設定します。
----------------------------------------
ここでは、1分足チャートで、その仕組みを説明します。最初にバーがライン上にあり、売りで始まり、1つ上のバーで交差し、売りを 閉じ、買いで始まりました。
トレンドライン(水平線)からどのようにポジションを開くか(いくつかの方法があります - 即座に、または新しいバーで)。
私が設定したものは、新しいバーでオープンし、ラインは削除されません。反転がある場合 - それは、その位置を閉じて、反対方向に開きます。
ここでは、トレンドライン(水平線)に求めるものを設定します。
ガッツリ描写があると嬉しいですね)))ずっと追いかけていますが、すでに中身を忘れています)))
ガッツリ説明のある記事があると良いですね)ずっと追いかけていたのですが、もう中身を忘れてしまいました)))
私自身は、何が入っていて、どう使うのか、忘れていました。