Tailor EA (MT5) Skilled Advisor Enter Parameters Information
This information gives an in depth clarification of the enter parameters for the Tailor EA Skilled Advisor and the way they have an effect on the EA’s buying and selling habits, utilizing pips because the unit of measurement.Enter ParametersN_pips (ushort): The variety of pips used for particular calculations within the EA technique.
Min_Corridor (ushort): The minimal measurement of the buying and selling hall in pips.
Max_Corridor (ushort): The utmost measurement of the buying and selling hall in pips.
InpLots (double): The fastened quantity for buying and selling, in tons. If set to 0, the EA will use the worth of the Danger parameter for lot measurement calculation.
Danger (double): The chance proportion for use for lot measurement calculation. If set to 0, the EA will use the worth of the InpLots parameter.
STOPLOSSMODE (SLMode): The cease loss mode (fastened or Fibonacci-based).
FixSL (int): The fastened cease loss worth in pips, used if STOPLOSSMODE is ready to fastened.
TakeProfit (int): The take revenue worth in pips.
Fibo_StopLoss (ENUM_FIBO): The Fibonacci stage used for cease loss calculation if STOPLOSSMODE is ready to Fibonacci-based.
Trailing (bool): Allow or disable the trailing cease characteristic.
InpTrailingStop (double): The trailing cease distance as a proportion of the present revenue.
InpTrailingStep (double): The trailing cease step as a proportion of the present revenue.
TrailingStart (double): The revenue proportion at which trailing cease is activated.
Line (bool): Show extra traces on the chart for buying and selling ranges and the buying and selling hall.
m_magic (ulong): The distinctive identifier for the Skilled Advisor’s orders.
MaxSpread (int): The utmost allowable unfold in pips.
StartHour (int): The beginning time for buying and selling, in hours.
StopHour (int): The tip time for buying and selling, in hours.
FridayStopTime (int): The time on Friday when buying and selling needs to be stopped, in hours.
TailorNews (string): A label for information filter settings.
NewsFilterMode (bool): Allow or disable the information filter characteristic.
MinsAfter (int): The variety of minutes after information launch throughout which buying and selling will not be allowed.
MinsBefore (int): The variety of minutes earlier than information launch throughout which buying and selling will not be allowed.
Configuration
To configure the enter parameters for the Tailor EA Skilled Advisor, comply with these steps:Open the MetaTrader platform and navigate to the “Navigator” panel.Discover the “Skilled Advisors” part and broaden it.Find the “Tailor EA” Skilled Advisor within the checklist and double-click it.Within the “Inputs” tab of the “Properties” window, you’ll find the enter parameters listed above.Modify the parameter values in accordance with your preferences and click on “OK” to use the modifications.