市场 / MetaTrader 5 / 指标 / LT Donchian Channel 4.86 FREE 已发布: 23 五月 2022 当前版本: 1.3 找不到合适的EA交易?请在自由职业者服务中订购您自己的EA交易 进入自由职业者服务 如何 购买 自动交易或指标 在 虚拟 主机运行您的EA 购买之前测试一个指标/EA交易 想要在市场 赚钱 吗? 如何介绍 用于流通销售的产品 概述 评分 (8) 评论 (6) 新特性 只有购买或租用产品的用户才可以进行评论 Airton Oliveira 2023.02.13 12:26 #1 Buenas, consegue programar um canal de range de pontos ou pips? JAEcker 2023.07.19 18:09 #2 The push alert does not specify the pair. Thiago Duarte 2023.07.19 18:15 #3 JAEcker #: The push alert does not specify the pair. I will implement this feature. Thank you for the suggestion ;) Thiago Duarte 2023.07.19 18:16 #4 Airton Oliveira #: Buenas, consegue programar um canal de range de pontos ou pips? Pode explicar melhor como seria? Me mande no chat, assim conseguimos conversar melhor ;) JAEcker 2023.07.24 02:02 #5 Thiago Duarte #: I will implement this feature. Thank you for the suggestion Super - thank you! Antonio Molinaro 2023.10.31 22:30 #6 Ciao Tiago, Thank you for your free great indicator. I'm trying to use it inside an EA but I cannot make any sense of how the result values are stored. The code I'm using is the following: double iParams[]; SetIndexBuffer(0,iParams,INDICATOR_DATA); ArraySetAsSeries(iParams, true); iHandle = iCustom(_Symbol, PERIOD_CURRENT, indicator_name, PRICE_CLOSE, 10, true); int copied = CopyBuffer(iHandle, 0, 0, 6, iParams); I'm new to MQL5 but no to programming. Maybe you could give me some hint on what I'm doing wrong. P.S. I need the values (Top,Bottom) at the previous bar. 只有购买或租用产品的用户才可以进行评论 您错过了交易机会: 免费交易应用程序 8,000+信号可供复制 探索金融市场的经济新闻 注册 登录 拉丁字符(不带空格) 密码将被发送至该邮箱 发生错误 使用 Google 登录 您同意网站政策和使用条款 如果您没有帐号,请注册 可以使用cookies登录MQL5.com网站。 请在您的浏览器中启用必要的设置,否则您将无法登录。 忘记您的登录名/密码? 使用 Google 登录
Thiago Duarte 2023.07.19 18:15 #3 JAEcker #: The push alert does not specify the pair. I will implement this feature. Thank you for the suggestion ;)
Thiago Duarte 2023.07.19 18:16 #4 Airton Oliveira #: Buenas, consegue programar um canal de range de pontos ou pips? Pode explicar melhor como seria? Me mande no chat, assim conseguimos conversar melhor ;)
JAEcker 2023.07.24 02:02 #5 Thiago Duarte #: I will implement this feature. Thank you for the suggestion Super - thank you!
Antonio Molinaro 2023.10.31 22:30 #6 Ciao Tiago, Thank you for your free great indicator. I'm trying to use it inside an EA but I cannot make any sense of how the result values are stored. The code I'm using is the following: double iParams[]; SetIndexBuffer(0,iParams,INDICATOR_DATA); ArraySetAsSeries(iParams, true); iHandle = iCustom(_Symbol, PERIOD_CURRENT, indicator_name, PRICE_CLOSE, 10, true); int copied = CopyBuffer(iHandle, 0, 0, 6, iParams); I'm new to MQL5 but no to programming. Maybe you could give me some hint on what I'm doing wrong. P.S. I need the values (Top,Bottom) at the previous bar.
The push alert does not specify the pair.
I will implement this feature. Thank you for the suggestion ;)
Buenas, consegue programar um canal de range de pontos ou pips?
Pode explicar melhor como seria? Me mande no chat, assim conseguimos conversar melhor ;)
I will implement this feature. Thank you for the suggestion
Super - thank you!
Ciao Tiago,
Thank you for your free great indicator.
I'm trying to use it inside an EA but I cannot make any sense of how the result values are stored.
The code I'm using is the following:
double iParams[];
SetIndexBuffer(0,iParams,INDICATOR_DATA);
ArraySetAsSeries(iParams, true);
iHandle = iCustom(_Symbol, PERIOD_CURRENT, indicator_name, PRICE_CLOSE, 10, true);
int copied = CopyBuffer(iHandle, 0, 0, 6, iParams);
I'm new to MQL5 but no to programming. Maybe you could give me some hint on what I'm doing wrong.
P.S. I need the values (Top,Bottom) at the previous bar.