[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 157

 
Pyro:

I did it like this, I know it's far from perfect, but at least it's like this :) :


How about not searching by ticket at all?

Why not search for an order by magik?

 
DhP:

Why not do away with the ticket search altogether?

Why not search for an order by magik?

Also an option. I need to study all this more thoroughly. I have been coding in mql for 3 days, I haven't understood many things yet.

 
Pyro:

It's also an option. You have to study it thoroughly. I have been coding in mql for 3 days, I have not understood many things yet.


For a three-day old, I'd say you've gone too far...))

Don't overdo it.

 
A little familiar with C, so everything is more or less easy, but there are also problems mostly related to the nuances of trading. I traded hands for a year, but I didn't understand a lot of things that come up in auto-trading. For example, I have a deeper understanding of technical aspects of trading :)
 

Folks help out!!!!!!

Throw thee a link to an article or website how to optimize an EA!!! I do not understand what is the optimization function?

I put a tick in the tester but no use.....

HELP!))

 
Vovo4ka:

Please send me a link to an article or website on how to optimize an EA! I do not understand what is the optimization function?

I put a tick in the tester, but it's no use.....

https://www.mql5.com/ru/articles/1490
You also need to put a checkmark in the code parameters

 
IgorM:

https://www.mql5.com/ru/articles/1490
You must also put a checkmark in the code parameters


Thanks a lot... got it...!!!!!! thanks a lot...!!!!!!!!!!!!!!

Turns out it's that simple))))))

 
IgorM:

https://www.mql5.com/ru/articles/1490
check the box in the code parameters as well


Can someone speed up the optimisation or do you really have to wait 10 hours?)
 
Vovo4ka:

Can someone speed up the optimisation or really wait 10 hours?)

The number of passes can be reduced by:

1. Increasing the pitch.

2. Reduce the parameter optimisation range.

3. Reduce number of parameters to be optimised.

4. Enable "Genetic algorithm".

 
what will iBarShift (NULL,0,Time[99999]) return if Bars=9999?