@zedeai2 Ok. I see you can create the rectangle. The problem is holding that same rectangle on those same candles as time passes by. Correct?
Posts made by l'andorrà
-
RE: How to draw a block automatically on the chart?posted in General Discussions
-
RE: Can you help me for my EA?posted in Questions & Answers
@primosire I think I catch it, but could you please upload a screenshot with an example of that condition after the crossing?
-
RE: Custom MQL Code Blockposted in Questions & Answers
@biztet Exactly. It is not that easy. Are there any coders here ofering some clues?
-
RE: How to Count Continuous Bear Candles after Every Bull Candleposted in Questions & Answers
@er-arpit09 Then you need a loop looking at the past. I'm not that good doingthose loops. I would beg the presence of roar to enlighten us about this matter. Could you please help us, my friend!

-
RE: Scalper Expert adviceposted in General Discussions
@marquillos21 Impressive! One year later I got the answer! LOL
Did you test it? -
RE: How do I change variable Title? @miro1360posted in Questions & Answers
@savagetrades Can you please reupload the link?
-
RE: Price pullback + pending order systemposted in Questions & Answers
@fm2020 Ok. That is the problem. None of these colours is identified by fxDReema. This is why the EA doesn't work. You will have to create the manually. At least those you need, not all of them necessarily. In these tutorials you will find out how:
https://fxdreema.com/forum/topic/4208/tutorial-06-my-indicators-in-fxdreema
https://fxdreema.com/forum/topic/9105/tutorial-working-with-ex4-ex5-indicator-file -
Number superpositionposted in Questions & Answers
I'm trying buttons and other object onchart for the first time and I found an unexpected issue. This is my current short project:
https://fxdreema.com/shared/16yJeJ2gc
Everything works fine except for the dynamic value of the only variable I'm using. When I drag the EA on the chart everything works fine:

But just a few minutes laters a lot of numbers are superposed ia way that they can't be read!:

Could someone please tell me what's the problem?
-
RE: Serious bug with Fibo retracementposted in Bug Reports
@roar You're right. I chose the wrong option. I confirm there ir no bug after all, LOL XD. Thank you very much to both of you.
-
RE: Serious bug with Fibo retracementposted in Bug Reports
@seb-0 I didn't know that. You're right, I was using the wrong value. However, the bug is still there, I'm afraid. This is the new EA:
https://fxdreema.com/shared/yeRbOdW1b
And this is the wrong result I get:

The Fibo value is correctly identified in the 'Comment' block. However, the condition block is true but apparently fxDreema doesn't identify it correctly.
Any other idea?
-
RE: Serious bug with Fibo retracementposted in Bug Reports
@roar You are right. I get value 0. How can the object be found?
-
RE: Creation of virtual balance withdrawal for backtests.posted in Questions & Answers
@ontrade I'm not completely sure that is possible for MT5 (as I see in your screenshot) You can certainly find some of tha infor when using MT4 with these options here:

-
RE: How to draw a block automatically on the chart?posted in General Discussions
@zedeai2 So you mean that you wantthe rectangle to be plotted covering all candles from 13:00 to 16:00 in a H1. Right? And what about the upper/lower limits? Which ones would you need?
-
RE: Serious bug with Fibo retracementposted in Bug Reports
@roar What do you exactly mean? How can a put a fibo in a comment block?
-
RE: Modify pending order after condition met onceposted in Questions & Answers
@darrow You are requiring the MA crossing happening specifically between candle 2 and 3. As new candles are formed, the crossing condition will never be true. In your previous image you wanted that at the opening of candle ID 0 a new pending order was programmed at candle ID 1's high. At that moment, the crossing happenend betwqeen candles 3 and 4.
Can you see now why it will never work? You need to liberate the crossing condition from the high/previous high condition in order to get future pending orders.
-
RE: Custom MQL Code Blockposted in Questions & Answers
Yes, it is possible, but I'm afraid it is complicated. Unless you are a coder or can be offered the help of a coder (I'm not, sorry), simply don't even try it.
-
RE: Need help in Lot size of martingaleposted in Questions & Answers
@osasono I guess you asked for the same question in another thread. Right? If so, please don't duplicate threads. I answered to your previous thread.
-
RE: Price pullback + pending order systemposted in Questions & Answers
@fm2020 Apparetly the logic is correct but I have no idea if this custom indicator's burffers are correctly identified by fxDreema. Can you please upload a screenshot showing you 'My custom indicator' window for it?. Especially for its buffers.
-
RE: Pip Size Parameter doesn't work on Forex Pairsposted in Questions & Answers
@xbuilder Can you please share your project?
-
RE: please can somone help me with a compounding block?posted in Questions & Answers
@godwin How many times is lot size supposed to be increased? Is there any limit?