fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. ajmd97fx
    3. Posts
    • Profile
    • Following 4
    • Followers 2
    • Topics 8
    • Posts 84
    • Best 4
    • Controversial 0
    • Groups 0

    Posts made by ajmd97fx

    • RE: How can I turn DD into a percentage?

      @l-andorrà en la imagen que puse antes, es el porcentaje que aparece en "Saldo Actual"

      posted in Questions & Answers
      ajmd97fx
      ajmd97fx
    • RE: How can I turn DD into a percentage?

      @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

      0_1604316316276_cc4fee8a-a7e7-4edb-975f-fa2bb14011b6-image.png

      posted in Questions & Answers
      ajmd97fx
      ajmd97fx
    • RE: How can I turn DD into a percentage?

      @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 listo

      ejemplo:
      balance 1000€
      drawdown -200€
      drawdown / balance = -0,20 * -100 = 20, ahora le pones el singo % y listo

      posted in Questions & Answers
      ajmd97fx
      ajmd97fx
    • RE: Check Positions Count (Limit Maximum Position Opened)

      @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

      0_1604235120818_6d14c1cf-6c69-42cd-945a-79f0c69482ff-image.png

      posted in Questions & Answers
      ajmd97fx
      ajmd97fx
    • RE: How can I turn DD into a percentage?

      @l-andorrà hola, creo que así lo podrías conseguir

      0_1604234894723_f75a41d2-f215-4ce8-9981-29ebc682c956-image.png

      posted in Questions & Answers
      ajmd97fx
      ajmd97fx
    • RE: ZigZag

      @yoloyacht hi, i think this can help you

      https://fxdreema.com/shared/vCi41sH0d

      posted in Questions & Answers
      ajmd97fx
      ajmd97fx
    • RE: How to roundup numbers

      @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

      0_1602884731252_b09829d3-43aa-42cf-ad07-4866753f1271-image.png

      0_1602884838693_cf6a2040-812e-4812-b43b-d53b9763a1a1-image.png

      posted in Questions & Answers
      ajmd97fx
      ajmd97fx
    • RE: balance limit to open operations

      @seb-0 the reading is as follows: if the current profit is less than 5% -> keep trading

      posted in Questions & Answers
      ajmd97fx
      ajmd97fx
    • RE: balance limit to open operations

      @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

      0_1602858846005_ba1b67b7-1759-45bb-8599-4016485558a7-image.png

      posted in Questions & Answers
      ajmd97fx
      ajmd97fx
    • backet of Trades on comments

      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

      posted in Questions & Answers
      ajmd97fx
      ajmd97fx
    • RE: how to set a variable that = 1% of balance

      @roar thx

      posted in Questions & Answers
      ajmd97fx
      ajmd97fx
    • RE: how to set a variable that = 1% of balance

      @fxdreema Is there a list with the available functions? Thank you

      posted in Questions & Answers
      ajmd97fx
      ajmd97fx
    • balance limit to open operations

      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
      0_1602792315165_2358066c-cc42-46d6-a79c-14a216e9cc74-image.png

      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

      posted in Questions & Answers
      ajmd97fx
      ajmd97fx
    • RE: hour filter

      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

      posted in Questions & Answers
      ajmd97fx
      ajmd97fx
    • hour filter

      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

      https://fxdreema.com/shared/snzP6Aswc

      posted in Questions & Answers
      ajmd97fx
      ajmd97fx
    • draw time zone on graph

      hi, can anyone give me an idea how to draw a square on the london forex market time slot? thanks

      posted in Questions & Answers
      ajmd97fx
      ajmd97fx
    • RE: Converting Pine Indicator into MT4 EA

      hi, what is "pine indicator" ??

      I can help, although I must say I'm a newbie

      posted in Questions & Answers
      ajmd97fx
      ajmd97fx
    • RE: Correct Stop Trailling using $

      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?

      posted in Questions & Answers
      ajmd97fx
      ajmd97fx
    • RE: Greetings

      @l-andorrà siiii, me es más fácil, aunque con la gran ayuda de google traslator....

      muchas gracias

      posted in General Discussions
      ajmd97fx
      ajmd97fx
    • RE: Colored candles

      @luka21 Hi, I'm testing with "Modify chart colors", the problem is that it changes all the candles

      0_1602605604082_7c491f12-ea39-4ce6-83ff-4d42d5bd36ba-image.png

      posted in Questions & Answers
      ajmd97fx
      ajmd97fx
    • 1
    • 2
    • 3
    • 4
    • 5
    • 4 / 5