opening/saving projects
-
How can i transform fxdreema codes in to blocks to uploud in fxdreema
-
the file load/save system is proprietary, and confusing. i am losing work because it is not clear how to:
- start from an existing file, use it as a template, and save it to a new file
- save a file with a new name, creating a duplicate under a new name, without disrupting the existing project
- export to XML seems to save a new project file as well. if this is a true export/import, these XMLs should NOT appear on the project load/save list
-
This is confusing because fxDreema is web application by nature. Imagine the web version, it uses database on the server and stores projects there. You log in, do something and log out - everything remains on the server. Getting file from it is then exporting. Adding file from PC is importing.
The local version looks to be Windows program, but it is basically the same as the web version. It also uses database (local) to store all projects. Exporting files can be called saving here.When exporting/saving .mq4/.mq5 files, fxDreema adds some data at the end of the file, project data, which then can be used to import the project from that file. The same way as .xml files.
Projects - Load project: This shows all projects in the fxDreema's own database. These are not .xml, .mq4 or .mq5 files.
-
Its confusing for me too.
How can i duplicate a project so i dont need to start from zero? -
Save it as .mq4 or .mq5 file and then import that file from Projects->Import Project. Note that this will not work if you save from the web version and import in the current desktop version, because the desktop version is older and it looks that I have no serious plans to upgrade it.
-
Chatbot isn't available to give a link for fxdreema project
-
@Domas1988 Do you mean creating custom code blocks, maybe? You can use that block (custom mql code) to create any code into an fxDreema block.
-
i'm trying to create scalper that scalps 3 pairs by scanning them but it runs only one pair https://fxdreema.com/shared/your_project_link_here
-
@Domas1988 The only way is having the original code created by fxDreema in the first place. Otherwise it is not possible.