Problem fixed
Posts made by fxDreema
-
RE: How to record total loss in £s of the previous trade?posted in Questions & Answers
"For each Closed Trade" with "Not more than N trades" set to 1 - this loads the last known closed trade and then in "Condition" you can get any parameter when you navigate to "(in loop)...."
But if you want to use some money management method, maybe there is another way to do what you want to do.
-
RE: Check if last closed position was stop lossposted in Questions & Answers
Now this is what happens and is wrong or this is how it should be?
Note that I am not sure what you really want and I'm guessing, that's why I'm proposing what I think you want to achieve

-
RE: Whats wrong with this eaposted in Questions & Answers
http://prntscr.com/86nmv6
http://i.imgur.com/ee8M4hm.pngThose variables are not the Variables you want to use. Navigate to Value -> Numeric instead.
-
RE: Thank You...posted in Questions & Answers
When you are in the current candle, which is still unfinished and everything moves up and down, you can have multiple fresh crossovers. So it depends.
You can put "Once per bar" after the condition and you will get only 1 signal for this particular candle. You can also try those "Price x> Indicator" blocks. They are a little bit different, because they are detecting the moment when a crossover happens, not the state that is for the current candle. But they have their unique issues as well.
-
RE: self updating/refreshing grid, compare two groups of tradesposted in Questions & Answers
No blocks are highlighted when you mouse over the name of the variable?
-
RE: ok to build ea with to indicator need helpposted in Questions & Answers
Ok, so the problem is that the EA don't appear in MetaTrader. I don't know why all the other information was needed...
Just put the EA where it needs to be and then restart MetaTrader. Here I wrote some information about how to prepare the things: https://fxdreema.com/help/-/you%20shoul ... 20terminal
-
RE: Re: Variables not read ! [solved (but with a workaround)]posted in Questions & Answers
Something wrong happens when the original value of that parameter where the variable is used contains the name of that variable
-
RE: Check if last closed position was stop lossposted in Questions & Answers
No, no... it's not "No position" with all default settings, it's "No position" that is set to work only with Buys, and another blocks like this set to work for Sells.
-
RE: Overnight Trades!posted in Questions & Answers
I see only one "Time filter" and no "Modify variables" in your project
-
RE: ok to build ea with to indicator need helpposted in Questions & Answers
What means to merge an indicator crossover with trailing stop?
-
RE: self updating/refreshing grid, compare two groups of tradesposted in Questions & Answers
__
If you feel bored after this update :), you could make something that is highlighting blocks are using a selected variable or constant. That will be very helpfull.[/quote:3aqb42pz]
Ok, i did that. In not the best way probably, and not very accurate. Constants/variables that are written manually or used in the sidepanel "Variables" of the properties window are probably not detected. I just used some function that I have for detecting some constants/variables in other situation and I used this one. Let's say that this is experimental.How to do it... move the mouse over the input field and some block will be selected: http://prntscr.com/869vpe
-
RE: More comlex manual and support stuff for newcomersposted in Bug Reports
__Link to documentation says: 404 document not found[/quote:2g0j11mo]
https://fxdreema.com/help/ -
RE: Re: Variables not read ! [solved (but with a workaround)]posted in Questions & Answers
I don't understand what is the problem exactly, but I think that you need to be aware of the first two options in "Draw... " blocks. Notice the names of the objects, they have "1" appended to their name: http://prntscr.com/866lbv
Those 2 options control the way objects are created and then modified by the block. 2 options with 2 states each = 4 possible configurations. But I will better create some example for this, because now I am working on the examples anyway... -
RE: fxDreema was updated... obviouslyposted in Questions & Answers
____And what is your version?
I have old Opera on my old laptop and it doesn't work there, but this version is from 2012, the latest version that used their engine Presto. Then they moved to WebKit, which is the same thing that Chrome uses. When I check for updates it says that it is updated, but Presto 2.12.388 is from 2 november 2012 and it's discontinued.[/quote:evvj7nh5]
This is it >> Opera/9.80 (Windows NT 5.1) Presto/2.12.388 Version/12.15
of-course you mentioned that it is not working with this version. I suppose I must download a new version of the browser, any recommendation from where could help.[/quote:evvj7nh5]
I think that this version is too old to detect if there is a new one. But I don't want to try too much to update mine, because I want to have something that is old somewhere. You can try to install it from http://www.opera.com/, I guess it will work.
If for some reason you want to use the old Opera, which is fine, then I can suggest to use Chrome, because I also have an extension for it to easily download/overwrite files: https://chrome.google.com/webstore/deta ... mkdhjdgdkp
-
RE: August 2015 ... help to detect bug!posted in Bug Reports
can you send me this file or some file that can't be imported?
-
RE: fxDreema was updated... obviouslyposted in Questions & Answers
I tried now to generate a project using the Local version, as it still works on the old and stable system: http://prntscr.com/85z2fu
Then I exported the project and imported it into the new web version and this is the result: http://prntscr.com/85z2y8
And this is how it should be.Why I decided that Formula blocks must use Variables? Because I can see that people are using too much ResultX variables and they mean nothing. Most of you don't even try to give those results good names. These results are also global variables (with double datatype), but making soup out of them is not a good practice.
Normally in the code we start with a variable and then we modify it in multiple calculations. Those Formula blocks are too simple and they represent very simple calculation. But using different variables for each small calculation is not good. At the moment you are doing this is ok, but then when you comback and see this stuff, you realize that you can't connect all those ResultX values anymore.
Formula blocks really need some update, but not something that is using tens of varables with awful names.
-
RE: fxDreema was updated... obviouslyposted in Questions & Answers
Yes, but now all ResultX variables must automatically go into Variables. So, this does not happen for this project?