fxDreema

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

    Posts made by cesardefez

    • RE: EJECUTAR CODIGO AL DESELECCIONAR OBJET0

      @l-andorrà lo que no pretendo es que me abra operaciones mientras que estoy posicionando el fibo, de esta forma me deja desplazar, redimensionar a mi gusto. cuando ya decido que esta bien, des-seleciono el fibo y es cuando quiero que coloque barias ordenes pendientes en un nivelfibo-

      posted in General Discussions
      C
      cesardefez
    • RE: check the number of open and pending operations

      THANK YOU VERY MUCH, Today I have learned a lot, it is these details that make it get its full potential.
      thanks

      posted in General Discussions
      C
      cesardefez
    • RE: check the number of open and pending operations

      0_1603547592551_e54e46bd-1fa4-4ba8-b469-63af9917f334-image.png
      Supposedly this will tell me the open buy operations?
      Out of curiosity, I have never known what the unlocking panel of the variables was for, I understand, correct me if I am wrong, the white circle is the default value of the variable V1, the red circle, V + 1 increases by 1 and updates the variable V1 . What is the circle for
      yellow??
      0_1603547981102_d7684830-b164-40e1-b81f-850c16d9b5f3-image.png

      posted in General Discussions
      C
      cesardefez
    • RE: check the number of open and pending operations

      309/5000
      place a variable and update each time you make a buy or sell order, it would be simple if it were direct orders. But in my EA, I place 30 buy stop and 30 sell stop orders. I don't know where to put the counter. And if I am interested in knowing how many buy orders are opened and how many sell orders are opened.

      posted in General Discussions
      C
      cesardefez
    • check the number of open and pending operations

      Hi, I have seen a broque that checks the trade count and another one that checks the order count.
      but this broque compares it to me with a number, (that is: ==,>, <, ¡=).
      What I cannot find, or do not know how to put in variables,
      n sell operations
      n buy operations
      n sell stop
      n buy stop

      posted in General Discussions
      C
      cesardefez
    • RE: EJECUTAR CODIGO AL DESELECCIONAR OBJET0

      I want to draw a fibo by hand, while the fibo is selected, I don't want it to place pending orders at fibo levels, I want it to place them, when I deselect the fibo is when the EA places the orders.

      posted in General Discussions
      C
      cesardefez
    • EJECUTAR CODIGO AL DESELECCIONAR OBJET0

      Hi.
      I would like to draw a fibo manually, and when I deselect it, let it run code below it.
      I have not seen any box that detects a selected object.
      Is it possible to do this?

      posted in General Discussions
      C
      cesardefez
    • RE: check button state does not recognize me when the button is pressed.

      I finally got to know how the buttons work. thank you very very much

      posted in General Discussions
      C
      cesardefez
    • RE: check button state does not recognize me when the button is pressed.

      @roar Hi, it still doesn't work for me. I'll give you the link of the project.
      the block mouse clicked on objet, I have copied it from your example, as I cannot find it in fxdreema.
      Can you see where it is and failed?
      thank you very much
      https://fxdreema.com/shared/28aB615Xd

      posted in General Discussions
      C
      cesardefez
    • RE: check button state does not recognize me when the button is pressed.

      here is the example

      https://fxdreema.com/shared/CydxaFpV

      posted in General Discussions
      C
      cesardefez
    • check button state does not recognize me when the button is pressed.

      I want to create a button to draw a fibo, but I can't get the block
      check button state recognizes me when the button is pressed.
      To check it, this example changes the color of the screen when the button is pressed.
      but it doesn't.

      posted in General Discussions
      C
      cesardefez
    • RE: edit object name

      muchísimas gracias, funciona perfectamente

      posted in General Discussions
      C
      cesardefez
    • RE: edit object name

      Hi.
      This is not what I want, with this I should do it manually, editing the EA variable every time I draw a fibo.
      or by editing the fibo name.
      what I'm looking for is if fxdreema is able to identify a fibo that I drew manually, and rename it to be able to later place orders using the fibo price levels.
      I don't know if it is possible that fxdreema can work with selected objects to edit their properties.

      posted in General Discussions
      C
      cesardefez
    • edit object name

      When drawing a fibo, mt4 gives it a random name, fibo xxxx, is it possible to edit the name to be able to use the fibo levels later?
      I want to use the fibo level price, but for that I must know the name of the fibo, so every time I draw a fibo I have to edit it.

      posted in General Discussions
      C
      cesardefez
    • RE: order count

      @ l-andorrà many, the last test I am doing has opened 52 open and pending operations 36, but it may be more
      It gives me that it is quite complicated to get a simple information, that surely the platform has it.

      posted in General Discussions
      C
      cesardefez
    • RE: order count

      and I am also interested in visualizing the float that carries the set of open operations and the DD, max accumulated losses in the float.

      posted in General Discussions
      C
      cesardefez
    • order count

      Hi.
      I want to get a comment on the screen, that tells me the number of orders "x" and the lots "L"
      buy x orders, L lots
      sell x orders, L lots
      sell stop x, L lots
      buy stop x, L lots
      sell limit x, L lots
      buy limit x, L lots.
      My question is where to get the data from the count.
      thanks

      posted in General Discussions
      C
      cesardefez
    • RE: Condition if

      @roar thank you very very much

      posted in General Discussions
      C
      cesardefez
    • Condition if

      Hello,
      I would like to put a condition block.
      I have a "group" variable that acts as a counter, increasing by 1 by 1.
      I want that if (group = 1) the value of "lots" is the same.
      but if (group> 1) lots = lots * multiplier.
      In short, each time I increase the group my lot increases.
      group = 1 .... lots = 1
      group = 2 .... lots = 1 * 1.5 = 1.5
      group = 3 .... lots = 1.5 * 1.5 = 2.25
      group = 4 ... lots = 2.25 * 1.5 = 3.37
      .....
      where 1.5 is my constant "multiplier".
      for this I have tried using a condition block.

      0_1601216345743_11a568f1-6b0d-4157-9df2-5fb0bbacd508-image.png
      But it's not working.
      Another option would be to put a CUSTOM MQL CODE block, but I can't program mql.
      help, how can i do it?
      thanks

      posted in General Discussions
      C
      cesardefez
    • RE: re-entry of an order

      I have tried to detect a closed operation, create a closed operations cube, and modify the variables with the values of the closed operations cube, then I place the buy or sell order. But it doesn't work for me either.
      I leave the project, if I see any failure, I appreciate the help.
      https://fxdreema.com/shared/FoRp2qO9

      posted in General Discussions
      C
      cesardefez
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 4 / 7