That is the second thread you created for the exact same question. Please don't duplicate threads.
Posts made by l'andorrà
-
RE: Changing the color of the indicatorposted in Questions & Answers
-
RE: The effect of time period of backtest in the resultposted in Questions & Answers
@samuelkken Trying your strategy on a demo account for a long time.
-
RE: How to change indicator color like MA and Zigzag?posted in Questions & Answers
Good question. I'm not sure that is possible with fxDreema, but I may be wrong.
-
RE: condition for indicatorsposted in Questions & Answers
No, no, you can use any indicator regardless it is custom or not.
-
RE: compare And update Variableposted in Questions & Answers
How is that variable supposed to be calculated? What is it measuring?
-
RE: Hoe to draw trendlinesposted in Questions & Answers
IMHO you should use a custom indicator doing it for you. Obviously one that doesn't repaint.
-
RE: How to open trade in directionposted in Questions & Answers
But then what you need is candle 1 to be closed to know direction. Doing it on candle ID 0 is just betting.
-
RE: volumeposted in Questions & Answers
@ehsan1362 I see it is an indicator for MT5. Those are usually the most problematic on fxDreema. My best suggestion is trying to emulate the buffers as explained in these tutorials.
https://fxdreema.com/forum/topic/4208/tutorial-06-my-indicators-in-fxdreema
https://fxdreema.com/forum/topic/9105/tutorial-working-with-ex4-ex5-indicator-fileIf it doesn't work yet, I'm afraid you'll have to change the indicator.
-
RE: Computingposted in Questions & Answers
Yes, you can do it, bur then you will have to create a variable to store the final result. My example doesn't need any variable.
-
RE: Area sequence editposted in Questions & Answers
Then I'm afraid I don't understand what you need, sorry. That is exactly what I said so I don't see the problem.
-
RE: Drawdown Calculationposted in Questions & Answers
Can you please share the link to the project?
-
RE: Help on this !posted in Questions & Answers
Ok. Then what you need is an array searching for those specific trades. I'm afraid you will need a programmer to do that via custom code. Sorry for not being the guy you need.
-
RE: Cant change <> of relations of indicators using constants for optimizationposted in Bug Reports
Could you please be more specific? What do you exactly mean?
-
RE: Help on this !posted in Questions & Answers
Yes, but 10 profits from the most profitable open trade right now, the least one or which one?
-
RE: Hello I cannot do any thing in my account after I do my project and download EA to MT4posted in Bug Reports
That grey dot means that there is a compilation error. It is not a problem with your fxDreema account but with your bot. Most probably is an issue related to your Constants and Variables. Just compile the file manually on your Mt4 and you will see where the issue is.
-
RE: Area sequence editposted in Questions & Answers
You can try to substitute blocks 80 and 81 by 'pass' blocks instead with those same orders. They will still be executed in the order you need but on the exact same tick.

