작업 종료됨
명시
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.
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. 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.
5. Open new trade only in start-stop time scope.
EA should have input parameters (at minimum):
1. Magic number
2. Take Profit (In Point)
3. Stop Loss (In Point)
4. Initial Lot
5. 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)
6. Start Hour
7. Start Minute
8. Stop Hour
9. 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)
I would like to receive the source code for future adjustments.
Thank you in advance.