MQL5 - Language of trade strategies built-in the MetaTrader 5 client terminal

Automated Trading and Strategy Testing Forum

hongbin fei
744
codeidea 2010.01.12 06:27

Expert Advisor based on the "New Trading Dimensions" by Bill Williams
In this article I will discuss the development of Expert Advisor, based on the book "New Trading Dimensions: How to Profit from Chaos in Stocks, Bonds, and Commodities" by Bill Williams. The strategy itself is well known and its use is still controversial among traders. The article considers trading signals of the system, the specifics of its implementation, and the results of testing on historical data.
Jim Hunt
179
soulsurfer 2010.01.15 13:30

There is no search facility that I can find here. Can we have one soon please? It was something of a pain in the posterior finding this topic.

My recent MT5 live updates have failed too.  I just tried installing build 239 from scratch and AVG 8.5 won't allow it, complaining about a Themida infection as above. Install works OK on a sacrificial machine with no anti-virus installed.

I'll now go and find out what AVG 9 makes of it, but at the moment this is a major pain in the posterior!

Jim



Wackena
310
wackena 2010.01.15 15:29
soulsurfer:

There is no search facility that I can find here. Can we have one soon please? It was something of a pain in the posterior finding this topic.

My recent MT5 live updates have failed too.  I just tried installing build 239 from scratch and AVG 8.5 won't allow it, complaining about a Themida infection as above. Install works OK on a sacrificial machine with no anti-virus installed.

I'll now go and find out what AVG 9 makes of it, but at the moment this is a major pain in the posterior!

Jim



I run AVG 9 have same problem with MT5 updates.
Jerry Spence
129
netconuk 2010.01.22 11:04
wackena:
I run AVG 9 have same problem with MT5 updates.

Yes I had problems as well, but you can easily add the files as an AVG exception.

OK with Avira.

-Jerry

FM
7
wwwin 2010.01.30 03:08
netconuk:

Yes I had problems as well, but you can easily add the files as an AVG exception.

OK with Avira.

-Jerry

I had the same problem, how do I add it to the exceptions. or has the problem been solved? Because it does not let me install the program, thanks?

 

__________________
Money is a lot like people, it tends to go where it is treated best
fxsignalstb.blogspot.com
Jerry Spence
129
netconuk 2010.01.30 14:19

Open up tye AVG interface. Click on Tools>Advanced. Go to Resident Shield>Excluded Files and add them in there.I have Terminal.exe, mql5.dll and metaeditor.exe.

The problem probably will never be solved. AVG looks for certain patterns in the code and it could be that by coincidence the genuine code just happens to have those patterns. I was writing some software a few months ago and I included the text 'AUTORUN' within a string I was writing out to a file. When I compiled it I couldn't run the code because it through it up as a virus! Took me ages to find out why. I had to split the word over two lines to get it to work. What is strange however, is that all three MT5 files should be affected. I'm guessing there is a common piece of code that is present in all three. The other thing is that other antivirus programs will probably be OK with it.

Since this may well be a major problem for the roll out of Metatrader, I do suggest the authors take a serious look at the code though.

-Jerry


gordon
Moderator
68
gordon 2010.01.31 13:51

netconuk:

I'm guessing there is a common piece of code that is present in all three.

It has to do with MT5 using Themida code protection software (www.oreans.com/). But my guess it will be solved over time, since it's in the best interest of AV makers and MQ.
/

To add comments, please log in or register