Please kindly Help - Pipfinite Pro Trend custom indicator
-
I just purchased the pipfinite pro trend indicator https://www.mql5.com/en/market/product/26888. I have uploaded it to my custom indicator but having compiler errors. Below is my project.
https://fxdreema.com/shared/PObMcZrBdThese are the repeated errors
lines columns
'StringConcatenate' - wrong parameters count 1486 3
'iCustom' - wrong parameters count visible6.mq5 1494 13Below is line 1486 from metatrader editor:
// turn the input parameters into a key
string key = "";
StringConcatenate(key, Symbol, Period, "Market/PipFinite Trend PRO MT5" , (string)"===========================", (int)3, (double)2.0, (int)3000, (string)"===========================", (bool)true, (bool)true, (bool)true, (bool)true, (string)"===========================", (bool)true, (bool)true, (bool)true, (bool)true, (bool)true, (bool)true, (bool)true, (bool)true, (bool)true, (int)8, (bool)true, (bool)false, (string)"===========================", (color)clrDarkGreen, (color)clrMaroon, (color)clrLime, (color)clrRed, (color)clrAqua, (color)clrYellow, (color)clrAqua, (int)3, (color)clrRed, (int)3, (color)clrAqua, (int)1, (color)clrRed, (int)1, (color)clrYellow, (int)1, (color)clrYellow, (int)1, (color)clrYellow, (int)1, (color)clrYellow, (int)3, (color)clrMagenta, (int)2, (color)clrDarkSlateGray, (color)clrNavy, (color)clrDarkSlateGray, (color)clrMaroon, (color)clrYellow, (color)clrMagenta, (string)"===========================", (bool)true, (bool)true, (int)8, (int)8, (int)8, (double)2.0, (double)20.0, (bool)false, (color)clrBlack, (bool)true, (color)clrWhite, (bool)true, (color)clrAqua, (color)clrWhite, (color)clrLime, (color)clrRed, (color)clrYellow, (color)0,0,88, (string)"===========================", (bool)true, (bool)false, (bool)false, (bool)false, (string)"alert.wav", (bool)false);Below is line 1494 from metatrader editor:
// if we don't have a handle, then create one
if (array_key == -1)
{
handle = iCustom(Symbol, Period, "Market/PipFinite Trend PRO MT5" , (string)"===========================", (int)3, (double)2.0, (int)3000, (string)"===========================", (bool)true, (bool)true, (bool)true, (bool)true, (string)"===========================", (bool)true, (bool)true, (bool)true, (bool)true, (bool)true, (bool)true, (bool)true, (bool)true, (bool)true, (int)8, (bool)true, (bool)false, (string)"===========================", (color)clrDarkGreen, (color)clrMaroon, (color)clrLime, (color)clrRed, (color)clrAqua, (color)clrYellow, (color)clrAqua, (int)3, (color)clrRed, (int)3, (color)clrAqua, (int)1, (color)clrRed, (int)1, (color)clrYellow, (int)1, (color)clrYellow, (int)1, (color)clrYellow, (int)1, (color)clrYellow, (int)3, (color)clrMagenta, (int)2, (color)clrDarkSlateGray, (color)clrNavy, (color)clrDarkSlateGray, (color)clrMaroon, (color)clrYellow, (color)clrMagenta, (string)"===========================", (bool)true, (bool)true, (int)8, (int)8, (int)8, (double)2.0, (double)20.0, (bool)false, (color)clrBlack, (bool)true, (color)clrWhite, (bool)true, (color)clrAqua, (color)clrWhite, (color)clrLime, (color)clrRed, (color)clrYellow, (color)0,0,88, (string)"===========================", (bool)true, (bool)false, (bool)false, (bool)false, (string)"alert.wav", (bool)false, PRICE_CLOSE);Presently I can place a screen shot because I don't have enough privileges to do that according to FxDreema site.
-
Sorry, I cannot help you because I do not have mt5 and also do not have the knowledge but, I do not have high hopes that this indicator is going to work in FXdreema. Talk to the powers that be Like Roar, L'andorra or Miro, I think they are your best bet.
-
@alphaomega Thanks
-
@kayzworld Additionally, the "shift =1" I guess is where the problem is but I don't know how to insert it.
-
I'm afraid programming is not my field of expertise, sorry. Maybe roar or miro?