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.
Similar orders
I have an issue with my ninja script and i would like you to help me straighten things I wanted to create an indicator and i have the source code already but i am getting compiling errors on my NinjaTrader And i tried fixing the error it still same I sent 3 images here for you to understand the errors and i would like to ask if you can help me fix it so i can go ahead and compile my source code. Thanks
Good day, I would like to build an automated trading system for Ninjatrader using 2 MACD, a Supertrend, and a moving average indicator. I want the option to adjust the indicator settings, the ability to trade at three different times, and the option to receive alerts. I want to get an idea of what that will cost me. It will enter trades on all blue take one contract out at a fixed point, move the stop to break even
"Hello! I am an experienced programmer specializing in automated trading software for MetaTrader 4 (MQL4) and MetaTrader 5 (MQL5). My goal is to help traders turn their manual strategies into fully automated robots (Expert Advisors) and custom indicators. My services include: Developing Expert Advisors (EA) from scratch based on your strategy. Creating Custom Indicators and Scripts. Modifying existing EAs (adding
I have a simple strategy that need coding on tradingview Strategy using high low at seleted time and when breakout to entry buy sell. Everything will be explained on private
I am looking for an experienced MQL5 developer to modify and enhance my existing Expert Advisor, "Gold Levels Trader". The current version has a low win rate (~30%) and issues with ATR-based Stop Loss execution. I want to replace the current "pips drop/rise" logic with Fibonacci Retracement levels for entry signals, implement a Daily Drawdown Limit , and add Pending Orders functionality
I want developer who know how to create bot which immediately transfer specific crypto coin deposit to one crypto address to another specific address in just a second,, if you know about this then only comment on this post
So the things we need in algorithm of mql5 language EA in mt5 1. Depending on timeframe it can recognise the previous swing high and low 2. Timeframe is 5m,15m,1h,4h 3. It can recognise the basic Market bias that is market is bullish or bearish we can identify using (ema,rsi,basic smc bias,ict bias structure mapping) or use anything to find bias structure 4. EA should have option to change timeframe and change risk
require the development of a high-speed, fully automated trading Expert Advisor (EA) for MetaTrader 5 , optimized for live trading on both Deriv and Exness . The EA must be designed for fast execution, low latency, and reliability on real-money accounts , with full compatibility across broker-specific contract specifications, tick sizes, tick values, pricing formats, and volume rules. It should automatically detect
# Copyright 2025, MetaQuotes Ltd. # https://www.mql5.com import importlib . util mt5_spec = importlib . util . find_spec ( "MetaTrader5" ) if mt5_spec is None : mt5 = None else : import MetaTrader5 as mt5 # pyright: ignore[reportMissingImports] def main (): if mt5 is None : print ( "MetaTrader5 module not available" ) return print ( 'Python executable:' , __import__ ( 'sys' ).executable) ok = mt5
Scope of Work Develop 15 individual Expert Advisors (MT4 and/or MT5) Each EA will have: Unique trade logic and execution rules Configurable inputs (risk %, lot size, TP/SL, filters, sessions, etc.) Clean, modular, well-commented code Error-free compilation Backtest-ready functionality Core Features (Across EAs) Market & pending order execution Risk-based position sizing Time/session filters Trade limits (per day /