@SPEG-INC-0
I have got the same problem. on MT5 the results are more reliable. I'm still trying to figure out a way to solve the problem but so far the best way is after backtesting run the EA on a live demo account for a week and try to optimize according to live data. it takes longer but more reliable
Best posts made by nasserminaei
-
RE: Time Bomb and backtestingposted in Questions & Answers
Latest posts made by nasserminaei
-
RE: Custom indicator with exe fileposted in Questions & Answers
@jstap I realized what was causing problem. I had to paste the indicator in the main indicators folder in mt4 but i did it on a subfolder with a name which did not match the indicator's name. problem solved. thank you so much.
-
RE: Custom indicator with exe fileposted in Questions & Answers
@jstap thanks for getting back to me. it is a very confusing situation. I have done exactly the same thing. I have double checked. could be any reason I'm missing here? I can't figure out why it is not returning for me.
-
RE: Custom indicator with exe fileposted in Questions & Answers
@jstap thanks, I have done that but still couldn't succeed. here are the snapshots of what I have done.


-
RE: Custom indicator with exe fileposted in Questions & Answers
@jstap I exactly want to address those buffers appearing in data window. how can I do that?
I need those buffers because they represent price levels. I need to access those price levels on the chart to set conditions for my EA.
attached is the snapshot of the indicator and price levels it generates

-
RE: Custom indicator with exe fileposted in Questions & Answers
@jstap I have entered the input parameters as the exact same order as it is shown on MT4 data window as the first step. how should I create 'output buffers' correlating to the input parameter? because in fxdreema I need output buffers to be shown .
as an example I have a line named 'A UP' in the indicator. I have exactly set this as input, now I want to refer to this line in fxdreema as a buffer. how should i introduce in 'output buffer' to correlate with 'A UP' input parameter -
Custom indicator with exe fileposted in Questions & Answers
Hi, I have an indicator providing levels but I only have the EXE file not MQL file so i can't add as custom indicator. Is there any way to go around this problem and identify the levels some how in my EA?
-
RE: using turn on/off blocksposted in Questions & Answers
@sktsec @l-andorrà
thank you so much for helping me to solve the issue I have been trying to solve for about 2 weeks. removing block '44' actually worked.
your time and effort is really appreciated , I hope that someday I can do the same for others

-
RE: using turn on/off blocksposted in Questions & Answers
@sktsec
thanks for getting back to me. well the algo should work like this:- opens position or positions are closed
- the ea stops working for X seconds (freezing time starts when the last open position is closed)
- it starts working again when the freezing time is over. let's say after 2 minutes.
as far as I have understood from your message, maybe it's better to remove block '44' as the 'turn on blocks' has nothing to do with with the previous trade it just count the time so it might solve the problem. i'll check to see if it works.