Vladimir Karputov:
我在等待关于网状结构的建议--像往常一样,一步步的实施由我来负责。
是的,请
1)采取标准的(或非标准的)macd
2)寻找第二个驼峰(有些对需要匹配)的细微差别--mcd应该离中心更远一些,由...(每一对都有不同的传播,是一个浮动参数)
3)按地段参数在这些点上输入
4) 如果价格以阶梯值对我们不利的方式移动
2个订单批 * 马汀
3批订单
4批订单*马丁
5个订单批号*保证金
5)5个订单批次*马丁
5)如果在我们的方向上,由值的步骤
与第4页中的做法完全相同
6) 我们根据给定的总利润来支付。
7) 订单上的自动分配点,以demozit的百分比浮动或固定的指定值计算
8) 停止交易,可以是拆迁的百分比,也可以是指定的价值。
紧接着第2点--请提供图片,或更详细的描述。
Vladimir Karputov:
对于第2点,请使用图片或更详细的描述。
对于第2点,请使用图片或更详细的描述。
我忘了加一句话--相对接近中心的水平和进场点,我们在开第一个仓位时忽略。
它也可以被设置为一个浮动值,例如,如果卖出时它小于0.25,我们就不打开销售。
trader781:
我忘了加一句话--相对接近中心的水平和进场点,我们在开第一个仓位时忽略。
它也可以被设置为一个浮动值,例如,如果卖出时它小于0.25,我们就不打开销售。
在这里,我们再看一遍字母的清单。
它是什么。"在那些有地段参数的点上进入"?
Evgeny Belyaev:
像所有的指标?趋势指标和震荡指标都有吗?
网格管理员很容易。我将陈述职权范围。
1.买入条件:所有来自标准MT5交付的指标都在上升(在最后一栏),相对于前一栏的数值。
Vladimir Karputov:
是否有所有的指标?趋势指标和震荡指标都有吗?
所有的人!Gridlocker很简单,不是吗?
是否有所有的指标?趋势指标和震荡指标都有吗?
Volodya,职权范围很清楚,还有什么问题吗?
Evgeny Belyaev:
Volodynka,职权范围很清楚,还有什么问题吗?
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
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
足够吗?:)
网格型EA的变种。
关于交易、自动交易系统和交易策略测试的论坛
网格型EA--它复杂吗?
Vladimir Karputov, 2017.01.29 08:24
像这样:(随着批次的增加,步步为营--先是量InpLot,然后是InpLot*系数,再是InpLot,然后再是InpLot*系数)?
参赛规则。
在MACD指标上,寻找零线交叉点,然后寻找 "第二个驼峰 "形成。如果这个 "驼峰 "高于 "+"级(低于"-"级),这就是入场信号。