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: Fibo assistance please

      hola @jsauter86 , well, see if I can help you.

      1º. Prefix/Name
      It is very important to assign a name to the object because later we will have to refer to it.

      0_1614292148877_22c8f5f2-fd71-4480-a745-8f1f590e8252-image.png

      2º. Bloq "pass"
      You are missing the "pass" block to start drawing anything on the graph. "pass" or something that tells you to draw, or if not, it doesn't draw

      3º. Time (1)
      0_1614291109398_a5430e83-c999-43f3-9b1e-3a83251ec85a-image.png

      here you must refer to a candle, if you use daily TF use the daily candle of the previous day.

      0_1614291167284_42206194-b6da-476f-8ee2-3b7b8b76ab3a-image.png

      Something like that.

      You can use the same for Time (2)

      4º. Price
      I think this is well configured

      5º. Levels (comma separated)
      this is where you define the levels you want to use, separated by commas, for example 0,50,61,8,100

      0_1614291929136_0d9ec6ca-5a39-4ec0-9db8-0ed70a212731-image.png

      If you select "Yes" in Ray rigth, it will draw the fibo from the time you have configured (the candle of the previous day) to the right edge of the chart and there it will draw the number of levels

      6º refer to levels
      Finally, you would have to refer to the levels. FxDreema refers to the levels by numbering them from 0, in this example I have given you we have the levels 0,50,61,8,100. Well, the first is 0, the second 1, the third 2, etc. It would be something like this:
      0 -> 0
      50 -> 1
      61.8 -> 2
      100 -> 3

      Let's suppose that you want to open a buy when it crosses up level 3 which in this case is the fibo 100. You would have to use this block

      0_1614292270630_a0c2a107-10dc-4fd9-97bf-4952b8ffafce-image.png

      I think I have not forgotten anything, but ask any questions and surely someone will help you

      posted in Questions & Answers
      ajmd97fx
      ajmd97fx
    • RE: Button with the name of the current symbol or pair.

      @xyon126 la verdad es que no se muy bien a que te refieres con el GOTO y CALL

      posted in Questions & Answers
      ajmd97fx
      ajmd97fx
    • RE: Button with the name of the current symbol or pair.

      @xyon126 con respecto al panel, es que creo que das muchas vueltas para hacer lo mismo, en programación (y que conste que no soy programador) hay que intentar hacer todo lo más lógico y sencillo posible.
      Por ejemplo:

      0_1614248168980_5a46ca3b-c7ff-4018-a23b-5dc640af364b-image.png

      aquí sobra el bloque "if trade" porque después pones el bucket de trades abiertos y ese bucket sólo funciona si hay trades abiertos, por lo tanto, el bloque if trade sobra aquí

      todo esto desde mi punto de vista, ya te digo que no soy programador ni experto en fxdreema, sólo llevo unos meses utilizándolo

      posted in Questions & Answers
      ajmd97fx
      ajmd97fx
    • RE: Button with the name of the current symbol or pair.

      Hola @xyon126 , disculpas por tardar tanto en contestar, ando un poco liado, no he podido mirar a fondo tu proyecto porque son muchos bloques y tal, pero con el tema de que los botones cambian de lugar, el problema siempre suele estar en el orden de los bloques, mira:

      0_1614247710461_f19e4171-19c6-44ec-8b66-60598aed78c9-image.png

      0_1614247732524_84714f99-be9b-4945-8f3e-52a02032d72a-image.png

      el id del bloque en el que se aumentan los contadores tiene que ser mayor al otro en el que se ejecutan las tareas, si lo piensas, por lógica, primero se ejecuta una secuencia de tareas (muestra una divisa y le pone los colores elegidos) y después suma el incremento (inc=1) para hacer el siguiente bloque

      posted in Questions & Answers
      ajmd97fx
      ajmd97fx
    • RE: Button with the name of the current symbol or pair.

      @l-andorrà muchas gracias

      posted in Questions & Answers
      ajmd97fx
      ajmd97fx
    • RE: Button with the name of the current symbol or pair.

      hola @xyon126 , yo utilizo una condición, creo dos variables, una para el color del fondo y otra para el color del texto y del border.
      en la condición miro si la variable "pairName" es igual al símbolo del mercado actual

      0_1613804895071_2b69626e-802c-44b4-96af-93ef870d62c5-image.png

      y después lo que hago es asignar colores diferentes si es una opción u otra

      0_1613805026183_973ba7e7-c7ad-4de2-9d38-fbad675b334a-image.png

      y por último asigno esas variables en los datos campo de texto que dibuja el nombre de la divisa

      0_1613805099221_0c90a7d6-c8fd-464b-8190-87b77d77dce9-image.png

      todo junto quedaría tal que así

      0_1613805177833_f40855f0-8352-4a2b-90c3-e55368b897bb-image.png

      resumiendo, el botón de la divisa que es igual al gráfico que está activo tendría el color de fondo rojo y el texto blanco y las demás tendrían el fondo blanco y el texto rojo

      espero que te haya ayudado

      posted in Questions & Answers
      ajmd97fx
      ajmd97fx
    • RE: Bucket of Trades

      @vendettafx problemas?? a que te refieres??

      posted in Questions & Answers
      ajmd97fx
      ajmd97fx
    • RE: Draw Fibonacci based on high and low ZigZag indicator

      @agulia Hello, I don't know if you have solved it already, but today I found this thread looking for something similar and well, I thought that this image could help you.

      0_1613773635072_a7e07315-6774-4dc5-aa67-599de51d26df-image.png

      posted in Questions & Answers
      ajmd97fx
      ajmd97fx
    • RE: Array for distance of pips

      can someone help me with this array and arraymaximum function?

      Thank you very much

      posted in Questions & Answers
      ajmd97fx
      ajmd97fx
    • RE: Array for distance of pips

      @roar I am not a programmer, I have modified a bit of code following some of your examples (many thanks;))
      according to this example I understand how to order from highest to lowest.
      what I don't know is how to tell it to order from highest to lowest according to the number of pips in each trade

      posted in Questions & Answers
      ajmd97fx
      ajmd97fx
    • RE: Array for distance of pips

      Yes, I think it must be that, but I don't know how to implement it, can you provide me with an example or an idea?
      thank you very much

      posted in Questions & Answers
      ajmd97fx
      ajmd97fx
    • RE: Array for distance of pips

      this is the link of the shared project

      https://fxdreema.com/shared/qKHmzzDic

      posted in Questions & Answers
      ajmd97fx
      ajmd97fx
    • RE: Array for distance of pips

      @ajmd97fx I have seen that in mql4 there is the parameter "arrayMaximum", but I don't know how to use it.
      I would greatly appreciate someone helping me.

      Thank you very much

      posted in Questions & Answers
      ajmd97fx
      ajmd97fx
    • Array for distance of pips

      Hello friends, I am making an array to show me the list of open trades of a currency.

      When I want to order them, I only see the option to do it for the one that has more or less profit or the trade that is more or less old.

      0_1612964819900_edc139f8-101e-41e1-8675-c5dd7cb75ce0-image.png

      Is there any way to order the trades according to the pips that each one has?

      Thank you very much

      posted in Questions & Answers
      ajmd97fx
      ajmd97fx
    • RE: Spread Meter info

      @pedrog hello, you have it in market properties
      from there it would be to configure the start and end period and make an average, maximum and minimum

      0_1606593771041_1df7c054-205a-42af-a0c4-4b3e30e09afd-image.png

      posted in Questions & Answers
      ajmd97fx
      ajmd97fx
    • RE: Mark price level with mouse click

      @fenixtrading Hello, you could put a button that when pressed will draw a horizontal line with a specific name, then you configure a condition in which if the price is equal to the price 1 of that object do whatever you want, open position, close, BE .. .

      posted in Questions & Answers
      ajmd97fx
      ajmd97fx
    • RE: SEND OBJECTS TO THE BACKGROUND OF THE GRAPH

      @l-andorrà 🧐 lo investigaré, pero lo he resuelto creando un botón. Si está activado lo dibuja, si lo desactivo lo borra

      posted in Questions & Answers
      ajmd97fx
      ajmd97fx
    • RE: candle pressure pattern

      @saeed-2 hello, using this block will be very simple, to create patterns is wonderful
      0_1606422094390_c768260f-6a5b-467c-942e-08e287cdb7e0-image.png

      posted in Questions & Answers
      ajmd97fx
      ajmd97fx
    • RE: help oders prending in H1

      @skauch I would select "candle"

      posted in General Discussions
      ajmd97fx
      ajmd97fx
    • RE: How can I get the same blue/red arrows for manual trades?

      @miro1360 @l-andorrà hi, You can use this block, it redraws everything you have in the history. Set a timer to run every candle or every so often.

      0_1606419780097_6a5d7cb3-45ac-4fc9-8ac3-3425613c44d9-image.png

      I use it, but my problem is that they are drawn on top of my information panel and it bothers a bit, but it is very good to know where each operation has closed and check that the EA works correctly

      for this I asked in another thread a code to select the objects and send them to the bottom of the graph

      0_1606419869922_ab68e7aa-43eb-46fb-9b91-08369fb7b8e6-image.png

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