fxDreema was updated... obviously
-
Rico, I checked your project and for now I can't find what is the problem, but I also need to fix some "fatal" problems as well, so I will return to your problem later. If I forget about you, write to me again.
For the people who have problems with browsers, can you tell me browser versions? By the way I was not paying much attention to IE. Because of the plugin that is now avaibalbe (to download files faster) only for Chrome, I will recommend Chrome.
-
right so the problem must be a reason since builder and saving mql. i only see that when i test it in mt4 they do nothing with idicators or else. I hope you find the reason for this problem
i try to make it on my pc not on web too solve it for the moment. greets Patrick -
Rico, I think I fixed this problem. It was something that turned > and < into crossovers. I'm still testing it, but I think it's ok now.
-
I believe I'm experiencing the same problem as Rico. On Firefox, after creating a new project, when you click on blocks to try to drag them to the workspace, they instantly appear in the upper left hand corner of the screen. They can't be moved or adjusted. Chrome works fine.
Also, I decided to just use the local version on my computer till you worked out some bugs, but when I tried to import the .mq4 file that I just saved from the (redesigned) web verison, it says "no record found", as if the web version saved and exported a blank EA to my computer. This was a problem in both firefox and chrome. I checked, and I can import older EA's to the local version no problem so I think there's still a glitch somewhere.
-
Hello. I have two points
1.-I can't find the save buttom, is there a new way to save the project?
2.- The blocks doesn't apply the setup parameter for optimizing button, How can I do? or is it a problem of the modification of the platform?
Thanks in advance...
-
imagine2021, I fixed this problem.
maikel_bm, check one of these checkboxes and this history point will not be deleted. It was almost the same before, what SAVE button did was to put the current history point at the top where "Project start" was.
I think I totally forgot about these checkboxes and actually I was thinking to change their behavior or directly remove them. The problem is that people are working too much with these, which is not a good practice. Yes, they are simple to click, but then the result is many weird-named input variables. I always recommend to use "Constants (Inputs)" instead. Those checkboxes are good when we want to quickly optimize 1, 2 or 3 parameters, but I have seen projects where almost all checkboxes in all blocks are checked... do you think that this is good?
I noticed one more problem with connections - very often something breaks and blocks are no more connectable. This is a harder to investigate, but I will find the reason why it happens and I will fix it.
-
Thanks for the answer.
I just want to have the capability to modify the lot size. How could i do it using constants inputs? I've never used this command could you please explain a little bit?
-
Click on "Constants (Inputs)", then define some constant that will have a good name, let's say "LotSize". This should be a numeric value, so the datatype will be "double". For whole numbers it's "int", for boolean values use "bool" and for text values it's "string". These are the basic data types.
Then go to some block, right-click over the input field you want to modify and select "LotSize". Do the same with other blocks and in this way you will use 1 input parameter in many places, and this parameter will have a good name.For now I disabled optimization checkboxes in the blocks. They will stay there, but they are not used in the end project. I will fix them later.
-
I just fixed some problem with "Adjust" and now I expect "Adjust" fields to work everywhere.
-
Can I define hour filter as a costant input? if so how is the sintaxis?
Thanks
-
I fixed my ea thank you very much for your clarifications.
Kind Regards.
-
Optimization checkboxes have a good use here. Move the mouse over and you will at least see the data type of the parameter, like this: http://prntscr.com/83m6ug This is "string" parameter, which is text.
In some cases fancy data types can be used, which is more interesting. For example, if you use "datetime", the input parameter will automatically get a calendar. Make some "datetime" parameter, then click on it's value here and you will see: http://prntscr.com/83m8nn
This datetime parameter can't be used in "Time filter", because the block does not expect such a value. Now that I am thinking about this, maybe I should do something about this

You can try to use it in Condition->Value->Numeric and compare it with Condition->Value->Time.But what is "datatype"? Normal integer value actually, here you can see what kind of value is it: http://www.epochconverter.com/
You probably don't want to have such input parameter where the time is fixed, maybe you want to set up only Hour and in this case "Time filter" has "Components" format where the time is separated into integer components - year, day, hour, minutes...
-
Firefox browser: after right clicking a block, none of the options can be selected.
-
Another issue. Area's have not carried over, i.e. they have disappeared on old projects.
-
Also, I can't scroll to the right for projects that have blocks on the right of the screen.
And still some weird stuff going on with the connectors http://prntscr.com/83piec I'm using Chrome and have tried on two different machines on two different networks and the same issues exist.
It happened this time when I added new blocks, connected them and then moved one of the blocks.
-
To further elaborate on the connector issue, the Formula to Condition connector that is missing in the screenshot was there until I moved the No Trade is running block which is connected to the No Pending Order exists block. This now also looks like it's not connected.
-
Another issue, "No trade is running" and "No pending order exists" no longer work, i.e. when a trade or order is set more trades and orders are being executed. See my project System X Mark 2 to see what I mean.
-
Areas must be fixed. There was also problem with deleting them. But there is one problem - if you opened a project with areas in it, it is now written without them. I have backups of course and I can revert all projects as they were 2-3 days ago, just tell me the project ID.
-
Someone wrote that projects exported in the Web cannot be imported into the local version and this is how it should be, because there are changes in the structure of the project file that the ols local version does not understand. This is by the way the main reason why I don't like the local version - compatibility obstacles when I want to change something in the project's structure.
-
__
And still some weird stuff going on with the connectors http://prntscr.com/83piec I'm using Chrome and have tried on two different machines on two different networks and the same issues exist.[/quote:3inqylpy]I found a problem related to making connectors and I fixed it. I don't expect more problems with them, but who knows...
EDIT: In some situation there is still a problem