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
Two transactions are opened immediately after switching on the terminal. After closing both deals (no matter by stop or take) immediately two deals are opened again.
There. Now everything is in place - and the programmer can write the Expert Advisor in a couple of lines.
Here - here is the code of Expert Advisor for testing under MT4. Test it on all ticks.
For all the time you've spent on manual computing of quotes you could at least study writing such simple things.
There. Now everything is in place - and the programmer can write the Expert Advisor in a couple of lines.
Here - here is the code of Expert Advisor for testing under MT4. Test it on all ticks.
If only one could learn to write simple things like that in the time one spends for writing manual quotes.
Thank you very much, I will try. And you are absolutely right about the programming studies. I already began to study, but I'm just at the beginning of my way...
There. Now everything is in place - and the programmer can write the Expert Advisor in a couple of lines.
Here - here is the code of Expert Advisor for testing under MT4. Test it on all ticks.
If only for the time spent on manual speeding up the quotes, they could at least begin to learn to write such simple things.
Makes an error in the code: 'OnTick' - function already defined and has body
Oh my gods!
You either put the attached file in the Expert folder,
or - Meta-editor-file-create-advisor-name-add-do-it. Delete everything Everything Everything! to null!!!!!!!!! Copy these 8 lines of mine to the cleared meta-editor page - and paste there, press "compile" - that's it!!! What I have provided is absolutely full-fledged EA code and you do not need to insert it into any function!!!! No errors - only 2 warnings that will not affect anything in the test. Code for MT4
If you have a good strategy, and you are willing to share it, I can write an advisor. i invite you to discuss in public or in a private message.
Friends, help me write an EA!
The TS is working (checked manually last month - gained more than 40% to the depo)!
The strategy is as follows: in MT4 I open two trades in different directions with the same lot (X - so I can then change this value). Stop Loss for both trades is the same(Y), Take Profit is also the same(Z). After closing both trades the cycle repeats - the same two trades are opened again.
I want to experiment with different values X,Y,Z, but manually would be very bothersome. I am very grateful in advance.
Oh my gods!
You either put the attached file in the EA folder,
or - Meta-editor-file-create-advisor-name-add-do-it. Delete everything Everything Everything! to null!!!!!!!!! Copy these 8 lines of mine to the cleared meta-editor page - and paste there, press "compile" - that's it!!! What I have provided is absolutely full-fledged EA code and you do not need to insert it into any function!!!! No errors - only 2 warnings that will not affect anything in the test. Code for MT4