Forum on trading, automated trading systems and testing trading strategies
Welcome,
- Usually people who can't code don't receive free help on this forum, though it could happen if you are lucky, be patient.
- If you show your attempts and describe well your problem, you will most probably receive an answer from the community.
- If you don't want to learn to code, nothing bad, you can either look at the Codebase if something free already exists, or in the Market for paid products (sometimes free also).
- Finally, you also have the option to hire a programmer in the Freelance section.
Good luck.
So do it! learn to code it, or pay (Freelance) someone to code it. We're not going to code it for you. We are willing to help you when you post your attempt (using SRC) and the nature of your problem. |
Thank you for your information.
I already have a code for the above data but I need to add only one condition that is BE level after reached to tp 40 pips Sl should be BE level so can you please suggest me how to write that function ? .
I'm a beginner to the programming.
Thank you for your information.
I already have a code for the above data but I need to add only one condition that is BE level after reached to tp 40 pips Sl should be BE level so can you please suggest me how to write that function ? .
I'm a beginner to the programming.
Try reading up on OrderModify()
There is an example in the documentation.
HTH

- docs.mql4.com
Helo just read u r message..felt gud bro..i want a ea based on trailing..can u plz help me a bit
the ea goes this way
1.buy trade should open 5points above the moving average 20 n should trail 5 pips in profit , fr example...if the price is 10 it has to trail to 15 as profit again frm 15 it has to takeprofit as 20,bt in case if the 15 target is nt reached it has to open a sell order ,instantly..i hope u gt me..
the trailing should keep on trailing until the price comes below or equal to 20 moving average..n again the sell trades begin trailing..can u plz kindly help me in coding this??...
helo man can u plz help m in building this ea
the ea goes this way
1.buy trade should open 5points above the moving average 20 n should trail 5 pips in profit , fr example...if the price is 10 it has to trail to 15 as profit again frm 15 it has to takeprofit as 20,bt in case if the 15 target is nt reached it has to open a sell order ,instantly..i hope u gt me..
the trailing should keep on trailing until the price comes below or equal to 20 moving average..n again the sell trades begin trailing..can u plz kindly help me in coding this??...
Hey you can try CodeBase there are many good ones and free too

- www.mql5.com
- Search for it. Do you expect us to do your research for you?
- Beg at:
- Coding help - MQL4 programming forum
- Make It No Repaint Please! - MQL4 programming forum
- MT4 to MT5 code converter - MQL5 programming forum
- Please fix this indicator or EA - General - MQL5 programming forum - Page 193 #1027
- Requests & Ideas (MQL5 only!) - Expert Advisors and Automated Trading - MQL5 programming forum
- MT4: Learn to code it.
MT5: Begin learning to code it.
If you don't learn MQL4/5, there is no common language for us to communicate. If we tell you what you need, you can't code it. If we give you the code, you don't know how to integrate it into yours. - or pay (Freelance) someone to code it.
Hiring to write script - General - MQL5 programming forum
No free help 2017.04.21
Their profile promises big riches, but in the end they don't even want to pay a cent for coding. If you help, don't expect them to come back and say thanks.
From my experience it can even be worst than just not saying thanks, it happened to me to be insulted (really) because I said to someone on the forum "I will check when I have time" and then had forgotten to do it !!!

- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
I need ea or script for the following data
Input: risk-2%
TP-60 pips
Sl-30Pips
Type of order- Buy/sell
It will be executed order but i need to add "Once order is executed,After price is reached to 75% of Tp Automatically Sl should be Break Even point".
Can anyone code it and share it here?
Thank you .