Add Headings and they will appear in your table of contents.
RSIperiod: This input parameter specifies the period used for the Relative Strength Index (RSI) indicator. It is an integer value.
RSIprice: This input parameter specifies the price type used for the RSI calculation. It is an ENUM_APPLIED_PRICE type, which can take one of the following values: PRICE_CLOSE, PRICE_OPEN, PRICE_HIGH, PRICE_LOW, PRICE_MEDIAN, PRICE_TYPICAL, or PRICE_WEIGHTED.
RSIoverbought: This input parameter specifies the overbought level for the RSI indicator. It is an integer value.
RSIoversold: This input parameter specifies the oversold level for the RSI indicator. It is an integer value.
FastMAperiod: This input parameter specifies the period used for the fast moving average (MA) indicator. It is an integer value.
FastMAshift: This input parameter specifies the shift of the fast moving average. It is an integer value.
FastMAmethod: This input parameter specifies the method used for the fast moving average calculation. It is an ENUM_MA_METHOD type, which can take one of the following values: MODE_SMA, MODE_EMA, MODE_SMMA, or MODE_LWMA.
FastMAprice: This input parameter specifies the price type used for the fast moving average calculation. It is an ENUM_APPLIED_PRICE type, which can take one of the following values: PRICE_CLOSE, PRICE_OPEN, PRICE_HIGH, PRICE_LOW, PRICE_MEDIAN, PRICE_TYPICAL, or PRICE_WEIGHTED.
LotOption: This input parameter specifies the type of lot size used for the EA. It is an OptLot type, which can take one of the following values: Fixed, Equity, or Balance.
LotSize: This input parameter specifies the lot size used when the lot size option is set to Fixed. It is a double value.
PercentOfBalance: This input parameter specifies the percentage of the account balance used when the lot size option is set to Balance. It is a double value.
PercetOfEquity: This input parameter specifies the percentage of the account equity used when the lot size option is set to Equity. It is a double value.
Magic: This input parameter specifies the unique identifier used for the EA's orders. It is an integer value.
Subscribe channel for open download link