명시
This is an easy job this should take a few hours, I dont wait to wait until you finish 4 jobs and have me waiting
I need this job completed ASAP,
we
I have an indicator-based Expert Advisor (EA) for MetaTrader 5 that needs the following corrections:
Important
Allow the EA to open all trades immediately AFTER the indicator lines COMPLETELY CROSS, the trade should trigger as soon as a complete indicator crossover happens.
1. without waiting for any candle to close or 2. without waiting for a bullish engulfing candlestick pattern to end or 3. without waiting for a bearish engulfing candlestick pattern to end.
4. Initial Trade Opening Logic:
Adjust the EA to wait for a complete cross of the indicator before opening any trades. Currently, when MT5 is opened, the EA immediately initiates trades, which I want to prevent until a valid cross is confirmed.
5. Applying Input Changes Without Restarting:
Enable the EA to apply changes to its input settings right away without needing to restart MT5. Right now, any input adjustment requires a restart for the changes to take effect.
6. Cross Confirmation After Input Changes:
Ensure the EA waits for a complete cross of the indicator before opening any trades after any input changes. Currently, it opens trades immediately after input adjustments, often leading to trades in the wrong direction.
7. Manual Close
Sometimes I will manual close a trade after the EA opens it and the EA will immediately open another trade without waiting for a complete cross of the indicator
Allow the EA to wait for a complete cross after I manually close a trade then it will open a trade.
8. Non-Repainting Indicator:
Modify the EA to use a non-repainting version of the indicator to ensure reliable and stable signals.