It has only 1 buffer and it outputs its value normally
Posts made by fxDreema
-
RE: Use iband indicatorposted in Questions & Answers
-
RE: HOW CAN I FIND PIN BAR?posted in Questions & Answers
Try this block "Single candle template". Or some custom indicator

-
RE: Alignment and size of the blocksposted in Questions & Answers
Now all blocks have the same height, which can be changed only if you modify their title and add more rows. When you move blocks, they move in small steps (5 px I think) with the idea to be easy to align them, but I sometimes think that this is not enough and they can't be aligned very well.
-
RE: Payment Link Not Working?posted in Questions & Answers
Browser? People complained about this before, but I don't have this problem and I can't fix something that I don't know how and why happens

-
RE: Restart eaposted in Questions & Answers
I think it depends on what kind of restart he needs. Because the EA restarts also when you modify its properties, but this restart is not full restart and some global variables still keep their values.
-
RE: Compiling errosrposted in Bug Reports
Drew, what if you compile the .mq4 file in your MetaEditor? What are the errors?
-
RE: UPDATE time, write here if you have problems!posted in Questions & Answers
@shafifie Actually the problem is like this: http://prntscr.com/gbllqq
In the block there are 4 parameters - Time1, Price1, Time2 and Price3, but depending on what type of object is selected, 2 or 3 of them might be invisible. For your horizontal line you only see Price1, but Time1 is still over there (hidden) and for Time1 some price value is set
This is not fatal, because Time1 is not actually used, but it exists in the code and that's why you see the warning message.How do you remove that EA? I added and removed an EA, but I don't see these errors...
-
RE: UPDATE time, write here if you have problems!posted in Questions & Answers
@shafifie I can fix these issues. For the moment they are not fatal, only annoying.
-
RE: UPDATE time, write here if you have problems!posted in Questions & Answers
@edro77 In the first screenshot on the left side you have something in pips, the value is something like 10 (pips), but on the right side you have something that is like 1.2345. Basically you can't compare both.
@drewinbrissie I don't know how old is your MT4, but now the output code is filled with classes (OOP) and they exist in MQL4 for a long time now.
-
RE: UPDATE time, write here if you have problems!posted in Questions & Answers
I just fixed another problem that appeared when more than one "Once per tick" blocks are used. Maybe the problem appeared in other blocks, I'm not sure. By the way, if you are using this block, you probably don't need to and you can remove it. People are probably fooled by it's name, but this block is not something that creates ticks, it's just a filter that has limited use case.
-
RE: UPDATE time, write here if you have problems!posted in Questions & Answers
I finally found the problem with objects and I think I fixed it
-
RE: UPDATE time, write here if you have problems!posted in Questions & Answers
@keanzoe It works for me for some reason: http://prntscr.com/gaujaw I tried very basic example, simply "No trade -> Buy now" with all default settings. What is different on your side?
-
RE: UPDATE time, write here if you have problems!posted in Questions & Answers
@azazelio I think I fixed that problem in block 20, it now says "distance: -5" on the chart. Block 19 prints "-5" (the value of the variable that is selected) and block 18 prints "sample text". I think this is what is expected to happen.
-
RE: Restart eaposted in Questions & Answers
There is a function to kill the EA - https://www.mql5.com/en/docs/common/expertremove - but I don't know how to restart it
-
RE: How to open positions at each signal with maximum orderposted in Questions & Answers
Setting maximum orders is easy, just put "Check trades count" on the top and configure it. I don't fully understand the other part of the question, but I feel that it is something like this: https://fxdreema.com/examples
-
RE: UPDATE time, write here if you have problems!posted in Questions & Answers
@anse33 I totally forgot about you, sorry. I will take a look at this now
-
RE: UPDATE time, write here if you have problems!posted in Questions & Answers
You have "My Inidcators" up there in the menu

-
RE: UPDATE time, write here if you have problems!posted in Questions & Answers
@azazelio I still don't see the problem. Block 16 passes if there is no trade with group 1 or 2. If there is any other trade (with group 3 for example) it will pass. But from the beginning block 12 created one trade with group 1 => block 16 refuses to pass because of it.
By the way you don't need that "Once per tick" block