@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.
Posts made by nasserminaei
-
RE: Custom indicator with exe fileposted in Questions & Answers
-
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.
-
RE: using turn on/off blocksposted in Questions & Answers
@sktsec @l-andorrà
Thanks, now it turns off the Ea correctly( 1 step the problem solved) but it doesn't turn on it back again when the waiting seconds are over. for example I set the value of 'waiting-period-second' in block number '43' for 120 which means 2 minutes but after that it doesn't open up new positions. -
RE: using turn on/off blocksposted in Questions & Answers
@l-andorrà sure. here is the link to the complete project
https://fxdreema.com/shared/3l34zhk3b -
RE: using turn on/off blocksposted in Questions & Answers
@l-andorrà no only the unix time. actually only once and that is where I have UNIX + seconds which seconds=waiting time before restart but it doesn't work.
-
RE: using turn on/off blocksposted in Questions & Answers
@jstap ok, so there is only one problem trying to fix and that is when the order is closed I want to stop the EA from working for a specific time and then restart it automatically. I have changed the method and trying to use UNIX time to do what I want and here is the shared link of how I am trying to achieve but it doesn't work something might be wrong that I can't figure out. thanks
https://fxdreema.com/builder -
RE: using turn on/off blocksposted in Questions & Answers
@l-andorrà I have tried to do what you suggested using UNIX time to stop and restart the EA after certain amount of time. I have done some research on how to do that, here is the result but still it doesn't work. I know I am close but can't figure out what's wrong. here is the shared link and I appreciate your help on that. thanks
-
RE: using turn on/off blocksposted in Questions & Answers
@jstap I have done that already. here it is
https://fxdreema.com/shared/2D8alq3md -
RE: using turn on/off blocksposted in Questions & Answers
@jstap Still both of them didn't work as expected. any idea on how to solve the problem?
-
RE: using turn on/off blocksposted in Questions & Answers
@jstap I expected when I use the block 'once per bar' it run through the next block 'turn on' blocks when the current timeframe candle closes but it doesn't. I also have used the 'once per minutes block but it didn't work as well
-
RE: using turn on/off blocksposted in Questions & Answers
@jstap what i was trying to do was to 'turn off' ---> wait for one bar----> turn on blocks. that's why I have used those sequences. how would you recommend to use blocks in a way that I turn off 'buy now' , 'sell now' blocks for certain amount of time and then turn them on?
-
RE: using turn on/off blocksposted in Questions & Answers
@l-andorrà thanks. I'll try to check this to see if it can solve the problem