@l-andorrà Hello my friend, I managed to make it work this way below

Posts made by fabiobioware
-
RE: Stop Loss based on the gain value in real time.posted in Questions & Answers
-
RE: Stop Loss based on the gain value in real time.posted in Questions & Answers
Values of profit no show
-
RE: Stop Loss based on the gain value in real time.posted in Questions & Answers
i try, but this not working https://fxdreema.com/shared/OCFY0SPEd
-
RE: How to fix informations about numeric values?posted in Questions & Answers
@l-andorrà said in How to fix informations about numeric values?:
Sadly those floating decimals are more common than they should. The creator said that they are a consequence of calculations executed within the block. If I remember corerctly there is a way to reduce those decimals by using a custom code block. Sadly, I'm not a programmer so I have no idea how to do it.
I don't fully understand the first error on the left. What is the exact problem?The exact problem is that in the market where I operate the calculations need to be accurate, I notice that more numbers appear than expected and this can hinder the calculations to some extent.
-
RE: Stop Loss based on the gain value in real time.posted in Questions & Answers
I spent the whole afternoon trying to find a way to get these calculations and also to display on the screen which is something important.
Just reviewing.
My intention is to get this information, display it on the screen, perform the calculations and let the stoploss be adjusted automatically for each trade. -
RE: Stop Loss based on the gain value in real time.posted in Questions & Answers
https://fxdreema.com/shared/6flU9Pq2d
Thank @l-andorrà i need help to understand this.
-
RE: Stop Loss based on the gain value in real time.posted in Questions & Answers

As shown in the image, I thought of something:
A variable should check my current profit
After checking this profit and informing the variable "SUMOFGAINS" he must make a calculation using the block "formula" of SUMOFGAINS - PERCENTAGE that would be 50%
After calculating this value and entering the variable "NewStopLoss, it would have to be converted into pips and informed in the block" modify stops of positions " -
Stop Loss based on the gain value in real time.posted in Questions & Answers
I would like to know how to make my Stop Loss value always based on the gain value in real time.
For example:
Stop Loss initially defined will be 100 pips and I have $ 100 in value to make my trade.
I must inform in some field through a constant the value that I want to have as a basis to start my trade.
I will inform you as an example $ 100
When I start the trade I have a gain of 50 $ this will increase my current value to $ 150, but of these 150 I would like my stop loss to be 50% of this value, that is to say $ 75.In short, I would like my stoploss to always be 50% of the updated value for each trade.
-
Show Proft and Loss information.posted in Questions & Answers
Hello friends, I am trying to understand how I can obtain the profit and loss information in each trade to carry out the sums and display in real time the real situation of my robot's trades.
Let's get to what I need:- Display the total number of trades that took place in real time.
- Display of this total the total gains and total losses in real time.
- Display in values how much is gain and how much is loss in real time.
Does anyone know if this already exists or how can I do it?
-
RE: RSI condition about Valueposted in Questions & Answers
@l-andorrà yess, i will try this solution.
-
RE: How to fix informations about numeric values?posted in Questions & Answers

Up, have 2 erros to show informations, 9 (in red)
-
How to fix informations about numeric values?posted in Questions & Answers
Hello Fxdreema friends, I would like to know if you can help me.
I'm trying to display on the screen information of balance, gains, losses but I came across information being displayed incorrectly, I put it as "double" and I notice that more numbers appear than is necessary as you can see in the prints, how can I fix it this?

https://fxdreema.com/shared/8A3e0BFZ
Link to access my project. -
RE: RSI condition about Valueposted in Questions & Answers
@roar said in RSI condition about Value:
The problem with this is, you can never know if its correlation or causation.
When the RSI moves different directions, 99.99% of the time its just random noise, maybe 0.000001% of time actual direct influence.
could you help me to make these variables and conditions? -
RE: RSI condition about Valueposted in Questions & Answers
@roar I will explain what I would like to do.
- I would like to get information on how much some RSI value of one symbol influences the change in RSI value of another symbol.
Example:
If Eurusd's RSI is at level 50 and it rises to level 60 and USDCHF's RSI was at level 50 and drops to level 40, then I want to identify or place this as a condition that one symbol is influencing the other. -
RE: RSI condition about Valueposted in Questions & Answers
@fabiobioware @l-andorrà And bellow i includ symbols

-
RE: RSI condition about Valueposted in Questions & Answers


Am I doing it right?
I meant the following in the watering:
When the value of the Eurusd variable crosses above or is greater than level 50, check whether the value of the USDCHF variable has done the opposite, crossed or is less than level 50.The block of the variable has to be connected somewhere, if so, where is it how do I connect it?
