Expert Alligator
- 专家
-
MetaQuotes Ltd.
This technical account is not intended to communicate with MQL5.community users. If you have any issues using MQL5.community services or if you have found an error in MetaTrader programs, please apply to Service Desk. You can find more information on how to use this service in the MQL5.community - - 版本: 1.21
- 更新: 31 三月 2020
基于鳄鱼技术指标的策略, 由 Bill Williams 在 "Trading Chaos - 混沌交易" 中描述。
系统基于三条移动均线 (唇线, 牙线和下颌线), 以及振荡器, 计算它们之间的差别。交易信号在鳄鱼线交叉之后生成,依据趋势,通过这些线确定交易。在上涨趋势中,唇线 (最小周期) 最高, 之后是牙线, 最低是下颌线。与此类似,但在下跌趋势中,情况相反。
交易信号:
- 开多头仓位: 上升趋势中,鳄鱼线交叉,且线间距离在拉开;
- 平多头仓位: 下颌线上穿唇线;
- 开空头仓位: 下跌趋势中,鳄鱼线交叉,且线间距离在拉开;
- 平空头仓位: 下颌线下穿唇线;
- Inp_Signal_Alligator_JawPeriod = 33;
- Inp_Signal_Alligator_JawShift = 8;
- Inp_Signal_Alligator_TeethPeriod = 28;
- Inp_Signal_Alligator_TeethShift = 5;
- Inp_Signal_Alligator_LipsPeriod = 15;
- Inp_Signal_Alligator_LipsShift = 3;
- Inp_Signal_Alligator_MaMethod = MODE_SMMA;
- Inp_Signal_Alligator_Applied = PRICE_MEDIAN;
- Inp_Signal_Alligator_CrossMeasure= 5;
- Inp_Money_FixLot_Percent = 10.0;
- Inp_Money_FixLot_Lots = 0.1;

perfect for entry signal. can it be possible for me to get the editable file ? Thanks
Does anyone know what this input field does: Inp_Money-Fixlot_Percent ?