hello I need to modify my code of my EA and add new functions and design here I add all the features, (these features are added without modifying the normal function of the EA)
I have my EA source code that I need to modify.
things to modify are:
************************************************** ** ** ** ** ** **************
all the following modifications are optional to the original that this EA already has, that is, they will work in parallel with the original
the following features are optional to the default ones
Distribute the default value as it is now or modify it as follows
1-Add control option enable/disable propagation control
If this option is activated, take positions with the margin set below
maximum spread allowed example 0.20 (configurable)
make hidden profits
2-Take the default perk as it is now or modify it as follows
customize take profit yes/no
take profit in pip: example 100.0
Forex Take Profit: Example 1.0
3-enable/disable hidden SL
customizable in pip and currency
4-add yes or no option of a chart (so you don't have to put the ea on each different chart)
-delete where it says symbol information and place it like this
Symbols if they are custom place them too: AUDCAD, EURCAD, EURGBP, EURAUD, EURUSD, GBPUSD, USDCHF, AUDCHF, AUDUSD, CADCHF, EURCHF, GBPAUD, GBPCAD, USDCAD
6 maximum symbols at the same time (ie maximum positions of different currencies), for example
allowed 3
eurusd, gbpusd, nzdusd then it won't take any more until they finish
-where it says preset type modify it with "Auto Configuration"
7-add special hidden tracking i.e if position started at -0.20 and changed to 0.50 start tracking i.e if it drops below 0.15 close position make it configurable
configurable in pip and currency
8--news protection on/off
low impact (on/off)
time before (minutes)
time after (minutes)
normal impact (on/off)
time before (minutes)
time after (minutes)
high impact (on/off)
time before (minutes)
time after (minutes)
draws in the window the news of the whole week red the high impact, normal yellow, white low impact, draws the times of each one, that lasts 1 week and then they are erased
if activated, do not take positions only to the currencies that are affected during the set time
9-change the colors of the candlestick chart by which the image "chart1" will be sent
place a background image to be sent "wings"
place an image of the info window "logo"
the news and timelines and candles should look like this image
https://imgur.com/a/teLrjK3
10-the comments part will be modified so that it is optional to fix that it cannot be changed or to be able to change just write in comments how to do it
11-solve the licensing system working fine
12- the information box that the EA shows will modify some information that it will show but that is at the end when all the above is
a summary of the total earned and the maximum reduction will be added
I need every part of the code with comments every start and end of the function inside the code to understand and know about the modifications.
Pedidos semelhantes
Title: Advanced Manual Hedge EA with Multiplier & Multiple Trade Support Project Requirements: I need a professional Expert Advisor (EA) for XAUUSD and Forex to manage manual trades with the following logic: Lot Multiplier: The EA must automatically detect my manual trade size. There should be a "Multiplier" input (e.g., 3.0). If I open 1.0 lot Buy, the EA must auto-place a 3.0 lot Sell Stop at the set Gap
i need a developer who can link my EA to AI and in the same time i want to make a crm and a bot for onboarding clients automatically to the telegram channel
I trade ES futures on the Ninja trader platform. I recently came across an indicator and wanted to check with you if you can build a similar indicator that works on Orenko or Ninja renko charts, and also combines support and resistance untouched. Below is the indicator, which will tell you market chop and to avoid. I want to include a support and resistance bar on the chart when there is no chop please let me know
The scanner will scan all currency base on MACD Diverdgent, my strength indicator and my better volume indicator. All this would be across all time frame and all currency pairs
Hello, and please read everything !!! I am looking for a developer who can recreate a strategy similar to an EA I already have. The EA works well on demo, especially during specific volatility windows (for example DE40 between 09:00 and 10:00 Frankfurt time), but on real accounts it produces constant losses even with IC Markets Raw and VPS close to the broker. 🎯 Objective The goal is to recreate and adapt this
📢 Project Title:MT5 Expert Advisor (EA) – Advanced Renko Strategy (Full Automation) 📄 Project Description:I want to develop a fully automated MT5 Expert Advisor (EA) based on my existing TradingView Renko strategy.I already have a working Pine Script that generates Buy/Sell alerts with ATR and other logic. Now I need the same strategy to be fully converted into MT5 EA with built-in Renko logic (no external
looking for a highly experienced mql5 developer to build a professional trading ea based on multi timeframe top down analysis and market structure concepts the system should combine higher timeframe context with lower timeframe execution and provide both precise logic and clean visual representation on chart ⸻ core requirements • implementation of multi timeframe logic higher timeframe bias combined with lower
🏆 HIRING: Quantitative Gold (XAU/USD) Trading Strategy Developer ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 📌 PROJECT OVERVIEW ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ I am building a professional trading signal platform (xtraderlab.com) and need an experienced quant trader or algo developer to design, code, and backtest a high-performance intraday Gold (XAU/USD) trading strategy. The strategy will be integrated into an existing
Technical Specifications: "Dawn Range Breakout" Expert Advisor (Final Version) 1. Overview The purpose of this EA is to capture the breakout of a specific hourly range on Gold (XAUUSD) or any other pair, with a focus on high-precision entry, strict risk management (1 trade per day), and partial profit taking. 2. Core Trading Logic Timeframe: M15. Reference Hour: The EA must identify the High and Low of the H1 candle
Essential Components for Indicator Specification Objective & Overview: Briefly describe what the indicator calculates (e.g., trend, momentum, volatility) and its main purpose. Input Parameters (Variables): List all user-definable inputs (e.g., Moving Average periods, ATR multiplier) to avoid hardcoding values. Detailed Logic/Calculation Rules: Explain the formula or logic to calculate indicator values. Define