UPDATE time, write here if you have problems!
-
You have "My Inidcators" up there in the menu

-
@fxDreema
Yes i know but in desktop version when i use this and click on yellow line was open page and i can select indicator , and because of this i used my indicator and then custom indicator and set name parameter and buffer but now when i use that it show me error that past time do not show me any errors !

-
@fxDreema
This is so bad!
I can't work with FxDreema at the moment!
Please look at the input field in my screenshots: After the update, there is just a mess witch is hardly or not to look through. Before the update, I could identify all fields easily by their block identification numbers/names.
This is very important. Please make it work again as soon as possible!
-
@anse33 I totally forgot about you, sorry. I will take a look at this now
-
@anse33 How is it now?
-
Very frustrating
I had achieved everything works again, and since half an hour nothing is working.Still thinking there are something wrong with variables (could be globals, constanst o local, dont know, I use all of them)
Still not printing nothing on the screen (draw text, etc..).Thanks
-
@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.
-
About the buy block, customs sequence, it wont reset until it use all the sequences, can you make option as it reset automatically when the entry hit the TP..
-
@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?
-
is it...i see. maybe i was confused with other block.. thanks admin.
-
@fxDreema Perfect, it works again. Thank you so much!

-
I finally found the problem with objects and I think I fixed it
-
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.
-
Hello, since a couple of hours values > or < are giving contrary results, please check it
Thank you


UPDATE
This rare behavior happens with certain options but with others it behaves well as seen in the image
-
I'm running an old version of MT4. The updates don't work with it
-
@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.
-
//////////////////////////////
I think solved
-
Hi,
Can you take a look at this warning.
This warning came up after the update. Should I just ignore it?


Is this normal log when I remove the expert advisor?

Just let me know.
Thanks.
-
@shafifie I can fix these issues. For the moment they are not fatal, only annoying.
-
@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...