蜡烛 - 页 34 1...2728293031323334 新评论 Sergey Golubev 2020.06.17 12: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 15:53 #332 关于交易、自动交易系统和测试交易策略的论坛CCI Woodie像Sergey Golubev, 2021.11.01 15:53CCI彩色烛台- MetaTrader 5的指标 使用DRAW_COLOR_CANDLES 图形风格,根据iCCI指标(商品通道指数,CCI)的读数给图表的烛台上色。 Sergey Golubev 2021.11.04 10: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,000+信号可供复制 探索金融市场的经济新闻 注册 登录 拉丁字符(不带空格) 密码将被发送至该邮箱 发生错误 使用 Google 登录 您同意网站政策和使用条款 如果您没有帐号,请注册 可以使用cookies登录MQL5.com网站。 请在您的浏览器中启用必要的设置,否则您将无法登录。 忘记您的登录名/密码? 使用 Google 登录
小节时间倒计时 - MetaTrader 5的指标
这个MT5指标是以HH:MM:SS的格式来倒数当前条形图的剩余时间。
关于交易、自动交易系统和测试交易策略的论坛
CCI Woodie像
Sergey Golubev, 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