Please help
-
Hello,
Can anyone create EA on fxDreema platform based on existing EA (mql4 file)? The fxDreema EA and my existing EA trading logic should be identic (the trading logic is quite simple).
If You are interested please let me know and I will send You the EA.
-
I don't think you can import a non fxDreema mql4 file. I'm afraid you will have to create a projecte here from scratch. It should not be difficult if you know all trading logic conditions.
-
Thank You for so quick response! Yes, I have to create new project, but unfortunately I don't have enough skills on fxDreema platform to implement the trading logic. I am looking for somebody who has these skills to implement the EA logic.
-
It is no so dificult to start with fxDreema. It is just required some time to know how the blocks work and how they have to used to build the logic.
Here you have some simple examples that are very useful to start with fxDreema
You will also find examples searching the forum posts.
If you know what your EA have to do, it is not a big deal to build the project using fxDreema. Nobody was born trained.
-
Thank You for trying to help me! I know basic in fxDreema and I have made different EA's, but I could not implement current EA logic. I can describe the logic:
If there is no "Buy" order, but "Buy" order with take profit parameter is 10 pips. If price moved for example 35pips down (this distance is configurable), then put another "Buy" order with bigger lot size (configurable, for example 2 times as big as the first one). If price moved down again for example 35pips then but another "Buy" order with bigger lot size again.
Take Profit is updated in every new trade and if take profit parameter has reached all "Buy" trades are closed.
Could anyone implement this logic in fxDreema?