[Archive!] Any rookie question, so as not to clutter up the forum. Professionals, don't pass it by. Couldn't go anywhere without you - 2. - page 514
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
Good afternoon.
Can you please tell me how to make the auto-optimizer optimise by opening prices, and not by all ticks.
The link to the optimizer:
https://www.mql5.com/ru/articles/1467
Transferred from the Superprofi thread.
I had this question here, but apparently those who know the answer don't look here.
This is a trading philosophy.
Can you be more specific? ))) about my specific case? )) or maybe it's time for me to read something? if there's an essay on this subject - i'd appreciate a link
there's more
there's definitely something... something i keep missing ))))
P.S. I quite admit, and this is most likely true, that along with the systematically wrong "entry" points I have defined in this EA, I have the wrong "exit" points, therefore either "sinking" occurs, or when reversing polarity I am at the level of the original deposit with slight deviations in one direction or another.
Maybe there's some other explanation besides philosophies and alchemy? ))
Also compare them with this search engine - download - WinMergeU.exe.
I had this question here, but apparently those who know the answer don't look here.
Greetings all!
Could you please tell me the code to make the owls redraw the indent on every tick.
Greetings all!
Could you please tell me the code to make the owls redraw the indicator on every tick.
The EA takes data from the indicator, nothing more.
It's better to make the indicator redraw itself. it all depends on its code, most likely you should allow it to calculate the "0" bar, the value of which is just variable on every tick.
Good afternoon, I have, the final part of the EA does not remove orders. I.e. if at least one order has triggered a profit, it removes all of them. The code seems to be written correctly, so where is the pitfall? And writes, say, that error4108, or sometimes 4051, and sometimes deletes, error about, but at least one order is not deleted... I don't get it!
You've been told ten times already that there is no order with OrdersTotal() number, but every time you come up with the same errors. Replace it with.