@l-andorrà en la imagen que puse antes, es el porcentaje que aparece en "Saldo Actual"
Posts made by ajmd97fx
-
RE: How can I turn DD into a percentage?posted in Questions & Answers
-
RE: How can I turn DD into a percentage?posted in Questions & Answers
@l-andorrà yo utilizo la opción ABSOLUTE en MODE
creo que es eso, prueba a ver y me dices
a mi me funciona porque yo tengo un panel de comentarios y una de las informaciones que tengo es esa, el porcentaje de saldo actual
-
RE: How can I turn DD into a percentage?posted in Questions & Answers
@l-andorrà el resultado del drawdown es un valor negativo y he supuesto que te interesa tener el porcentaje en positivo, por lo tanto se multiplica por menos *(-1) con esto se cambia de signo un valor, positivo a negativo o negativo a positivo como sería este caso.
y multiplicarlo por 100 es porque al hacer la división te va a resultar un número de dos decimales, así que lo multiplicas por 100 y listoejemplo:
balance 1000€
drawdown -200€
drawdown / balance = -0,20 * -100 = 20, ahora le pones el singo % y listo -
RE: Check Positions Count (Limit Maximum Position Opened)posted in Questions & Answers
@kyohuat hola, si además cambias "symbol mode" a "all" te contaría también todas las operaciones abiertas, tanto las que haya podido abrir otro EA como las que hayas podido abrir manualmente

-
RE: How can I turn DD into a percentage?posted in Questions & Answers
@l-andorrà hola, creo que así lo podrías conseguir

-
RE: How to roundup numbersposted in Questions & Answers
@josecortesllobat hi, i do the following and it doesn't work for me, digits keep appearing on the graph. Really, what I want is to round to only 2 digits.
Thank you very much in advance

-
RE: balance limit to open operationsposted in Questions & Answers
@seb-0 the reading is as follows: if the current profit is less than 5% -> keep trading
-
RE: balance limit to open operationsposted in Questions & Answers
@seb-0 thanks, I have achieved it by multiplying by -1
*(-1)
this returns any negative value in positive, because my problem was that being the negative value it will always be smaller than a percentage of an integer value

-
backet of Trades on commentsposted in Questions & Answers
Hello, I have used the "bucket of Trades" to select a set of buys of the same symbol and that they are closed when they reach the marked objective.
The truth is that it works perfectly.
My question now is if there is any way to take the information from the bucket and put it in comments on the chart.
For example, put the negative or positive balance that you carry.
Thank you very much -
RE: how to set a variable that = 1% of balanceposted in Questions & Answers
@fxdreema Is there a list with the available functions? Thank you
-
balance limit to open operationsposted in Questions & Answers
hello, i want to set negative profit limit to open more trades. My idea is that if the negative profit "Profit (Equity-Balance)" is higher than 5% of the "Balance", do not open more operations

In "Adjust" I write "++" because the value of this variable is negative and to make the comparison I need it positive, I don't know if it is correct to put a double sign ++ to convert the negative value into positive
Also, I would like to take this data and write it on the graph in a comment, how can I do it? the truth is that I'm not good at working with variables
-
RE: hour filterposted in Questions & Answers
I did not change anything, so it must have been a configuration problem of mine or not looking at the broker and server schedules well
I have put a filter on it so that when it is within hours it paints the candles green or red (according to the trend of the donchian channel in 1H) and when it is out of hours it paints them gray and it works very well, so it must have been my fault previous.
Thank you very much for the inconvenience -
hour filterposted in Questions & Answers
hello, i have a time filter so my EA starts working at 02:20 until 22:20
In the tester it works fine, it doesn't open trades, but when I put it to work in a DEMO account, I see that it does open trades.
I publish in EA in case you can help me
Thank you very much -
draw time zone on graphposted in Questions & Answers
hi, can anyone give me an idea how to draw a square on the london forex market time slot? thanks
-
RE: Converting Pine Indicator into MT4 EAposted in Questions & Answers
hi, what is "pine indicator" ??
I can help, although I must say I'm a newbie
-
RE: Correct Stop Trailling using $posted in Questions & Answers
The problem that I see with the money configuration is that if the account balance is changing, the same is always earned, and it is not the same to get $ 5 of $ 500 or $ 5000.
Does anyone know of a way for the goal to be a percentage of the balance? -
RE: Greetingsposted in General Discussions
@l-andorrà siiii, me es más fácil, aunque con la gran ayuda de google traslator....
muchas gracias
-
RE: Colored candlesposted in Questions & Answers
@luka21 Hi, I'm testing with "Modify chart colors", the problem is that it changes all the candles
