Posts made by fxDreema
-
RE: INVISIBLE INDICATORS?posted in Questions & Answers
If a block is disabled, it's code does not run => the next blocks connected to it also does not run. The code for all blocks exists in the output EA, but it never works, as it's not there. Unless you use "Turn ON block" of course, but try not to use this block
-
RE: MM and Volume Upper Limitposted in Questions & Answers
I don't know what to advice you. This MM is a little bit weird and even I have to always remind myself how it's working, because I always forget. But I use some static variables to keep some data and also looking in the past trades to get other data. It's just not something that can be written in one simple line
-
RE: Modification denied because order too close to market (145)posted in Questions & Answers
Well, in real life if modification is denied because order is too close to market, the market will eventually move and the trade will be again free to be modified. Also in case of such errors the EA should try 10 times to do the job and then quit trying.
It's different in the tester, because the tester cannot be in an endless loop waiting for the next tick to come and try again. I must check the code to see how I did it in this case, but obviously it stays in that endless loop for some reason. My question is - is the pending order really that close to the current price?
-
RE: Bug on Chrome and firefoxposted in Bug Reports
Honestly, I have no idea what is the problem with Chrome. This is the browser that I use to develop the builder and if there is one browser that should would work best, this is Chrome. I also use Chrome as my personal browser. Also, 100s of people are using fxDreema every day + that I didn't changed JavaScript files soon. Everything must be stable now.
If you know what can I do to make this problem happen to me, I will fix it in no time. I just need to see that bug in order to fix it, because there are 1000s rows of code
-
RE: Title column in "write to file" blockposted in Bug Reports
Is there other File write block somewhere?
I'm not sure about these commas. The output file is .csv, which actually means comma-separated values. Well, the separator (delimeter) that I choosed to use is ; but who knows, maybe Excel have problems reading those values with commas. I will suggest to give better titles anyway -
RE: Analyzing your biggest losing positionsposted in Questions & Answers
Play with this and notice settings in block 3 - https://fxdreema.com/shared/TbnYIsyte
-
RE: SERVER IS LAGGGGY.posted in Questions & Answers
What if you do that in different browser?
Send me password or we can meet in TeamViewer
-
RE: Bug on Chrome and firefoxposted in Bug Reports
I have no idea, the latest Chrome here. I also didn't changed javascript files soon and I don't have an idea what could be wrong. What if the cache is cleared?
-
RE: EA coding Help neededposted in General Discussions
You are probably asking for something like this - https://fxdreema.com/demo/mt4-buy-sell- ... conditions
-
RE: SERVER IS LAGGGGY.posted in Questions & Answers
Do you use the plugin for downloading files? I had problems with it 2-3 times in the past and I needed to reinstall it, but this happened in my laptop and I use Chrome in a little bit weird way there.
I personally don't have problems with passwords and I change few accounts for different reasons. But sometimes people are telling me that they can't recover their passwords (I don't know for what reason). Maybe there is something wrong. Can you make this happen when you want?
-
RE: use of P1/P2/P3... always return compilation errorsposted in Bug Reports
Interesting, I have to investigate this

-
RE: About 2147483647 valueposted in Bug Reports
In "Condition" when one of boths sides equals to 2147483647 (which is also known as EMPTY_VALUE), the block does not pass. I decided to make it like this for few good reasons. It should work if you put -1 in "Adjust" in both sides, I guess
-
RE: SERVER IS LAGGGGY.posted in Questions & Answers
I changed the compilers these days and I immediately noticed that projects are compiled slowly. But I can't touch these compilers and this is what it is. Even MetaEditor is slow. But I can get .ex5 file for your project under 10 seconds, this is not like hours... If some EA can't be exported for long time, but you can load the website, then it's probably some problem in the project that is not reported as an error and you are fooled to think that there is no error. If this is the case, tell/send me that project so I can inspect it.
-
RE: MM and Volume Upper Limitposted in Questions & Answers
Pure MQL code can be used in almost every input field where you can write something, but of couse you must understand it a little bit.
There is actually a MM for Fixed ratio, what is wrong with it? -
RE: Grid Trading - Orders Doubling Upposted in Questions & Answers
There is a block "No trade nearby".
-
RE: INVISIBLE INDICATORS?posted in Questions & Answers
At this point the code that fxDreema produces is specific to the EA. I can't say what will happen if you start to modify it, I just don't recommend that

-
RE: self updating/refreshing grid, compare two groups of tradesposted in Questions & Answers
This Ray thing applies only for trend lines. It's kind of a bug that these options appear in the block when Horizontal line is selected

-
RE: Slide Orderposted in Questions & Answers
But "Trailing pending orders" is working with pips, which is some kind of price. This block does not care what is the lot size... or at least it should not care.
-
RE: Optional Exit Trade option as an Input Parameterposted in Questions & Answers
Something like this, but if 6 is connected to 4 and 3 is NOT connected to 4. https://fxdreema.com/demo/mt4-wrong-closing-rule
In "Buy now" all settings are for the moment. You can set SL or TP to any possible level, but that's all from this block, these are set once.