#Is fxDreema for me?

fxDreema is a software tool that helps you to create programs (Expert Advisors and Scripts) for MetaTrader 4 and MetaTrader 5 (by MetaQuotes Software Corp).

The normal way of creating such programs is to manually code them using special programming languages, such as MQL4 or MQL5. Of course, not everyone is a programmer, so if you only want to try some trading strategies without coding them from scratch, you are in the right place.

More than that, fxDreema is also suitable for programmers, because it's so easy to make small or big changes in the program.

#How does it work?

fxDreema allows you to connect blocks in a logical tree. Each block does some complex action and you can fine-tune it by editing its parameters. The end goal is to generate a program - the output product of fxDreema.

Here is how fxDreema looks like (without the list of available blocks):

You can imagine that every block is a module, a black box designed to do something - either to check certain conditions or do some actions. Each block has one input and at least one output. When the block does what it has to do, it activates its output, which means that if there are other blocks connected to it, they will be the next to run. There are 3 types of outputs:

  • becomes active when the block succeed to do what it is designed to do
  • is normally active when
    is not, but there are some exceptions
  • is used in trading (action) blocks and it becomes active when there was an error happened inside the block

By selecting the proper blocks and connecting their outputs with the inputs of other blocks, you can create many different trading structures.

When you are done, you can export/save the actual program and use it in your trading terminal. It is strongly recommended to backtest it first!