NO.8 Free EA for MT5 Using Alligator #FX Automatic Trading

NO.8 Free EA for MT5 Using Alligator #FX Automatic Trading

Alligator

basic specifications

After fixing the time axis, calculate Alligator and
If all three lines are exceeded, buy.
If all three lines fall below, sell.

If you have a position,
If the index reverses
After closing the position
Get the opposite position.

InPut input value setting (variable name initial value explanation)

“Alligator settings”
AL_period = PERIOD_CURRENT; // Period
AL_jaw_period = 13; // Jaw calculation period
AL_jaw_shift = 8; // Horizontal jaw shift
AL_teeth_period = 8; // Tooth calculation period
AL_teeth_shift = 5; // Horizontal shift of teeth
AL_lips_period = 5; // Mouth calculation period
AL_lips_shift = 3; // Horizontal shift of mouth
AL_ma_method = MODE_SMMA; // Smoothing type
AL_applied_price = PRICE_CLOSE; // Price type or handle

//Profit ant Stop loss setting
//When ordering
TP_Bairitu = 0; //Profit when ordering : 0 = Not set, Other than= Rate from current price >> Example: 0.005
SL_Bairitu = 0; //Profit when ordering : 0 = Not set, Other than= Rate from current price >> Example: 0.005
//At the time of tick
TP_kin = 100; //tick time Profit : 0 = not set, Other than = Fixed value >> Example: 100
SL_kin = -100; //tick time Stop loss : 0 = not set, Other than = Fixed value >> Example: -100(Negative value)

//lot and magic number
input double Fix_Lot = 0.01; //Order lot
input ulong MagicNumberA = 123456789; //magic number
input bool log_out = 0; //output the log
input bool DamiDami = 0; //Dummy setting for optimizing invalidity

supplementary explanation

TP_Bairitu and SL_Bairitu are set when the position is acquired.
If it is 0, there is none.
If 0.01, the current price is
If it is 100 yen, the profit will be 101 (100 + 100 * 0.01).
The stop loss is 99 (100-100 * 0.01).

Enter fixed values ​​for TP_kin and SL_kin. Judgment is made for each Tick.
If you enter TP_kin as 1000, it will be settled when the profit and loss becomes 1000 or more.
If you enter -100 in SL_kin, the profit and loss will be settled when it exceeds -100.
Enter a negative value for SL_kin.

Download this EA.
iAlligator_20211010.mq5
iAlligator_20211010.ex5

Share this content:

コメントを残す

メールアドレスが公開されることはありません。 が付いている欄は必須項目です

Proudly powered by WordPress | Theme: HoneyBee by SpiceThemes