Any rookie question, so as not to clutter up the forum. Professionals, don't pass by. Nowhere without you - 6. - page 161

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
Hi, can you tell me why i can't tune any EA in mt4, all of them show negative values when i test the strategy!
The problem is that you have bad EAs. They are not making money, they are losing money. Write a good EA that will make money, and then the test will have a positive value.
Hi, can you tell me why I can't set any of the Mt4 EAs, all of them show negative values when I test the strategy!
in the strategy
Hello!
Need some help! Is it possible to create an indicator of the following nature: - counting ticks according to this principle https://www.mql5.com/ru/code/9915 - this is already half of the indicator .... But to refine as follows and depict it graphically with the following parameters:
Help, for whom it is a piece of cake)
And one more question - how can I programmatically set the price to pass through 30 pips in a certain period of time, say 1 hour, 2 hours. I am using M15 timeframe.
Many thanks in advance.
Hello Dear Sir, could you please advise what to do, the EA does not continue to work after the closing of orders, I mean I put the EA on the chart and it started to work with pending orders and after it fulfills its orders does not continue to work at all, it keeps working only when I remove the EA from the chart and put it on the chart again or turn off the terminal and then on again, please advise what to do if possible in your room
Greetings, I'm stuck on this little thing. I need to close an open trade at the moment the price crosses (exactly on the zero bar) the MA line. I have this code - it doesn't work.
+ I read somewhere that it's useful to check the OrderClosetime when selecting an open ticket ( they have it = 0 ).
Greetings, I got stuck on such a small thing. I need to close the open trade at the moment of price crossing (exactly at zero bar) the MA line. I have this code - it doesn't work.
And one more question - how can I programmatically set the price to pass through 30 pips in a certain period of time, say 1 hour, 2 hours. I am working on M15 timeframe
Thanks in advance.
The first thing that catches my eye (substitute):
Second: read about rules of comparison of real numbers.
+ I read somewhere that it's useful to also check the OrderClosetime of open tickets when selecting (they have it = 0).