I am requesting development of a MT4 Expert Advisor based on the following Youtube trading strategy: https://www.youtube.com/watch?v=4JhiNQS05BU It uses three indicators: (from Trading View) - see video for exact indicators, but i think these are the indicators: 1. 200 EMA 2. STC -A Better MACD - shayankm https://www.tradingview.com/script/WhRRThMI-STC-Indicator-A-Better-MACD-SHK/ 3. Trend Trader Strategy by H Potter https://www.tradingview.com/script/j1etwXMQ-Trend-Trader-Strategy/ This indicator causes candle to change color (red/green) and also creates a blue line, which should be shown on display as well. Candles are red when below Trend Trader (TT) blue line, and are green when above TT blue line. As shown in the video: Enter long position if: 1. Price (at time of entry) is above 200 EMA (note this should be optional 200EMA requirement, that can be selected or not) 2. A change of red candle that is below the TT blue line, and closes above TT blue line (candle, due to TT indicator, is now green, to indicate closing above TT blue line). 3. STC is green at time of entry. Enter short Position if: 1. Price (at time of entry) is below 200 EMA (note this should be optional 200EMA requirement, that can be selected or not as a requirement) 2. A change of green candle that is above the TT blue line, and then closes below the TT blue line (candle is now red, to indicate closing below TT blue line). 3. STC is red at time of entry Some additional requests/requirements: 1. As noted, the 200EMA requirement (price is above 200EMa for long positions, and price should be below 200EMA to open a short position) should be selectable (requirement can be turned on or off). 2. See Trend trader strategy, see if you can make candles have some red/green color change based on what side of TT blue line the candle is on. 3. Trend Trader indicator - show blue line in blue, and change color of candles - at least inside, with outline of red or green as shown in TV indicator; 4. Stop loss: create two options: fixed SL at X pips (e.g., 300 pips), or at low of the last X candles (where X is selectable). Also, can you create a third option where SL would be at the most recent swing low (for long position), or most recent swing high (for short position)? 5. We should also create a trailing SL option that can be selected or not (you probably already have some code for this) - starting at X pips, and adjusting every y pips 6. Time frame - please allow selection of up to three time periods, where the EA would be able to open trades during all selectable time periods, which may not overlap. That way i can select, e.g., first two hours of ASia session, first two hours of London session and first two hours of NY session to allow EA to open trades. Or i can set these to 0 to allow 24 hour operation. EA will continue to run and close positions as usual, outside of these hours. But EA will not open any new positions outside of the indicated hours. 7. Multiple trade entries: The EA should allow user to select 1-3 entries (of possibly different sizes, where size may be indicated as Lot size or percent of account size), where each entry can have its own TP. The positions should be able to indicate size of position in Lots, or in account risk % based on SL. This way we can exit portions of overall trade at different TP levels, eg, exit ⅓ position size at Tp=150 pips, 300 pips, and then exit third position when Trend Trader crossover occurs. 1. Example1: 1. Entry 1 0.5% (TP at a specified amount or specified # of pips) 2. Entry 2 0.8% (TP at a specified amount or specified # of pips) 3. Entry 3 1% TP when TT strategy crossover occurs 2. Example2: 1. Entry 1 1 Lot (TP at a specified amount or specified # of pips) 2. Entry 2 not used 3. Entry 3 2 lots (TP when TT strategy crossover occurs) 3. Example3: 1. Entry 1 - not used 2. Entry 2 - not used 3. Entry 3 5 Lots 4. Example4: 1. Entry 1: 0.4%, TP at 150 pips, or 15 ticks 2. Entry 2: 0.4%, TP at 300 pips 3. Entry 3: 0.8%, TP at TT strategy crossover occurs. All 3 positions to be opened at same time, at close of candle when all entry conditions are met. All open entries will be closed when TT strategy crossover occurs. 8. Take profit: 1. First two entries should allow Take profit to be indicated in Pips; these first two entries could be used, or not. 2. Third/last entry should exit when Trend Trader (TT) indicator crossover occurs where TT candle changes color, e.g., exit when candle changes from red (below TT line) to green (above TT line) for sell position; or exits and Long position when Green candle that is above TT line turns red as it closes below TT line. 3. All open positions will be closed upon TT indicator crossover. 9. Note, after detecting at TT crossover, e.g., which would be a candle crossing and closing from above TT line to below TT line to cause closing of all long positions, or candle crossing and closing from below TT line to above TT line to cause closing of short positions, the EA would then open 3 new position entries of a new trade in the new TT direction, e.g., if 200EMA has not been selected as a entry requirement. (if 200EMA is not selected as a trade entry requirement, then the EA will generally trade in both directions, e.g, EA would open 3 new Long positions after closing out last entry of a short position upon crossover from Red candle below TT blue line to green candle closing above TT blue line. 10. If 200EMA requirement is selected/enabled, the EA will only open long positions if price (at time of entry) is above 200EMA, and will only open short trade positions if price (at time of entry) is below 200EMA. Otherwise, if 200EMA requirement is not enabled, then EA may open trades in both directions, based on other entry requirements being met. 11. Position closing and stop EA, if overall profit by this EA for the day (a 24 hour period) for this EA/strategy reaches target Account % or target $$ profit: Have an option to select/enable: where EA will close all positions, and turn off trading for EA, if profit (including both closed positions for that day and pending profit for open positions) for that day reaches a certain $$ profit level, or reaches a certain account percentage; For example, if the profits (including pending profits of any open positions) for that day reach 2.5% profit (e.g., $2500 profit for a $100K account), the EA will close all positions and will not open any other positions until the following day (e.g., until time changes from 23:59 to 00:00). 12. Selectable News filter, that would not open positions X minutes before and/or after high impact US News, you probably already have code for this news filter.