Sure! Can you please share your project to take a look at the issue?
Posts made by l'andorrà
-
RE: my Martingale EA have problem with layer . Please Help meposted in Questions & Answers
-
RE: Close trade when take profit is higher then sell priceposted in Questions & Answers
Are you working on a project doing that? Could you please share it for us to take a look?
-
RE: Set consecutive target to close all open positionposted in Questions & Answers
You can do all those calculations by using different variables and the 'formula' block. But its final structure will depend on your current project. Could you please share it for us to include them?
-
RE: optimize the EAposted in Questions & Answers
The first thing I recommend you is reordering all top block IDs. Now they are inconsistent. For example, blocks 2 and 12 should be renumbered as 1 and 2 respectively. Then blocks 1 and 11 should be specified ans candle ID 1 on both operands.
Try this initial changes and let me know any improvement.
-
RE: Compilation Error Messageposted in Questions & Answers
I'm not a programmer so i will limit my help to what I see on your project and, as far as I can confirm, there is no problem on it. Is that the whole project or are you using some variables not included in your link?
-
RE: Trailing Money Loss value into Commentposted in Questions & Answers
If you read the block information you will see that: 'This block is kind of trailing stop for a group of trades, but it works with money amounts (in basic currency) instead of pips.'
Is that what you want to see? A money amount?
-
RE: Occuring Unwanted Tradesposted in Questions & Answers
Could you please share your project? Probably you will need a 'No trade' block on top of your conditions' threads.
-
RE: Multiple trades are created one after another?posted in Questions & Answers
You need to add a 'No trade' block on top of your conditions' thread.
-
RE: Only fist candleposted in Questions & Answers
@eli Firstly, I strongly recommend you to adjust all your condition blocks to candle ID 1 on both operands.
Secondly, you can create a few variables controlling exactly what you need. Boolean ones would do the job. They would be initialized as false on the initial settings and would change to true immediately after your buy is open. Then all conditions should change again as far as your indicators retake the desired values.
-
RE: Modificar cantidad de lote en un EA creadoposted in General Discussions
El problema es que fxDreema no está diseñado para modificar EAs que no hayan sido diseñados en la propia plataforma, lo siento. Tendrás que crear todo el EA desde cero en la plataforma si quieres poder modificar cualquier parámetro, como los lotes, por ejemplo.
-
RE: code for box conditionposted in General Discussions
Como es una pregunta de programación pura y dura te recomiendo que la hagas en inglés. Yo no tengo ni idea de programación y soy el único que responde en español, lo siento.
-
RE: Only fist candleposted in Questions & Answers
Do you have a project to begin with? If so, could you please share it for us to fix it?
-
RE: Projects stop running on new MT5 build 1910posted in Bug Reports
I recommend you to contact the administrator directly via the support page.
-
RE: smooth hieken ashi How you do this?posted in Questions & Answers
I'm afraid fxDreema is not the place to create custom indicators. Don't you have any doing that?
-
RE: indicator moves within limitsposted in General Discussions
What do you exactly mean by 'activated'? Is it a specific value? A number?
-
RE: NON GRAPHICAL buffersposted in Questions & Answers
@ambrogio said in NON GRAPHICAL buffers:
@l-andorrà said in NON GRAPHICAL buffers:
@ambrogio said in NON GRAPHICAL buffers:
@trader-philipps said in NON GRAPHICAL buffers:
@gizmosz As you have the source code of the indicator it's easy.
Just create a file "OBV_vs_MA.mq4" in your indicator folder.
Now you ccan import it to fxdreema.@trader-philipps Please, could you kindly explain your response "Just create a "OBV_vs_MA.mq4" file"?
Thanks in advanceHe means you can compile the source code into an mq4 file through the MT4 Metaeditor tool.
I appreciate your commitment in the forum, (because support in FxDreema does not exist at all), but please do not replace yourself with the answers that others should give, Also because your answer, in this case, does not make sense
Understood.
-
RE: Is it possible Emergency stop and open new trade ?posted in Questions & Answers
The difficult part is defining the "back to the buy rate or near" conditions. That can be a very tricky group of conditions. I think you should try to choose what indicators (and in which conditions) you would consider the condition is met. Then we can implement it into your project.
-
RE: Move stposted in Questions & Answers
Two quick questions:
-
Not sure if I understand it correctly. Dou you mean this?
Price reaches TP1 at 30 pips, SL moves 5 pips. Price reaches TP2 at 60 pips, SL move another 5 pips and so on... -
60 candles from what? From the opening candle?
-
