Because I am still working on javascript files, If something like this happen, try to reload the page few times so they can be updated. It looks that browsers sometimes use cached versions of a pages even if newer .js files are available for download. If it still doesn't work, then most probably I missed something and it's my fault.
Posts made by fxDreema
-
RE: fxDreema was updated... obviouslyposted in Questions & Answers
-
RE: i need simple button only one click.posted in Questions & Answers
Buttons in MQL4/MQL5 are more like checkboxes by default. I was also surprised when I discovered this, because I also expected buttons to automatically turn off. Their buttons are in fact switches that look like buttons. I'm not sure if they can be turned off by the program, but I will write in my to do list to look at this.
-
RE: Constants and Variables not opening todayposted in Bug Reports
It was because I updated some things in one particular .js. I expected that browsers will detect that this .js is updated, and they actually do that, but after few reloads. I noticed that when a browser is opened and some webpage is loaded, it loads everything from the cache without even checking for new data from the server. Also, now many browsers have this feature to remember what is loaded in a website, so when we go Back and Forward things are loaded faster, without even parsing JavaScript files.
-
RE: Order Counts longs and shorts NOT workingposted in Bug Reports
Here is the difference between both codes: http://prntscr.com/894wyt
http://i.imgur.com/bMd5fno.pngstart_time is the time when the EA started to work and obviously longs count and shorts count is calculated after that time now. I remember that I did this modification, but I don't remember why. It was probably after someone's report for some problem.
Normally when I use the start time of the EA, this is to prevent some unexpected bad situations when the EA is reloaded. I don't really remember what was the case for these Trade statistics.
-
RE: fxDreema was updated... obviouslyposted in Questions & Answers
Sorry guys, I left the website with broken .js file. Now I see why the local version can be good... or not updating the website at all

-
RE: Count Trade Lotsposted in Questions & Answers
Just put 0 here: http://prntscr.com/88w5vs
This block "Counter: Reset" does something completely different and it does not work with Variables.
-
RE: Stopp in Profit.posted in Questions & Answers
Break even is used to move the stop once. But both, break even and trailing stop are just checking where the SL is and depending on their settings they move it, they don't care about where was SL before, so if you manually move SL lower (for Buy), the block will move it back where it was.
-
RE: Order Counts longs and shorts NOT workingposted in Bug Reports
This is working for me: https://fxdreema.com/shared/G7P4KlByd
Give me some project that is not working?
-
RE: fxDreema was updated... obviouslyposted in Questions & Answers
Clearing cache helps in this case. I don't know for what reason the new version of particular .js file is not recognized, but I will inspect this now.
Edit: I can't find problems. Initially when I opened Opera and it didn't worked, but after refresh it started to work.
-
RE: fxDreema was updated... obviouslyposted in Questions & Answers
Weird, I'm working mostly on Chrome and it works perfect for me. I think I found the problem in Opera.
-
RE: Count Trade Lotsposted in Questions & Answers
What if you reset the value somewhere (before counting)?
-
RE: self updating/refreshing grid, compare two groups of tradesposted in Questions & Answers
Send me EA that can't be imported. Everything works for me, how can I know what is the problem when there are so many systems and browsers...
-
RE: fxDreema was updated... obviouslyposted in Questions & Answers
Interesting, something is missing here. How did you created your Formula block?
-
RE: fxDreema was updated... obviouslyposted in Questions & Answers
This works for me: https://fxdreema.com/shared/mQdjngHie
There is one weird thing that I just found - when the name of the variable is written in Label 1 in "Comment", the value of that label is changed. But otherwise "Formula" works for me.
-
RE: fxDreema was updated... obviouslyposted in Questions & Answers
SF9CN2kR, is it working now?
ramsay09, I think this was also something temporary.
-
RE: self updating/refreshing grid, compare two groups of tradesposted in Questions & Answers
Import this project (export .mq4 and then import it) https://fxdreema.com/shared/7ODmVB5Rd
Then open Variables and put the mouse in the red zone on the next picture
http://prntscr.com/883411
http://i.imgur.com/I9wmO52.png -
RE: Unable to change Block IDposted in Questions & Answers
Are those working now? For me they work, but for you...?
