[ARCHIVE!] Any rookie question, so as not to clutter up the forum. Professionals, don't pass by. Can't go anywhere without you - 4. - page 5
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
I think that ONE textbook is obviously not enough. The Internet has many different sites where the basics of MQL and the basics of "expert writing" are explained (I'll send you the links in private if you need them). For example, I have
I downloaded them and converted them to chm format. I have them handy all the time. If I'm going to trade with Expert Advisors I think I'm in a hurry, I need to get acquainted with indices and then complicate the matter IMHO.
Please)))
I basically do not need anything complicated )I have an idea of the different functions and how to write them I just do not know where to start i.e. how to write a standard ordersend function so that it opens two orders simultaneously))
please throw ))))
no need for any "tutorials"... Just read the built-in help and that's it. Also, if you look around, you can find answers to almost 99% of your questions on this forum.
I basically do not need anything complicated )I have an idea of the different functions and how to write them I just do not know where to start i.e. how to write a standard ordersend function so that it opens two orders simultaneously))
You have to enter the two Ordersend functions and they will work only in the tester, because MT4 has only one trade flow and two trade orders neither on the demo nor on the real server at the same time will not be able to accept.
If they are both open at the same price, they will be bid and ask if they open one trade, just take profit, and if they close two, use stops and profits ?)
is it possible to open two trades at the same time on mt5?)
Thank you in advance))
I disagree. It's just that it's difficult to do it by reference. Sometimes it's a great help for me to see how a particular mechanism is implemented.
Well, disagree, that's the difference between us. I am quite good at 5 programming languages and have never read a single book. Always only help (HELP), often in English. Ask any programmer and you will get the same answer.