Sorry, I don't understand. Could you please elaborate?
Posts made by l'andorrà
-
RE: How to implement Buy Stop?posted in Questions & Answers
I'm not sure I fully understand. Could you please provide an example image on a chart?
-
RE: Two indicatorsposted in Questions & Answers
Did you check if any of those indicators repaint? Because if any of them does, the bot is doomed.
-
RE: Range Market Fining by an Object on Chartposted in Questions & Answers
The problem is the rectangle. Instead of drawing a rectangle, you should select the time period and the price segment to avoid by using variables. That way you can save more than half of the blocks in both examples and make it work.
-
RE: How do I get absolute value of a number?posted in Questions & Answers
I replied to your question in the other thread.

-
RE: So, about custom code blocks and absolute values, suppose I want the difference between 2 lines, but just want the absolute valueposted in Questions & Answers
@len-1 I'm sure a custom code will always be more efficient, but I'm not a programmer so I cannot help there. You can use a 'check distance' block like this:

By selecting yes, the distance will be absolite and you will never need a +1/-1 factor.
-
RE: Condición de cierre de operacionesposted in Questions & Answers
Debes cread dos grupos distintos, uno para cada venta por separado. Luego puedes crear la estructura que cierra dichas ventas exigiendo que ambas sean ganadoras.
-
RE: USDT-TRC20 paymentposted in General Discussions
Crypto payments are checked manually. That means he can need up to several days before they're confirmed. I know, it's pityful, but that's how it works.
-
RE: heiken ashiposted in Questions & Answers
Yes, you simply select it into your condition block with the appropriate setting you need.
-
RE: Why no line TAKE PROFIT? in my EA?posted in Questions & Answers
None of your buy/sell now blocks is defining any TP. Why should it be visible? I'm not sure I fully understand what you mean.
-
RE: rsi divergenceposted in Questions & Answers
Do you mean a custom indicator? You can find it just by googling.
-
RE: how to custom Fibonacci levelsposted in Questions & Answers
That is not a trivial thing to do. You will need a specific structure by using as many variables as % levels. Are you familiar with variables?
-
RE: Do not place too many pendings on a specific price.posted in Questions & Answers
You can use a 'once per bar' block. That will limit the maximum number of pending orders to 1 per bar.
-
RE: Global takeprofit for gridposted in Questions & Answers
@pippoio Then you need this block:

You will need to create as many groups as independent grids you need. In my example, all trades belonging to grid (group) 1 will be closed as soon as their combined net profit is €50.00.
-
RE: compare And update Variableposted in Questions & Answers
@Elham Ok Then you need something like this for the profit at this moment:
https://fxdreema.com/shared/bKbTjhrse
This example is counting pips instead of money but you can change it accordingly. Please confirm it's doing what you need and we can move on.
-
RE: Buffer Number into Variable use ID (Semafor, ZigZag Fractals) to draw TrendLinesposted in Questions & Answers
Did you check if it repaints? Because if it does, you'll be wasting your time.
-
RE: Indicatorposted in Questions & Answers
You can still test it but as an EA ony. fxDreema cannot be used to create indicators. This is why no fxDreema file will ever work on the 'indicator's folder.