网友们很难受吗?

 

网格型EA的变种。

关于交易、自动交易系统和交易策略测试的论坛

网格型EA--它复杂吗?

Vladimir Karputov, 2017.01.29 08:24

像这样:(随着批次的增加,步步为营--先是量InpLot,然后是InpLot*系数,再是InpLot,然后再是InpLot*系数)?

MetaTrader 5 "网格 "专家顾问


参赛规则。

网格规则

在MACD指标上,寻找零线交叉点,然后寻找 "第二个驼峰 "形成。如果这个 "驼峰 "高于 "+"级(低于"-"级),这就是入场信号。

 
Vladimir Karputov:

我在等待关于网状结构的建议--像往常一样,一步步的实施由我来负责。

是的,请

1)采取标准的(或非标准的)macd

2)寻找第二个驼峰(有些对需要匹配)的细微差别--mcd应该离中心更远一些,由...(每一对都有不同的传播,是一个浮动参数)

3)按地段参数在这些点上输入

4) 如果价格以阶梯值对我们不利的方式移动

2个订单批 * 马汀

3批订单

4批订单*马丁

5个订单批号*保证金

5)5个订单批次*马丁

5)如果在我们的方向上,由值的步骤

与第4页中的做法完全相同

6) 我们根据给定的总利润来支付。

7) 订单上的自动分配点,以demozit的百分比浮动或固定的指定值计算

8) 停止交易,可以是拆迁的百分比,也可以是指定的价值。

尝试#1
 
紧接着第2点--请提供图片,或更详细的描述。
 
Vladimir Karputov:
对于第2点,请使用图片或更详细的描述。

我忘了加一句话--相对接近中心的水平和进场点,我们在开第一个仓位时忽略。

它也可以被设置为一个浮动值,例如,如果卖出时它小于0.25,我们就不打开销售。

 
trader781:

我忘了加一句话--相对接近中心的水平和进场点,我们在开第一个仓位时忽略。

它也可以被设置为一个浮动值,例如,如果卖出时它小于0.25,我们就不打开销售。

在这里,我们再看一遍字母的清单。

它是什么。"在那些有地段参数的点上进入"?

 
Vladimir Karputov:

我在等待关于网状结构的建议--像往常一样,一步步的实施由我来负责。

网格管理员很容易。以下是职权范围。

1.购买条件:从标准MT5交付的所有指标都在增加(在最后一个条形图上),相对于前一个条形图上的数值。

2.如果条件1得到满足,就会放置一个待定 买入止损 的网格。

调整。

获取利润。

地段。

挂单之间的步骤(第一笔订单在与当前价格相同的距离下达)。

你能设计这样一个订单吗?利润可能将是无法计算的...计算器将打破...

 
Evgeny Belyaev:

网格管理员很容易。我将陈述职权范围。

1.买入条件:所有来自标准MT5交付的指标都在上升(在最后一栏),相对于前一栏的数值。


像所有的指标?趋势指标和震荡指标都有吗?
 
Vladimir Karputov:
是否有所有的指标?趋势指标和震荡指标都有吗?
所有的人!Gridlocker很简单,不是吗?
 
Vladimir Karputov:

又是一组信...

这算什么。"在那些有地段参数的点上进入"?

这意味着我们设定了第二个驼峰的点,并通过预设的手数(自动或常规)买入或卖出来进入。

例如,第二个驼峰点低于中间线+低于设定线,它完全满足进入的条件,我想提出一个红色的巨人,我通过销售进入它(关于这样做的可能性)。

例如,对于一组给定的mcd,我将其设置为0.1。

叶夫根尼-别利亚耶夫
就这样吧!一个造网者很容易!

让我们不要这样做,好吗?

这个人已经表现出要做一个织网机的愿望,让他做一个质量好的机器人,为不同的乐器提供定制选项。

第2次尝试
 
Volodya,职权范围很清楚,还有什么问题吗?
 
Evgeny Belyaev:
Volodynka,职权范围很清楚,还有什么问题吗?

这么多的指标

int    handle_iADX;                          // variable for storing the handle of the iADX indicator
int    handle_iCCI;                          // variable for storing the handle of the iCCI indicator
int    handle_iFractals;                     // variable for storing the handle of the iFractals indicator
int    handle_iMA;                           // variable for storing the handle of the iMA indicator
int    handle_iMACD;                         // variable for storing the handle of the iMACD indicator
int    handle_iStochastic;                   // variable for storing the handle of the iStochastic indicator
int    handle_iSAR;                          // variable for storing the handle of the iSAR indicator
int    handle_iMomentum;                     // variable for storing the handle of the iMomentum indicator
int    handle_iWPR;                          // variable for storing the handle of the iWPR indicator
int    handle_iAC;                           // variable for storing the handle of the iAC indicator
int    handle_iBullsPower;                   // variable for storing the handle of the iBullsPower indicator
int    handle_iBearsPower;                   // variable for storing the handle of the iBearsPower indicator
int    handle_iATR;                          // variable for storing the handle of the iATR indicator
int    handle_iBands;                        // variable for storing the handle of the iBands indicator
int    handle_iAlligator;                    // variable for storing the handle of the iAlligator indicator
int    handle_iDeMarker;                     // variable for storing the handle of the iDeMarker indicator
int    handle_iRSI;                          // variable for storing the handle of the iRSI indicator
int    handle_iChaikin;                      // variable for storing the handle of the iChaikin indicator  
int    handle_iEnvelopes;                    // variable for storing the handle of the iEnvelopes indicator
int    handle_iOsMA;                         // variable for storing the handle of the iOsMA indicator

足够吗?:)