I would like a risk reward ratio of 2:1, also add 3 settings for this money management setting, low medium and high risk, for each money risk management setting we have to calculate the TP and SL for each order low risk having a smaller tp and sl and lot size calculation based on 0.01 to every $200 increment, medium having a medium tp and sl and lot size calculation based on 0.01 to every $100 increment, and the high risk having a larger tp and sl setting and lot size calculation based on 0.01 to every $50 increment. there should only be a maximum of one trade going from this EA overall per every base dollar amount based on money management risk settings, low being $200, medium being $100 and high being $50, so if there is $400 in the account, and the risk setting is low, then there will be a maximum trade count of 2 going at the same time over all, but if the account has $400 and the risk setting is high!, then the account can have a maximum of 8 trades going over all per 1 cent so if 3 charts have this EA on it, with low risk money management only 2 of these charts can trade per lot allocation and so on, if there is ever a stronger signal, id like the EA to exit a position if the trade we are trying to exit was not a strong signal, and only if it is in profit, otherwise!, id like the EA to make the best choice possible for the situation, making a small loss for a strong probability of a win and profit over all, also I would like the EA to trade only 1 trade per chart, so no double trades per chart, or triple trades per chart. I would like it to reverse trend by closing any open trades when the trend changes, it should have its own smart take profit based on its own analysis set by 2 other indicators, the ATR and Fibonnaci. also I'd like the trades to close when the trend Moving average crossover changes, setting a minimum take profit that is foreseeably probable, and 2 other possible take profits. it should also be able to process scalp and swing trades at the same time, although it should be an intraday trading EA, and for it to be able to learn from its losses and wins, becoming more efficient at trading every time it makes losses, and remembering patterns from every win and loss. also I'd like a safety setting for lot size calculation, an example would be that it be able to make safer trades with smaller lots based on the account balance, the smaller the account balance, as in a $10 or less account making a small trade 0.01 lots of 5pips or less take profit with trailing stop and trailing take profit moving stop loss to break even and exiting position atleast 0.5pips/5points in profit, every $10 more of the account balance it will make slightly more pips in maximum take profit, meaning it will adjust the take profit dependent on maximum account balance and at every $200 more than $200 balance the EA will increase the lot size per trade by 0.01 or add another trade of 0.01 lots and so on, but capping it's maximum take profit at a maximum of 3000points/300pips, if you are an experienced trader I'm sure you will be able to make this happen. please ask me questions if you are unsure of what exactly I need, I will try to simplify things even more if I can. Also if you have a more feasible strategy or maybe a better way of optimizing the trading process but still having the same working systems as I want, then please be free to make suggestions to me and I'll check over it. The EA should have 1 Strategy based on 3 indicators. The first strategy with 3 indicators, if atleast 2 of these indicators indicate a sell or a buy, then it should enter the trade with the indicators specifications, and if all three indicate a sell or buy then it is a strong indication of an entrance signal into the trade, also if only one indicator is signaling a sell or buy and the other 2 are not yet, can we just set a small trade with high risk obviously, also could we have 5 settings for risk management, very low risk, low risk, medium risk, high risk, very high risk, obviously i dont really know how to do this because im not a programmer, but could all the indicators be set dependent on the risk setting, as to what the EA will deem low medium or high risk based on whatever that calculation would look like. 1. ver high risk = more trades less probable of winning 2. high risk = less trades but more likely to be a winning trade still risky though 3. medium risk = more probability of trading but less probable of winning 4. low risk = less trades but more likely to be a winning trade still risky though 5. very low risk = near no trades or not often trading but a very high probability of winning trades The 3 indicators for the first Strategy i would like to use are the "RSI", "EMA/Exponential moving average crossover", and the "Stochastic Oscillator". The RSI indicator is to be a sell signal after reaching a maximum of 80 in rsi for very low risk, 75 in the rsi for low risk, 70 for medium risk, 65 for high risk and 60 for very high risk settings, and for buy signal ,a minimum of 20 for very low risk, 25 for low risk, 30 for medium risk, 35 for high risk and 40 for very high risk also the period setting will be 11. The EMA, i would like the fast 5day and slow 11day moving averages if the fast average crosses upwards that will signal a buy and if the fast average crosses downward that will signal a sell. with the Stochastic Oscillator, if the red line is below the green then thats a buy indication, if it is above then thats a sell indication, with a 11,6,6 parameter, and with the risk settings involved the higher the Stochastic Oscillator line is the lower the loss probability for a sell, and the lower the line is the lower the chance of losing a buy. Id like these indicators to work for any time frame for the strategy. if it holds a position for more than 6 hours, then it will close if it is in profit, otherwise every hour of time over 6 hours decreasing the tp by 5pips/50points with a minimum take profit after 6 hours being 0.5pips use the atr and fibonacci levels to find the stop-loss and take profit levels for stop-losses please dont set a visible stop-loss untill the bot is in profit of atleast 10points/1pip, and stoploss should be set at 5points/0.5pips more than the entrance price after the price reaches the minimum take profit, set the stop-loss 20% of the TP below the minimum take profit as there would be 3 possible take profits as said earlier, also when it gets to the next take profit point set another stop-loss at around 10% below the second take profit, which is still saving a little profit. set an invisible stop-loss with a 50%/half of the take profit amount and a minimum invisible stop loss of 5pips/50points and maximum of 1500points/150pips EA to be made for both MT5 please