キャンドル - ページ 34 1...2728293031323334 新しいコメント Sergey Golubev 2020.06.17 10:18 #331 バー時間カウントダウン - MetaTrader 5用インジケータ このMT5インジケータは、現在のバーの残り時間をHH:MM:SSのフォーマットでカウントダウンするものです。 Bar Time Count Down www.mql5.com This MT5 indicator is to count down the remaining time of the current bar as the format HH:MM:SS The label can be positioned with 2 ways: FOLLOW_PRICE Sergey Golubev 2021.11.01 14:53 #332 トレーディング、自動売買システム、トレーディング戦略のテストに関するフォーラムCCIウッディーのようなセルゲイ・ゴルベフ, 2021.11.01 15:53CCIカラーキャンドル- MetaTrader 5用インジケーター DRAW_COLOR_CANDLES グラフィックスタイルを使用して、iCCIインディケータ(Commodity Channel Index, CCI)の読みによって、チャートのローソク足に色を付けます。 Sergey Golubev 2021.11.04 09:04 #333 残り時間- MetaTrader 5用インジケーター //--- input parameters input group "Label" input string InpName = "Time left"; // Label name input int InpX = 15; // X-axis distance input int InpY = 15; // Y-axis distance input ENUM_BASE_CORNER InpCorner = CORNER_RIGHT_LOWER;// Chart corner for anchoring input string InpFont = "Calibri"; // Font input int InpFontSize = 14; // Font size input color InpColor = clrDeepSkyBlue; // Color input double InpAngle = 0.0; // Slope angle in degrees input ENUM_ANCHOR_POINT InpAnchor = ANCHOR_RIGHT_LOWER;// Anchor type input bool InpBack = false; // Background object input bool InpSelection= false; // Highlight to move input bool InpHidden = true; // Hidden in the object list input long InpZOrder = 0; // Priority for mouse click //--- Timer showing the number of seconds until a new bar appears. Information is displayed using the OBJ_LABEL graphic object 1...2728293031323334 新しいコメント 取引の機会を逃しています。 無料取引アプリ 8千を超えるシグナルをコピー 金融ニュースで金融マーケットを探索 新規登録 ログイン スペースを含まないラテン文字 このメールにパスワードが送信されます エラーが発生しました Googleでログイン WebサイトポリシーおよびMQL5.COM利用規約に同意します。 新規登録 MQL5.com WebサイトへのログインにCookieの使用を許可します。 ログインするには、ブラウザで必要な設定を有効にしてください。 ログイン/パスワードをお忘れですか? Googleでログイン
バー時間カウントダウン - MetaTrader 5用インジケータ
このMT5インジケータは、現在のバーの残り時間をHH:MM:SSのフォーマットでカウントダウンするものです。
トレーディング、自動売買システム、トレーディング戦略のテストに関するフォーラム
CCIウッディーのような
セルゲイ・ゴルベフ, 2021.11.01 15:53
CCIカラーキャンドル- MetaTrader 5用インジケーター残り時間- MetaTrader 5用インジケーター
Timer showing the number of seconds until a new bar appears. Information is displayed using the OBJ_LABEL graphic object