Specification
Overview:
I need a full Expert Advisor (EA) developed or upgraded in MQL4 based on multiple indicator modules, each acting independently with their own logic, timeframe, and configuration. This EA is titled Renewed Hope 3.0.
Note:
About half of the strategies (such as STO, Ichimoku, Standard Deviation, and others) are already partially or fully coded. The job mainly requires modifications, improvements, and the integration of remaining modules to complete the full version
Requirements (Features to Implement):
-
Stochastic Strategy (STO) Entry
-
Custom strategy using Stochastic indicator.
-
Must support independent timeframe selection.
-
Separate visual signals and trade logic for this module.
-
-
Standard Deviation Strategy Entry
-
Use Standard Deviation indicator for trade entries.
-
Allow timeframe selection.
-
Independent logic and signals.
-
-
Ichimoku Strategy Entry
-
Full Ichimoku strategy-based trading.
-
Configurable timeframe for analysis and signal.
-
Should work independently from other modules.
-
-
Price Action Strategy Entry
-
Use Price Action rules for trade entries.
-
Include timeframe option.
-
Standalone module with visual cues.
-
-
Volume Profile Strategy Entry
-
Volume profile-based trading strategy.
-
Must include timeframe input for volume zone analysis.
-
Separate trade triggers and display.
-
-
Triple RSI & Double RSI Strategy
-
Modify this module to work with timeframe input.
-
Keep both RSI-based strategies (Triple and Double) as separate components.
-
Each should operate with its own timeframe and entry logic.
-
-
MACD Strategy Entry
-
MACD-based trading signals.
-
Allow selection of independent timeframe.
-
Trade logic and visual display must be modular.
-
-
Double Bollinger Bands Strategy Entry
-
Two-layer Bollinger Band strategy for entries.
-
Timeframe should be configurable.
-
Module should work independently.
-
-
Take Profit & Stop Loss in Money
-
Modify or add feature to define TP and SL in money value, not pips or points.
-
Must apply per trade and not globally.
-
Additional Notes:
-
Each strategy module should be able to work independently and possibly be toggled ON/OFF via input settings.
-
Each trade must include a comment specifying which strategy triggered it.
-
Visual on-screen display for each active strategy (showing current signal, values, and module status).
-
Final EA should be in MQL4 format.
-
Clean and maintainable code with modular structure is preferred.