仕事が完了した
指定
The indicator page: https://www.mql5.com/en/market/product/47785?source=Site+Market+MT5+Indicator
More information about the indicator:
https://www.mql5.com/en/blogs/post/734988
https://www.mql5.com/en/blogs/post/734144
EA should do the following:
1. EA get buffer entry signal from indicator according to Method 3 specified by indicator author. Entry on Initial Signal and Re-Entry 'Dot' Options.
2. When the trend line changes from red to green => buy signal = Open buy order (Indicator Up Green Arrow appears on chart).
3. When the trend line changes from green to red => sell signal = Open sell order (Indicator Down Red Arrow appears on chart).
4. Entry on trend line change colour (as above) and Filter option to enter on Re-Entry 'Dot' Options.
5. Multiply lot (which specify in input) only if previous trade close with loss / If previous trade close with win then use initial lot for open next trade.
6. FILTER - Lot Size as % Balance or Lot Units.
7. Open new trade only in start-stop time scope.
FILTERS:
8. FILTER - Loss Recovery Setting, MAX DD % Allowed, Direction (Buy/Sell), Trailing Stop, Volatility Filter and Trend Filter Moving Average (M5 to H4).
9. FILTER - Execution Filter for Candle above trendline (Buy) and Candle Below trendline (Sell). Avoid placing a trade when trendline is flat Filter.
10. FILTER - Day Filters (Mon/Tues/Wed/Thur/Fri/Sat/Sun - On/Off)
**SEE ATTACHMENTS FOR FILTER EXAMPLES**
EA should have input parameters (at minimum):
1. Magic number
2. Take Profit (In Point)
3. Stop Loss (In Point)
4. Trailing Stop
5. Breakeven
6. Initial Lot
7. Lot Multiply (Multiply lot from this value only if previous trade close with loss / If previous trade close with win then use initial lot for open next trade)
8. Start Hour
9. Start Minute
10. Stop Hour
11. Stop Minute (Stop opening new trade after this time, however if trade that open before this time is not close yet then let it hit sl or tp)
12. Filters Above mentioned and as per attachment.
13. Option to trade both initial signal (when trendline change) and re-entry dots.
I would like to receive the source code for future adjustments.
Above requirements are similar requested by previous client for MT5. I wish to get a similar/same EA.