MT5 if FAR less efficient than MT4 in fxDreema. Unfortunately it's very buggy :(.
Posts made by l'andorrà
-
RE: Unreliable onTrade filter events on MT5posted in Bug Reports
-
RE: CUSTOM INDICATOR IN SEPERATE WINDOWposted in Questions & Answers
No problem. We will help you. Some more visual info would be much appreciated. Could you please upload some screenshots showing what you need exactly? That would clarify a lot your request.
-
RE: How/what blocks can i use the blocks to structure this problem?posted in Questions & Answers
Use this on the 'On trade' tab:

-
RE: Which button for total profit and total loss?posted in Questions & Answers
Isn't this the third thraed you are opening with the same question?
-
RE: Entry after receiving an alert from custom indicator.posted in Questions & Answers
Put a 'No trade' block on top of them all if you want just one open trade. You can also put a 'Once per bar' block on top if you just want one trade per candle. Obviously, you can combine both.
-
RE: Unreliable onTrade filter events on MT5posted in Questions & Answers
The logic is correct. I'm afraid there must be another bug here. MQ5 is less than perfect in fxDreema, sadly.

-
RE: CUSTOM INDICATOR IN SEPERATE WINDOWposted in Questions & Answers
fxDreema is not designed to make indicators, sorry. You can create an EA behaving like one, though. To do that you will need to run it on a separate chart. On the other hand, the 'Pass' block on top is not necessary at all.
-
RE: How do I stop the basic conditions when losing 300$?posted in Questions & Answers
On your first issue, you should put this block ABOVE blocks 216 and 217 at the sam time.

Additionally, you will need a time period for this block to be unchecked. I would recommens a variable to do it.
On your second issue, you are looking for the holy grial! Not sure what to recommend, honestly. Maybe decreasing your money target?
-
RE: Manual Trailing stop lossposted in Questions & Answers
I'm afraid I don't fully understand you.Do you men changing the trail step within the same open order? If so, what's the point of that?
-
RE: Testing Historical Trades with a new Strategyposted in Questions & Answers
I'm afraid I'm not your man, sorry. I'm not a programmer.

-
RE: Delete text objects from EA MT4posted in Questions & Answers
For the first issue you will need to look for the name of that object on your chart and then use these blocks to delete it:

You will have to specify the name of the object on the 2nd block. But be aware when to do it. Will you need it later?
On your second issue, go to Project options (wrench icon on top right) and then:

-
RE: Help on Trailing stop block appreciated (SOLVED)posted in Questions & Answers
Thank you very much for your help. I need to study it and will be back with my results.
-
RE: wait after closing tradeposted in Questions & Answers
If I understand it correctly, once the sell pending ordered has been launched it will be active for 3 days. Is that correct?
-
RE: Condition limit loss and Limit Profitposted in Questions & Answers
This is the block you can use for both cases:

The last box 'Profit' can accept positive or negative values. That way you can condition how much can you win or lose every day or every trade. Once this condition is true, a boolean variable can be used to block your buy/sell launchers.
-
RE: How do I stop the basic conditions when losing 300$?posted in Questions & Answers
@khalids222 said in How do I stop the basic conditions when losing 300$?:
300$
Blocks 120 and BUY are redundant. You can remove them. On your issue., could you please specify a bit more where do you think the problem can be?
-
RE: Help on Trailing stop block appreciated (SOLVED)posted in Questions & Answers
It's not a question of CPU capacity, but of how to create the loop. I tried that on my shared project, but to no avail so far. Should the loop be positioned under the 'For each trade' block or above? I guess it should be below, so that open proces should be scanned case by case. However, mi initial configuration doesn't do that and I don't know why.

-
RE: Help on Trailing stop block appreciated (SOLVED)posted in Questions & Answers
If those SL are wrong then MS Excel is wrong because I got them there.
Can you please tell me which one is the wrong one?Yes, they are static from there on, but if I have three open traedes at the same time, there will be three different open prices to be considered on the same tick. This means that those numbers (0.04493 and 0.01123) are to be changed three times on the same tick. So I need three different static values. That is the problem.

