市场 / MetaTrader 4 / 指标 / MT Merit Pullback 5 36.11 USD 演示已下载: 106 已发布: 12 十二月 2021 当前版本: 8.30 找不到合适的EA交易?请在自由职业者服务中订购您自己的EA交易 进入自由职业者服务 如何 购买 自动交易或指标 在 虚拟 主机运行您的EA 购买之前测试一个指标/EA交易 想要在市场 赚钱 吗? 如何介绍 用于流通销售的产品 概述 评分 (2) 评论 (7) 新特性 只有购买或租用产品的用户才可以进行评论 jabautista 2021.12.16 19:35 #1 Any parameters that can be adjusted for the lower timeframes? Issara Seeboonrueang 2021.12.17 11:49 #2 jabautista #: Any parameters that can be adjusted for the lower timeframes? Hi I will add 2 parameters for you. 1.Trend Filter 2.Signal Level Timeframe lower, if the filter trend with low values will be less signal because it needs to pullback the graph and must follow the trend. Thank you for your question. I will do my best. Dimitri Nepomniachtchi 2024.10.16 21:36 #3 MT Merit Pullback + aditional indicatorsDo they predict price directions for me?! They will rather help me assess the current situation. 附加的文件: IMG_20241016_222419.jpg 3555 kb Issara Seeboonrueang 2024.10.17 06:18 #4 Dimitri Nepomniachtchi #: MT Merit Pullback + aditional indicators Do they predict price directions for me?! They will rather help me assess the current situation. Hi Dimitri, There may be more trading methods for you. (at private message) Dimitri Nepomniachtchi 2024.12.08 06:59 #5 Why don't you enable buffers for automated trading? Issara Seeboonrueang 2024.12.08 07:18 #6 Dimitri Nepomniachtchi #: Why don't you enable buffers for automated trading?Hi, the buffer is still open. No changes. Issara Seeboonrueang 2024.12.08 09:10 #7 //******************Expert Advisor Code***************************** //***** Declaring a variable directly : parameter double ArrowUp, ArrowDn;int myOrderType=0;//***** Declare a variable directly : int start() ArrowUp = iCustom(NULL,0,"Market/MT Merit Pullback",0,1); //Buy ArrowDn = iCustom(NULL,0,"Market/MT Merit Pullback",1,1); //Sell //***** Take the variable myOrderType and put it into the function order Buy, Sell.myOrderType=0; if(ArrowDn!=EMPTY_VALUE && ArrowDn!=0){ myOrderType = 1;} //Sell if(ArrowUp!=EMPTY_VALUE && ArrowUp!=0){ myOrderType = 2;} //Buy//****************************************************************** 只有购买或租用产品的用户才可以进行评论 您错过了交易机会: 免费交易应用程序 8,000+信号可供复制 探索金融市场的经济新闻 注册 登录 拉丁字符(不带空格) 密码将被发送至该邮箱 发生错误 使用 Google 登录 您同意网站政策和使用条款 如果您没有帐号,请注册 可以使用cookies登录MQL5.com网站。 请在您的浏览器中启用必要的设置,否则您将无法登录。 忘记您的登录名/密码? 使用 Google 登录
Issara Seeboonrueang 2021.12.17 11:49 #2 jabautista #: Any parameters that can be adjusted for the lower timeframes? Hi I will add 2 parameters for you. 1.Trend Filter 2.Signal Level Timeframe lower, if the filter trend with low values will be less signal because it needs to pullback the graph and must follow the trend. Thank you for your question. I will do my best.
Dimitri Nepomniachtchi 2024.10.16 21:36 #3 MT Merit Pullback + aditional indicatorsDo they predict price directions for me?! They will rather help me assess the current situation. 附加的文件: IMG_20241016_222419.jpg 3555 kb
Issara Seeboonrueang 2024.10.17 06:18 #4 Dimitri Nepomniachtchi #: MT Merit Pullback + aditional indicators Do they predict price directions for me?! They will rather help me assess the current situation. Hi Dimitri, There may be more trading methods for you. (at private message)
Issara Seeboonrueang 2024.12.08 07:18 #6 Dimitri Nepomniachtchi #: Why don't you enable buffers for automated trading?Hi, the buffer is still open. No changes.
Issara Seeboonrueang 2024.12.08 09:10 #7 //******************Expert Advisor Code***************************** //***** Declaring a variable directly : parameter double ArrowUp, ArrowDn;int myOrderType=0;//***** Declare a variable directly : int start() ArrowUp = iCustom(NULL,0,"Market/MT Merit Pullback",0,1); //Buy ArrowDn = iCustom(NULL,0,"Market/MT Merit Pullback",1,1); //Sell //***** Take the variable myOrderType and put it into the function order Buy, Sell.myOrderType=0; if(ArrowDn!=EMPTY_VALUE && ArrowDn!=0){ myOrderType = 1;} //Sell if(ArrowUp!=EMPTY_VALUE && ArrowUp!=0){ myOrderType = 2;} //Buy//******************************************************************
Any parameters that can be adjusted for the lower timeframes?
Hi
I will add 2 parameters for you.
1.Trend Filter
2.Signal Level
Timeframe lower, if the filter trend with low values will be less signal because it needs to pullback the graph and must follow the trend.
Thank you for your question. I will do my best.
MT Merit Pullback + aditional indicators
Hi Dimitri,
There may be more trading methods for you.
(at private message)
Why don't you enable buffers for automated trading?