Specification
I have a custom MT4 indicator called SecretProfitLevels that I would like converted to MT5 format while maintaining its full functionality and visual appearance. The indicator plots support and resistance levels (profit levels) on the chart, which are used for trade entries, exits, and target zones.
The MT5 version should:
-
Retain all features, logic, and calculations from the MT4 version.
-
Display the same lines, colors, alerts, and styles as in MT4.
-
Be fully compatible with the latest MetaTrader 5 build.
-
Maintain accuracy in plotting levels across all timeframes.
-
Include the same input parameters and adjustable settings as the MT4 version.
Optional (if possible):
-
Optimize for faster execution in MT5.
-
Add multi-timeframe compatibility (view higher/lower timeframe levels).
I will provide the original MT4 .mq4 source code for reference.