I am trying to make buy and sell entries on this indicator using his buffers but I am not succeeding, no entry happens.
Can you help me understand what the reason is?0_1584121889152_patterns_on_chart.mq5
i using buffer 8 to test.
I am trying to make buy and sell entries on this indicator using his buffers but I am not succeeding, no entry happens.
Can you help me understand what the reason is?0_1584121889152_patterns_on_chart.mq5
i using buffer 8 to test.
issue found on the fxdreema, temporary and fix after i restart system, thanks for the support.
project: https://fxdreema.com/shared/PSXAED2jd
I want to print the sum of the gains or losses of two assets separately on the screen and I am not getting it, can you help to understand why the information is not being displayed on the screen?
The project is above.
symbols:
EURUSD
bra50apr20
@roar working fine now, thanks for the support.

vertical or horizontal it is not printing the line I want on the graph.
@roar to be more specific:
I want a line to be printed on the graph at exactly the value that appears in the comment "VALUE TAKE" which, for example, in the image is at 103805.0
Note that in the image I also marked where the Take profit line is, along with this line, a new line must appear and remain on the screen.
This number 103.805.0 is the price that was defined as Take profit in trading, I managed to plot this number in a variable, so any number that appears in the "VALUE TAKE" must insert a horizontal line so that I know where the take targets were profit on each trade that was opened.

But this block checks the closed deals, I just want to check the ongoing deals.

https://fxdreema.com/shared/2DA0gEKV
continues in the same way without projecting the line, I put it according to the image.
I want to plot a horizontal line in the value that is displayed according to the image.

the line is not showing, can you help me understand why?
follows shared project. https://fxdreema.com/shared/pBSOmr7ne
@roar I believe that I did not express myself well in what I wanted, I will put below an image, explanation and share the project:

The image shows some values that if added together give the value of -181.00
I would like TOTA VALUE LOSS to add only the values that are negative in the trades in progress, if we add -9, -68 and -112 the value that should appear in TOTAL VALUE LOSS would be - 189.00
In Total value Gain only 8.00
I would like to know how to record real-time gains and losses in trading.
By recording these gains and losses in a variable I would like to impose a condition that is as follows:
Check if the total sum of the gain positions in progress has a value greater than the sum of the total loss positions in progress, that is, if the gain is greater than the loss, close all open positions.