i need a trading robot for metatrade 5 usings these indicators, parameters and conditions information: name of the robot: G2R date created: june 2023 copyright: ajayronny2015@gmail.com, Ajayi Emmanuel version : G2R 1.01 indicators and parameter: 1 williams alligator default setting (this can be editable) 2 simple moving average 100 close (this can be editable) 3 cci (50) default (this can be editable) 4. rsi (14) default (this can be editable) 5 macd default setting (this can be editable) conditions: +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ To enter a long/buy position, the following conditions need to be met: +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1. A bullish candle closed above both the Alligator indicator and the 100-period moving average (MA). 2. The Commodity Channel Index (CCI) value is greater than zero. 3. The Relative Strength Index (RSI) value is greater than 50. 4. The MACD line value is greater than the MACD signal value. Note: The candle that meet all these four contions above serve as the confirmation candle for going long or buy. Entry point: Use the close of the bullish confirmation candle as the entry for positions, and the low of the entry candle (bullish confirmation candle) as the stop loss. Stop loss: Additionally, if a bearish candle closes below the low of the entry candle, it is considered as a trigger for the stop loss. take profit: take profit when a bearish candle closed below the lips of the alligator and at same time RSI is below 50 that is : ((candle closed value) < (alligator lip value)) and (rsi < 50) = true = take profit ((candle closed value) > (alligator lip value)) and (rsi < 50) = false = don't take profit ((candle closed value) < (alligator lip value)) and (rsi > 50) = false = don't take profit ((candle closed value) > (alligator lip value)) and (rsi > 50) = false = don't take profit +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ signal: an up ward arrow to indicate buy (this arrow sixe and color can be change) +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ To enter a short/sell position based on the opposite conditions, the following criteria should be met: +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1. The candle close is below either the Alligator indicator or the 100-period moving average (MA). 2. The Commodity Channel Index (CCI) is less than or equal to zero. 3. The Relative Strength Index (RSI) is less than or equal to 50. 4. The MACD line is less than or equal to the MACD signal. Note: The candle that meet all these four contions above serve as the confirmation candle for going short or sell. Entry point: use the close of the bearish confirmation candle as the entry for positions, and the high of the entry candle (bearish confirmation candle) as the stop loss. Stop loss: Additionally, if a bullish candle closes above the high of the entry candle, it is considered as a trigger for the stop loss. take profit: take profit when a bullish candle closed above the lips of the alligator and at same time RSI is above 50 that is : ((candle closed value) > (alligator lip value)) and (rsi > 50) = true = take profit ((candle closed value) > (alligator lip value)) and (rsi < 50) = false = don't take profit ((candle closed value) < (alligator lip value)) and (rsi < 50) = false = don't take profit ((candle closed value) > (alligator lip value)) and (rsi > 50) = false = don't take profit +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ signal: an down ward arrow to indicate sell (this arrow sixe and color can be change) +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ There should be a provision for the user to input numbers of positions that the robot should take and the lots size before executing. in addition the following buttons can be incorporate to execute manually by the user 1 Close all Loss Positions 2 close All specified Losses 3 cLose all profit postions 4 close all specified profit positions +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ The robot should be executable on any instruments: commodities, curreny-pairs, cryptocurrency, indices, stocks, synthetic indices and other i hpoe to see this contract and this information secret thanks Ajayi Emmanuel