Click here to Skip to main content
15,891,473 members
Please Sign up or sign in to vote.
1.00/5 (4 votes)
See more:
I need a very experienced programmer to answer my question / is it possible to make a trading application or modify the Mt5 application, which is a trading program or an expert advisor (automated trading) that contains buy and sell orders as follows: Illustrative example: I first want to place a buy order, then after the point of a sell order, or The purchase order is activated only when the sell order is activated so that they interact with each other. Is there any clarification for my inquiry?

C++/java/python/mql4/mql5

What I have tried:

I need a very experienced programmer to answer my question / is it possible to make a trading application or modify the Mt5 application, which is a trading program or an expert advisor (automated trading) that contains buy and sell orders as follows: Illustrative example: I first want to place a buy order, then after the point of a sell order, or The purchase order is activated only when the sell order is activated so that they interact with each other. Is there any clarification for my inquiry?

python
java
c++
mql4
mql5
Posted
Updated 21-Aug-22 23:38pm
Comments
Rick York 22-Aug-22 3:45am    
Yes.
Zaid Last 22-Aug-22 5:25am    
Can you help me?
Richard MacCutchan 22-Aug-22 4:03am    
Yes it is possible. But the fact that you are asking the question suggests you are unlikely to have sufficient experience to create it.
Zaid Last 22-Aug-22 5:21am    
Yes, unfortunately, I do not have experience for this. I am asking, is anyone able to help me make the expert advisor (automated trading) on ​​these settings? First order buy Then after sell . point I want them to interact with each other, an example to clarify more: Sell ​​XAUUSD 1791 Buy XAUUSD 1790 I want them to interact with each other on these points by carrying out orders that they only interact with each other
Richard MacCutchan 22-Aug-22 5:32am    
Sorry, you have come to the wrong place. This site is here to help people with the code that they write themselves. If you want someone to write code for you then try freelancer.com or similar.

Your question isnt realistic, when you want change some one else application you need to contact him and than make some agreement. Maybe it has some official API which is allowing you to interact with its services or is doing some changes in the next versions.

Because it is a financial application it has some smell of criminal activity.
 
Share this answer
 
Based on what you described, I would just call this "conditional orders", not an "expert advisor". Interactive Brokers' Trader Workstation supports this kind of thing, and I believe they also provide an API for those who want to develop their own trading software. However, I would be very hesitant to develop this kind of software for my own use, because a bug could prove to be very expensive.
 
Share this answer
 
Comments
Zaid Last 22-Aug-22 5:46am    
@Greg Utas Why take the risk? It's a normal thing. Try it on the demo at first, then go for the real one.If someone does an expert advisor on what I have in mind, it is impossible to lose a cent and not a dollar
Greg Utas 22-Aug-22 6:09am    
Sure, it's impossible to lose if it's thoroughly tested. But there isn't any guarantee of making gains either. If you sell XAUUSD at 1791 and buy it back at 1790, it can still go down. And if your spreads are that tight, commissions will also eat into your gains.
Zaid Last 22-Aug-22 6:18am    
@Greg Utas It is possible that you did not understand my intent. I do not want to activate a deal alone, but I want to activate two deals with each other, and this strategy is close to the hedge strategy. Example: Sell ​​1791 Buy 1790 I want the EA to do them at the same time, and this is a possible thing from my point of view. I mean, if the market passes the 1790 point, I do not want it to do the transaction, but it does it when it passes from 1790 and 1791. If it is impossible to make an EA like this, you can make your own trading application with orders like these. I hope If you understand my point

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900