Community of Expertise

 
The topic has been moved to http://forum.viac.ru/viewtopic.php?t=2973
 
The topic has been moved to http://forum.viac.ru/viewtopic.php?t=2973
 
The topic has been moved to http://forum.viac.ru/viewtopic.php?t=2973
 
The topic has been moved to http://forum.viac.ru/viewtopic.php?t=2973
 
The topic has been moved to http://forum.viac.ru/viewtopic.php?t=2973
 
The topic has been moved to http://forum.viac.ru/viewtopic.php?t=2973
 
The topic has been moved to http://forum.viac.ru/viewtopic.php?t=2973
 
Great.
As soon as I have something noteworthy on MQL4, I'll be sure to post it with a description.

The idea is clear and obvious. Except that a real forum is not a good place for codes.
I think the developers could organize a section for publishing Expert Advisors on their site (like it was done in the old MQL2 site).

Good luck to everyone!
 
I suppose the developers could organize a section on the site for publishing custom EAs (like it was done on the old MQL2 site)

It already exists - https://www.mql5.com/en/code - but you can't put libraries there... And the problem with updates, as far as I understand....
and there is one drawback - it's cumbersome and inconvenient to download
 
Полагаю, разработчики могли бы организовать на сайте раздел для публикации пользовательских экспертов ( подобно тому, как это было сделано на старом сайте под MQL2)

it's already there - https://www.mql5.com/en/code - but you can't upload libraries there... and there's a problem with updates, as far as I can see....
and there's one drawback - it's bulky and inconvenient to download


With your very sensible idea go here: http://forexsystems.ru/phpBB/
 
found a bug in trailing :( or rather, i know it's there somewhere =)
the situation is as follows:
The _TrailingStop( ###, 50 ); function is called and moves the stop correctly several times. Then the same call, but the stop tries to set it to the same level.
Although there is a check in the code
:if ( _OrderType == OP_BUY ) { if ( ( bid - orderopenprice ) > 0 ) { if ( orderstoploss == 0.0 || ( orderstoploss < ( bid - TrailingStop * point ) ) { ... }


Renat, could you please have a look?

And sometimes there's a problem with _OrderSend - invalid SL/TP... all the checks are there too - got sick of looking it up =(
i understand no one will do it but me, but maybe you could take a fresh look ;)


__________________________________________
coming up - info_lib and EA template - these are included =)

Reason: