ANYONE WITH SUCCESS USING CUSTOM INDICATOR ON FXDREEMA MT5 VERSION WITH BUFFERS AND INPUT PARAMETERS KINDLY PUT ME THROUGH
-
I have followed these tutorials below on custom indicators and no custom indicator have worked for me on MT5.
https://fxdreema.com/forum/topic/9105/tutorial-working-with-ex4-ex5-indicator-file
https://fxdreema.com/forum/topic/4208/tutorial-06-my-indicators-in-fxdreematry this demo magic candles custom indicator for AUDUSD on MT5 https://www.mql5.com/en/market/product/29342 and kindly update me. Thank you.
-
@kayzworld share your project here.
don't need writing a long title for your question! -
Xfire is right. Can you please share your project?
-
I have meticulously tried the Magic candles and it worked after several attempts. Now I am repeating all procedures for the PipFinite Trend pro but it is still not working.
This is the project - attempt 1.
https://fxdreema.com/shared/GrdmQ1NJc
I get this errors

This is the same project - attempt 2.
https://fxdreema.com/shared/rgxk1wW9b
This one compiles without errors but when being tested returns this error

I tried this second attempt because the sample code given to me is like this
//+------------------------------------------------------------------+
int OnInit()
{
//---//Load EX5
handle_icustom = iCustom (NULL, 0, "\\Market\\PipFinite Trend Pro MT5", //File Path of indicator //NEXT LINES WILL BE INDCATOR INPUTS " ", 3, 2.00, 3000 //END FOR INPUTS );//---
return(INIT_SUCCEEDED);
}
//+------------------------------------------------------------------+These are the buffers for the indicator

These are the input parameters


This is what the indicator looks like

I would have shared the indicator itself but the license is limited.Thank you for the support.
-
I'm afraid that's hard programming, not my field of expertise.
Any programmer here? -
@kayzworld i tried using this indicator in mt5 for check buffers but demo version just working in backtesting and in the mt5 backtest you cant check buffers.
sorry i cant any help when cant work with indicator -
@kayzworld said in ANYONE WITH SUCCESS USING CUSTOM INDICATOR ON FXDREEMA MT5 VERSION WITH BUFFERS AND INPUT PARAMETERS KINDLY PUT ME THROUGH:
PipFinite Trend Pro MT5
demo is working fine in MT4, I have not tried MT5 and I will not
be sure it has not a missing character in the indicators name (can be renamed, but must match), and the indicator is located directly in the Indicators folder (it can be located in any folder, but the name/path must correspond to that)




-
@miro1360 Thank you.
-
@l-andorrà Thanks
-
@kayzworld what's up friend? Were you able to compile your project correctly? I'm just now analyzing this indicator...🤭🤭