Any questions from newcomers on MQL4 and MQL5, help and discussion on algorithms and codes - page 569

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
Can you tell me how to exclude/add a specific date to the EA?
For example, not to trade March 2, 2018. Tried different options, got confused with dates.
The easiest option is this:
I have written an EA, it trades fine. I decided to complement it and prescribe closing orders by opposite signals ... but it does not react .... it does not open at all or opens but does not close by opposite signals.... only by TP and SL
I have written an EA, it trades fine. I decided to complement it and prescribe closing orders by opposite signals ... but it does not react .... it does not open at all or opens but does not close by opposite signals.... only by TP and SL
You have written:
If there are no Buy orders, we should close Buy. The same goes for Sell.
You have it written:
If there are no Buy orders, you have to close Buy. The same goes for Sell.
Are they to be removed byCountSell andCountBuy?
It worked .... I fixed it! thank you!!!++++The easiest option is this:
Unfortunately it didn't work(
All as you have done, only not equal:
Still in the tester opens the deal on that day.
Unfortunately it didn't work(.
I did everything as you did, only not equal:
Still in the tester opens the deal on that day.
And so?
How about this?
It worked like that! Thank you very much!
Unfortunately it didn't work(.
I did everything as you did, only not equal:
Still opens a trade in the tester on that day.
Sorry, it needs to be multiplied back there:
That's why it didn't work.
I'm sorry, it needs to be multiplied back there:
That's why it didn't work.
Thank you!
I'm trying to make my own fractal indicator using the standard one, it seems to work, but it still puts fractals in all the wrong places sometimes, can anyone help?