Auftrag beendet
Spezifikation
I'd like to add the following Features and Functionalities to my EA. Most of the functionalities have code available, which makes the work much easier.
Addition:
1. TRADE EXECUTION MODE: Add an input parameter and name it "Trade execution" to select either BUY or SELL, and when either option is selected in the input parameter, the EA should automatically start BUYING or SELLING without clicking BUY OR SELL on the control panel. When the bot is buying,e highlighted on the Control Panel as blue, and red when selling. The BUY or SELL options on the control panel should be DISABLED.
MULTI-TIMEFRAME CANDLE ALIGNMENT + SMART CANDLE LOGIC:
LOWER TF Chart:
Logic: it must close in the same direction simultaneously with the Active/Working TF candle for a trade to be executed.
WORKING TF chart:
Logic: Trade execution is triggered based on the candle close direction of this TF and the LTF.
HIGHER TF Chart:
Logic: it should be aligned with your selected direction.
If it contradicts your trade direction, the EA pauses all trade execution.
Once alignment resumes (HTF candle closes in selected direction), bot resumes trading.
2. MTF TRADE MODE:
A. Scalping:
Active TF: 5mins, Lower TF: 1Min ; Higher TF: 15Mins
B. Day trading:
Active TF: 15mins, Lower TF: 5Min ; Higher TF: 1HR
C. Swinging:
Active TF: 1HR, Lower TF: 15Min ; Higher TF: 4HR
D. Position trading:
Active TF: 1HR, Lower TF: 15Min ; Higher TF: 4HR
There should be an input parameter labeled “MTF Trade Mode” where there will be options to select the trade modes above, the modes must work in accordance with the TFs set for each and based on the MTF candle alignment logic above.
Add active panel alignment section and trade mode
MTF LOGIC SUMMARY:
With this logic:
- You enable smart candle-based confirmations across 3 TFs.
- You can switch modes instantly via input.
- You get live panel feedback: current mode + alignment status.
- The system waits if a higher timeframe contradicts, then resumes when back in alignment.
- Sync with selected Trade Mode: Automatically adapts to the selected Trade Mode (e.g., Scalping, Day Trading, Swing Trading) for timeframe logic.
- Candle Size Logic: Filters trades based on candle size, within dynamic parameters.
- No manual timeframe inputs: Timeframes are inherited from the selected trade mode, keeping things simple.
- Trade Mode selection in the main EA decides, Which timeframes are used, Which candle size filter parameters are applied.
- Candle Size Logic: Automatically adapts to the selected Trade Mode (no manual input for timeframes).
- Smart Check for Trade Execution: Only enters trades when candle size fits within the limits and all timeframes align.
Note: Code available for this feature
SMART RISK MANAGEMENT LOGIC:
3. RISK TO REWARD MODE:
Add an input parameter named Risk to reward mode.
It should have a drop-down Menu with options to select which mode to activate.
The drop down should have the Menu options Labelled
1. Smart Risk to Reward: Code Available for this feature
2. Smart SL Multi-Level TP: Code available for this feature
There should be a customizable pop-up window separate from the Main EA input, prompting the user to enter the parameters for the selected option when the RISK TO REWARD STATUS options are chosen eg Enabled or Disabled.
4. RISK TO REWARD STATUS: Should have Enabled or Disabled options. When enabled or Disabled in the Main EA, it should either or not generate a customizable pop-up window prompting the user to enter parameters for the selected mode.
5. SMART COMPOUNDING SYSTEM:
Calculate trade size as the account grows:
- Fixed percentage of equity: Risk 1–3% of current equity per trade.
- Lot size based on balance: Increase lot size as balance grows.
- Incremental lot size scaling: E.g., increase lot size by 0.01 for every $100 or $500 gained.
Note: Code is available for this feature
It should have an enabled or disabled Option. When enabled should display a customizable pop-up window separate from the Main EA Window where parameters for the compounding system is inputted and activated.
6. User Profile/Mode:
A. 🟦 Beginner Mode (Safe & Steady)
Goal: Help new users grow steadily while minimizing the risk of blowing up.
B. 🟥 Aggressive Mode (Rapid Growth)
Goal: Fast equity growth, accepting higher risk.
C. 🟩 Investor Mode (Long-Term Wealth Building)
Goal: Minimal trading, high-quality setups only, compounding safely.
Components:
· Three Buttons on the panel:
· Beginner 🟦
· Aggressive 🟥
· Investor 🟩
· Selected Mode Highlight
· The active mode button will glow (change color or have a border).
· Automatic Settings Adjustment
· When a mode is clicked, EA instantly loads that profile’s parameters.
· User clicks "Aggressive" button → EA instantly increases risk per trade, allows more open trades, shifts trading style — LIVE!.
· Panel buttons visually update to show which mode is active.
· No need to stop and restart the EA to change styles.
Note: Codes available for this feature
7. MAX LOSS (EQUITY): When running equity reaches this amount, the robot should pause working until it goes below it eg: If I specify MAX LOSS (EQUITY) to be $100, and running equity is in a LOSS and reaches this threshold, the robot should PAUSE working until it goes below the specified $100 amount or in PROFIT.
8. TOTAL POTENTIAL PROFIT/LOSS: (Displays on Panel): The bot should calculate potential TOTAL PROFIT and LOSS at TPs and SLs levels and display them on the control panel as the bot keeps opening running positions/trades.
9. BALANCE/EQUITY: (Display on Panel): The control panel should display the ACCOUNT BALANCE AND RUNNING EQUITY in real time.