
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
Hello,
You must to add
#include "SymbolInfo.mqh"
#include <Arrays\ArrayDouble.mqh>
#include <Arrays\ArrayLong.mqh>
form LimitTakeProfit.mqh
Sorry Dimitriy,
I do not know where to put it, it is not working in my MT5.
is it big problem for you to update your attached zip file?
Thank you in advance.
Good evening.
Can anyone tell me if the code has already been corrected?
Also, is there a version of it for trading Bovespa?
Thank you
As others have said, the code does not compile.
There are so many errors that you don't know where to adjust what to get it working.
HI Everyone!
Create' - unexpected token, probably type is missing?
The solution is to type the void keyword before the class name at 72 line in the ZigZag.mqh. I am using the latest MT5 my pepperstone.
void CZigZag::Create(string symbol,int depth,int deviation,int backstep,ENUM_TIMEFRAMES timeframe=PERIOD_CURRENT)
{
......
}
HI Everyone!
Create' - unexpected token, probably type is missing?
The solution is to type the void keyword before the class name at 72 line in the ZigZag.mqh. I am using the latest MT5 my pepperstone.
void CZigZag::Create(string symbol,int depth,int deviation,int backstep,ENUM_TIMEFRAMES timeframe=PERIOD_CURRENT)
{
......
}
Hi, show the journal.
Hi, show the journal.
Hi! I have a screenshot about the errors. I have repaired in my downloaded version. I think the MQL5 language has been changed.
The solution is:
I do not know why, because in the c++ lang is the first the logical for me, but I am not c++ developer.
Hi, show the journal.
The sollution is to delete the 0 in the {}
Hi, show the journal.
Dear Dimitry!
Thank you very much for your code, I have learned many things of it already!
Best regards, Todor
Hi, show the journal.
As you see, in the line 72, the void is missing in the original source. I think, that the problem is depending from the new mql5 lang version. Already have to use the void keyword in the latest version.