fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. Adeildo
    3. Posts
    A
    • Profile
    • Following 3
    • Followers 0
    • Topics 11
    • Posts 21
    • Best 0
    • Controversial 1
    • Groups 0

    Posts made by Adeildo

    • Can you help me with this martingale?

      PM COMPRA2.mq5

      Can you help me with this martingale?

      With this martingale, the orders are doubling. 0.2 / 0.40 / 0.8

      I would like it to be like this: 0.20 / 0.21 / 0.22.

      That is, add only 0.01 to each martingale.

      Thank you in advance.

      posted in Questions & Answers
      A
      Adeildo
    • RE: I created this EA but it doesn't open orders

      https://fxdreema.com/shared/aHh3SlEZd

      posted in Questions & Answers
      A
      Adeildo
    • I created this EA but it doesn't open orders

      Frac.mq5

      I created this EA but it doesn't open orders, is there any way to check if there is something wrong? o Because it is not opening orders.

      Thank you very much in advance...

      posted in Questions & Answers
      A
      Adeildo
    • RE: How to put an expiration date on an indicator?

      @jstap Thank you very much for the help.

      posted in Questions & Answers
      A
      Adeildo
    • How to put an expiration date on an indicator?

      I made a new project with only the due date as a goal to put in an indicator, not in an EA,

      In the EA it works normally, when the license expires it removes the Robot from the chart, through this line of code " (ExpertRemove() ".

      How do I put this same code in an indicator? The image and complete code are attached.

      Thank you very much in advance...

      if (TimeCurrent() > D'2023.09.09' || TimeLocal() > D'2023.09.09')
      {
      Alert ("The trial version has expired at "+TimeToString(D'2023.09.09', TIME_DATE)+"");
      ExpertRemove();
      }

      1507e41f-9ee3-4c23-a211-c3c14e87449c-image.png

      posted in Questions & Answers
      A
      Adeildo
    • How can I partially close an order?

      How can I partially close an order?

      Example: I entered with a lot of $1.00, when I reach 50% of the distance from the desired target profit, close 50% of the value, that is, $0.50, and the other $0.50 is left open to get the other 50% of the desired target.

      can you help me?

      posted in Questions & Answers
      A
      Adeildo
    • RE: Adeildo: How to configure : (Take profit) On the draw line (top) (Stop Loss) On the draw line (Bottom) ?

      @l-andorrà shared/JTzqNPU7b

      posted in Questions & Answers
      A
      Adeildo
    • How do I open a buy or sell one from a variable that is tied to a draw line. follow the image and design.

      How do I open a buy or sell one from a variable that is tied to a draw line.

      follow the image and design.

      0_1651347966699_2022_Entrada_Martelo.mq5 0_1651347979076_sell.png

      posted in Questions & Answers
      A
      Adeildo
    • RE: Adeildo: How to configure : (Take profit) On the draw line (top) (Stop Loss) On the draw line (Bottom) ?

      @l-andorrà 0_1651347446287_sell.png 0_1651347455534_2022_Entrada_Martelo.mq5

      I sent the image and the project.

      Can you show me how to open a sale on this Draw Line Horinzontal, I marked this line in a variable.

      That is, the Draw line = Variable.

      posted in Questions & Answers
      A
      Adeildo
    • RE: Adeildo: How to configure : (Take profit) On the draw line (top) (Stop Loss) On the draw line (Bottom) ?

      @l-andorrà @l-andorrà yes. I have several others

      posted in Questions & Answers
      A
      Adeildo
    • Adeildo: How to configure : (Take profit) On the draw line (top) (Stop Loss) On the draw line (Bottom) ?

      How to configure :
      (Take profit) On the draw line (top)

      (Stop Loss) On the draw line (Bottom) ?

      0_1651023922509_2a.png

      0_1651023973649_2022_Tipos_de_Candle.mq4

      posted in Questions & Answers
      A
      Adeildo
    • RE: How do I put Stop Loss on a draw line?

      @jstap 0_1650920961652_Rascunho.mq4
      I sent the EA to see if you can help me.

      posted in Questions & Answers
      A
      Adeildo
    • RE: How do I put Stop Loss on a draw line?

      @adeildo said in How do I put Stop Loss on a draw line?:

      @jstap
      I want to put take Profit in the Top price

      I want to put Stop Loss at the Bottom price
      0_1650920720988_aaa.png

      posted in Questions & Answers
      A
      Adeildo
    • RE: How do I put Stop Loss on a draw line?

      @jstap
      I want to put take Profit in the Top price

      I want to put Stop Loss at the Bottom price
      0_1650920720988_aaa.png

      posted in Questions & Answers
      A
      Adeildo
    • RE: How do I put Stop Loss on a draw line?

      @jstap

      I've already made the lines, put the references in a variable, but I can't put them in Stop Loss and Take profit. as shown in the figure circled in yellow.

      0_1650920110408_aa.png

      posted in Questions & Answers
      A
      Adeildo
    • RE: How do I put Stop Loss on a draw line?

      @jstap

      I've already made the lines, put the references in a variable, but I can't put it in the BUY.

      0_1650919897858_aa.png

      posted in Questions & Answers
      A
      Adeildo
    • How do I put Stop Loss on a draw line?

      0_1650899004823_dw.png How do I put Stop Loss on a draw line?

      Example:
      I put 4 draw line:

      Draw line (1) at the top of a candle.

      Draw line (2) on the bottom of a candle.

      Draw line (3) target above the top of the Draw line (1)

      Draw line (3) target below Draw line background (2)

      How do I place stop loss on Draw Line (3) ?

      How do I place stop loss on Draw Line (4) ?

      posted in Questions & Answers
      A
      Adeildo
    • Maximum and Minimum candles

      How do I get a minimum and a maximum of 6 candles and open a minimum sale of these candles and a maximum purchase of these candles?

      posted in Questions & Answers
      A
      Adeildo
    • Use license

      I make a license to use some EA, for 1 month, 1 year:

      since I have fainted ...

      posted in Questions & Answers
      A
      Adeildo
    • Does anyone know how to make an EA with MACD indicator?

      Can someone show me how to do an EA with MACD indicator?

      Thank you very much in advance...

      posted in Questions & Answers
      A
      Adeildo
    • 1
    • 2
    • 1 / 2