issue found on the fxdreema, temporary and fix after i restart system, thanks for the support.
Posts made by fabiobioware
-
RE: Help to fix the error on indicator.posted in Questions & Answers
-
Separation of the sum of gains and losses of 2 different symbolsposted in Questions & Answers
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 -
RE: Plot horizontal line in specific value.posted in Questions & Answers
@roar working fine now, thanks for the support.
-
RE: Plot horizontal line in specific value.posted in Questions & Answers

vertical or horizontal it is not printing the line I want on the graph.
-
RE: Plot horizontal line in specific value.posted in Questions & Answers
@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.

-
RE: Record real-time gain and loss in variables.posted in Questions & Answers
But this block checks the closed deals, I just want to check the ongoing deals.
-
RE: Plot horizontal line in specific value.posted in Questions & Answers

https://fxdreema.com/shared/2DA0gEKVcontinues in the same way without projecting the line, I put it according to the image.
-
Plot horizontal line in specific value.posted in Questions & Answers
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
-
RE: Record real-time gain and loss in variables.posted in Questions & Answers
@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
-
Record real-time gain and loss in variables.posted in Questions & Answers
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.
-
Detect the color change of the moving average.posted in Questions & Answers
I would like to detect the color change to allow or disallow entries.
Follows shared project. https://fxdreema.com/shared/K6U6lplJc
The indicator is also attached.
I have a habit of using buffers to achieve the goal but this indicator seems to have a single buffer for all colors.
The condition would be:
If the line color is green, authorize purchase
If the line color is red, authorize sale

-
Higher tops and lower bottoms on the chart.posted in Questions & Answers
Hello friends I would like to know how I can identify the tops and bottoms on the chart based on the candles, I want to print an alert or warning through the image on these tops and bottoms found on the chart.

error on the fxdreema to create .ex5