@cbot-0 Yes, interestingly in fxdreema, it has always worked out for me. I copy blocks from MT4 => MT5 without problems. roar is right, give it a try.
Best posts made by kayzworld
-
RE: MQ4 EA -> MQ5posted in Questions & Answers
Latest posts made by kayzworld
-
RE: Count bulls/bears in x number of last bars?posted in Questions & Answers
Good morning. Please can you share the solution. I am interested. Thank you.
-
RE: custom code to output minimum value in an array - Please helpposted in Questions & Answers
@l-andorrà: Thanks... Hopefully, I will get someone to assist.
-
custom code to output minimum value in an array - Please helpposted in Questions & Answers
https://fxdreema.com/shared/Xlx4czrDb
Please someone should kindly help with custom code that will enable me to store the minimum value from an array of support and resistance values, pivot point as well as the open and close values of the previous day 4 candle and output it on log or comment blocks. Included is the link to my sample code. Kindly help me correct this. Thank you
-
RE: buy does not workposted in Bug Reports
pLEASE DO NOT IGNORE ADMIN. bUY ORDERS/ ENTRIES DO NOT EXECUTE ON MT5
-
RE: MQ4 EA -> MQ5posted in Questions & Answers
@cbot-0 Yes, interestingly in fxdreema, it has always worked out for me. I copy blocks from MT4 => MT5 without problems. roar is right, give it a try.
-
RE: ANYONE WITH SUCCESS USING CUSTOM INDICATOR ON FXDREEMA MT5 VERSION WITH BUFFERS AND INPUT PARAMETERS KINDLY PUT ME THROUGHposted in Questions & Answers
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.
-
ANYONE WITH SUCCESS USING CUSTOM INDICATOR ON FXDREEMA MT5 VERSION WITH BUFFERS AND INPUT PARAMETERS KINDLY PUT ME THROUGHposted in Questions & Answers
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.
-
RE: If you have successfully used pipfinite pro trend in your EA, please come to my rescue dicatorposted in Questions & Answers
@l-andorrà I sincerely have followed that detailed instructions several times. But its not working. I am on MT5 so I really don't know.