Indicators: FivePattern - page 2

 
ozhiganov:

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.

 
ozhiganov:

When compiling it gives errors.

If you look at your log, you probably replaced only one file: FivePattern.mq5, and the files: MyCPatternZigzag.mqh, MyCListPattern.mqh, MyCPattern.mqh - remained from the old version. Replace them. If the problem is not solved, write to me.
 
All files replaced, compiles, but gives errors, testing on a real account at the opening, together with trading chaos
 
As an option, maybe it makes sense to make it in the form of a table, so that you can observe the formation of figures on several time frames.
 
ozhiganov:
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"

or manually add \Images\fp.ico from the archive fp.zip to the folder .
Files:
fp.zip  2 kb
 
ozhiganov:

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.

 

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.

 


 
newdigital:

Yes, it is from these graphs created indicator