
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 errors when compiling.
Changes occurred in the following files:
FivePattern.mq5
MyCPatternZigzag.mqh
MyCPattern.mqh
MyCListPattern.mqh
+ a new file was added:
fp.ico
Extract the files from the archive of my previous post. CodeBase has the old version for now, the new one is still being checked by the moderator.
When compiling it gives errors.
I replaced all files, it compiles, but gives errors, I am testing on a real account at the opening, together with the trading chaos
Reassembled the project in the archive. I checked compilation on a "clean" terminal, bild 930, broker RoboForex, everything compiles. In the archive there is an already compiled indicator.
There is only one suspicion - that the indicator eats a lot of memory resources of the terminal. If this is the reason, we will have to wait for the third version.
By the way, the moderator's check on CodeBase has sort of finished... but they haven't written anything to me. It is somehow strange.
Now I will download the terminal of broker Otkritie, maybe something will become clearer.....
IMPORTANT:
The version of the code posted on CodeBase does not contain the \Images\fp.ico file, so in the FivePattern.mq5 file, line 20, enter as follows:
// #property icon "\\Images\\fp.ico"
It generates errors during compilation.
Good afternoon!
I downloaded the terminal from the broker Otkritie, but I did not find any compilation errors. I asked the Code Base moderator if there are compilation errors in the project, the answer is as follows:
Automated-Trading:
Version #15 of your code has been checked for compilation errors, there are no errors there.
The code contains a lot of files, when downloading them manually you should place them in the appropriate directories, in this case you may have errors like that user. The problem is on his side.
The best way to download with a large number of files is to Download ZIP and unpack it into the \MQL5\ folder.
I am of the same opinion, unzip the project archive into the folder \MQL5\ . By the way, my observation about the behaviour of MT5 terminal in Windows 7: if the terminal was originally downloaded from the broker for demo accounts, the folder with the "working directory" of MQL5 is located in Programs Files, but if the terminal was downloaded for a real account, then it will be in the folder USER.... (the path is long and may vary on different computers). So, to avoid confusion, I usually open the MQL5 folder through MetaEditor.
The only compilation error is known to me:
Automated-Trading:
.... The problem is still present with the '\MQL5\\Images\fp.ico' file ....
I wrote about it, see above:
IMPORTANT:
The version of the code posted on CodeBase does not contain the \Images\fp.ico file, so in the FivePattern.mq5 file, line 20, enter this:
// #property icon "\\Images\\fp.ico"
or manually add to the \Images\fp.ico folder from the fp.zip archive .
You also reported about some other problems, but you didn't tell me the essence of the error, number, etc. I would like to hear.
Forum on trading, automated trading systems and testing trading strategies
Market Condition Evaluation based on standard indicators in Metatrader 5
newdigital, 2013.01.31 16:30
Why false breakout? Look at the image (this is Merrill's patterns for downtrend):
and look at GBPUSD M1 chart for now:
So, the pattern on GBPUSD chart is same as M3 Merrill, right? And the evolution of this M3 pattern was on the following way: M8 - M4 - M3. That is why it was false breakout.
Forum on trading, automated trading systems and testing trading strategies
Market Condition Evaluation based on standard indicators in Metatrader 5
newdigital, 2013.01.31 16:51
Merrill's patterns for uptrend:
and it looks like W10 with evolution as W4 - W5 - W10: