
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
it gives me this error
2;78;C:\Program Files\MetaTrader 4\experts\Farhad Hill Version 2.mq4;85:8;'ExpertName' - variable expected
Any help?
edit - I found a different file that seems to load, time to test
I had the same problem the expert is greyed out and will not complie, tried a few others they did not work also, there may be an expiration date affecting some of the series of this EA. Also would not attach to the chart, maybe I can figure out the problem.
This fix worked for me:
Was....
string ExpertName;
is now...
//string ExpertName;
string expertName;
then just search for "ExpertName" and change it to "expertName" for whatever reason this fixes it.
There are multiple references to ExpertName. Are all of them supposed to be changed to expertName???
Dave
yes, just do a search for "ExpertName" and repeat it with the F3 key. There are only like 10
Hi ppl
Sorry here is the fix file.
Here you need this file too in expert folder.
You must have the .mq4 and .ex4 in Expert Folder.
Regards
FarhadCrab4.mq4
http://www.fxperz.com
x
here crab.......
here crab.......
It's the V3... not the V4.
It's the V3... not the V4.
Another V4 version.