Expert Alligator
- エキスパート
- MetaQuotes Ltd.
- バージョン: 1.21
- アップデート済み: 31 3月 2020
The strategy is based on the Alligator technical indicator, described by Bill Williams in
"Trading Chaos".
The
system is based on three moving averages (Lips, Teeth and Jaw lines),
and oscillators, calculated using the difference between them. The
trading signals are generated after crossover of the Alligator lines,
depending on trend, determined by order of these lines. In the case of
upward trend the Lips line (with minimal period) is the highest, the
next is the Teeth line, and the lowest is the Jaw line. The similar but
opposite case in the case of downward trend.
The trade signals:
- Open long position: crossover of the Alligator lines and increase of the distance between them in the case of the upward trend;
- Close long position: upward crossover of Lips line with the Jaw line;
- Open short position: crossover of the Alligator lines and increase of the distance between them in the case of the downward trend;
- Close short position: downward crossover of Lips line with the Jaw line;
- 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 ?