I would like an EA created for MT5 that immediately opens a position when placed on the chart. If a position hits a TP or SL or the position is closed manually, the EA immediately opens another position. - INPUT: The position of BUY or SELL. - INPUT: Risk management should be a percentage of the account equity. - INPUT: Risk to reward ratio. - INPUT: The amount of POINTS from the current price the SL is based off of. For example if there is 100 points in this input, then the SL will be 100 points from the current price. Also, the TP will also be 100 points away from the current price if the risk to reward ratio INPUT is "1". - INPUT: Amount of SECONDS before each new position is opened. The EA should open a position unlimited times after each closed position or triggered TP/SL.