Not sure I fully understand. If you already got both L0 and H0 lines, which candle is the one you are looking for exactly? A new L0 or H0 will immediately draw new lines.
Posts made by l'andorrà
-
RE: I have a problem with this, I want to do that after drawing the H0 and L0 the EA places a trade on the next candle of the last identified entry point L0=BUY H0=SELL Can you help me with that please?posted in Questions & Answers
-
RE: Error with creating mq5 or ex5 with existing fxdreema eaposted in Questions & Answers
Definitely a programmer is needed here. I guess ambrogio is right. It is not the fxDreema part that is not working right.
-
RE: Hello, how can I implement Hidden Divergence? Because this site only has normal divergenceposted in Questions & Answers
The you can import an ex4 indicator and try to emulate the buffers as explained in this tutorial:
https://fxdreema.com/forum/topic/4208/tutorial-06-my-indicators-in-fxdreema
However, it is not working 100% guaranteed.
-
RE: How to implement TDI indicator on fxDreemaposted in Questions & Answers
@Chandler Are you completely sure the indicator doesn't repaint? That is the most common issue with custom indicators in fxDreema.
-
RE: How to count time in market of a specific tradeposted in Questions & Answers
@govorushka In this example all trades will be closed exactly 1 hour after they were triggered:

-
RE: Multiple trades on custom indicatorposted in Questions & Answers
@Spenza42 Did you check if the indicator repaints? Because if it does, the bot is doomed.
-
RE: 'toDigits' - some operator expectedposted in Questions & Answers
Does it happen on all your project or just one?
-
RE: Error with creating mq5 or ex5 with existing fxdreema eaposted in Questions & Answers
Is the EA using a custom indicator that is not available in your custom indicator pool maybe? If you can import it normally but cannot export it the most common issue is that or the use a some custom code calling for an external library, for example.
-
RE: Hello, how can I implement Hidden Divergence? Because this site only has normal divergenceposted in Questions & Answers
You need to use a custom indicator searching for those divergence. There is no fxDreema block doing it.
-
RE: Atr Calculationposted in Questions & Answers
@saeed123 You should not use variables on the '?' box. You should manually type '*ATR_SL' instead.
-
RE: Delete variable or constantposted in Questions & Answers
Probably the bot's code is corrupt. I know this can be frustrating but you should try to rebuild the project from scratch.
-
RE: Custom indicator not working mt5posted in Questions & Answers
In 99% of cases that means the indicator DOES repaint. You should confirm it happens by creating a small EA just drawing an arrow on the chart every time the indicator's buffer is confirmed. You'll be surprised of the result when you test it.
-
RE: Place opposite orders. How?posted in Questions & Answers
What do you exactly mean by '1st'? Do you maybe mean the 'immediately previous' trade?
-
RE: open price all positionposted in Questions & Answers
Do you mean watching all open prices on the chart at the same time?
-
RE: Pyramid stacking trades, how?posted in Questions & Answers
There is no quick way to implement that. It is an ambitious project. I' don't think many users here would be ready to do it for free.

-
RE: Creating a buttonposted in Questions & Answers
@nasserminaei You will need to use blocks on 2 tabs as jstap suggested: oninit, on chart and deinit. Like this:
