fxDreema

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

    Posts made by clubdio

    • RE: Part closing, at symbol

      @l-andorrà
      No, you're misunderstanding something.
      The indicator displays the buy/sell arrow and the SL TP1 TP2 symbol at the same time.
      Then there is no repainting!
      The positions of the symbols do not change.
      Maybe it can't be solved. 😞

      posted in Questions & Answers
      C
      clubdio
    • RE: Part closing, at symbol

      @l-andorrà

      The indicator gives the signal for trading, simultaneously draws two symbols buffer 6= TP1 and buffer 7 TP 2! The code:176.
      I would like the partial closes to occur at the two symbols.
      The values ​​are always changing, the indicator calculates and draws them.
      I'm attaching the picture, maybe that will help more.![alt text](image urlEURUSDM15.png )

      posted in Questions & Answers
      C
      clubdio
    • Part closing, at symbol

      Hello
      There is an indicator, unfortunately ex.4.
      It draws a symbol on the chart at the possible values ​​of TP1 and TP2, for which I know the buffer is 6; 7.
      How can I close the 50% of the symbols?
      The symbols are drawn at the beginning of the trade.
      Thank you.

      posted in Questions & Answers
      C
      clubdio
    • RE: Modify chart color back

      @jstap Thank you for your help. It works. 🙂

      posted in Questions & Answers
      C
      clubdio
    • Modify chart color back

      When the EA is buy or sell, I use the "modify chart colors" brick. This way I can see which chart has a trade.
      When the trade closes, how can I reset the base colors?
      Thanks.

      posted in Questions & Answers
      C
      clubdio
    • RE: How do I use several buffers at the same time?

      @Alex81

      Yes, that's how I've used it so far.
      Unfortunately, many signals do not appear this way.
      Or at the end of the cycle, there will be a loss.
      Well, there is still room for improvement.
      Thank you all for your help and advice.

      posted in Questions & Answers
      C
      clubdio
    • RE: How do I use several buffers at the same time?

      @jstap Past repainting is not a problem.
      Then when the 4 timeframe gives you a signal, you use it.
      It doesn't matter what happens later, because the CCI crossed the 0 line then.
      You only use the signal with a candle close!
      After that, if it reverses, it doesn't matter.

      posted in Questions & Answers
      C
      clubdio
    • RE: How do I use several buffers at the same time?

      @Abade69

      What you wrote is almost perfect!
      All four buffers are green, so you buy.
      But only buy once in a green cycle! At the first 4 greens. Do not open another trade, even if I have closed the trade, but there are still four greens for a long time. The change today is due to a longer time frame.
      There should be a solution for this. There should be no new buy/sell until there has been no change in at least one time frame and no change BACK.
      I don't know how to solve THIS. This is the main problem.

      posted in Questions & Answers
      C
      clubdio
    • RE: How do I use several buffers at the same time?

      @sktsec

      Unfortunately not.
      There is no information about the arrow in the data window.!!

      EURUSD.png

      posted in Questions & Answers
      C
      clubdio
    • RE: How do I use several buffers at the same time?

      @jstap
      Sorry I do not understand.
      The arrow is not a buffer, it has no color that can be selected.
      Just an object that the indicator draws on the chart when all times are the same color.
      Only when the arrow appears and the candle closes does the EA sell or buy.
      But just once!
      I have no idea how to do it.

      posted in Questions & Answers
      C
      clubdio
    • RE: How do I use several buffers at the same time?

      @sktsec

      I think you missed the point.
      The 8 buffers are not important.
      if I just use it as you wrote,
      then every candle would have a buy or sell signal!
      The important thing is the appearance of the arrow on the chart!!
      Then I'll just buy or sell. Only when the candle is closed and the arrow appears above/below it.

      EURUSDM15.png

      posted in Questions & Answers
      C
      clubdio
    • RE: How do I use several buffers at the same time?

      But how?
      I dont know.
      Show me if you know .
      I don't see anything in the condition block where I can use the arrow.

      posted in Questions & Answers
      C
      clubdio
    • RE: How do I use several buffers at the same time?

      @ambrogio

      This is an MTF indicator.
      I've been using this for a long time, when the arrow gives a signal, it doesn't change after that!
      It does not work in Backtest well.
      I would like Ea from it.

      posted in Questions & Answers
      C
      clubdio
    • RE: How do I use several buffers at the same time?

      @biztet

      Unfortunately, I can't see anything about the arrow, only what Dreema shows.!

      EURUSDM15.png

      4 buffer.png

      posted in Questions & Answers
      C
      clubdio
    • RE: How do I use several buffers at the same time?

      @biztet

      I'm sorry, but I don't understand this anymore.
      Could you show me?

      posted in Questions & Answers
      C
      clubdio
    • RE: How do I use several buffers at the same time?

      @sktsec

      Unfortunately, it's not a buffer.
      If it was, I would have been able to solve it by now. 😞
      I think object.
      Don't you know a solution for Object?

      posted in Questions & Answers
      C
      clubdio
    • RE: How do I use several buffers at the same time?

      @biztet

      Not my friend.
      I tried that way, but it doesn't work!
      At each bar where the four cci give a buy or sell signal, the EA buys or sells.
      That would be a disaster!
      The option is included in the indicator when you draw the arrow!
      But I don't know how to use it.

      Signal arrows.png

      posted in Questions & Answers
      C
      clubdio
    • RE: How do I use several buffers at the same time?

      No, it doesn't repaint.
      Unfortunately, it doesn't work that way, because it opens a trade at every bar where the condition is met.
      That's why it should somehow only open at the first signal.

      posted in Questions & Answers
      C
      clubdio
    • How do I use several buffers at the same time?

      I have a multi timeframe indicator.
      I want buy or sell only when the four signals turn green or red.
      But ONLY for the first in a cycle!!!
      Thank you for reading

      4 buffer.png

      EURUSDM15.png

      4-tf-cci-arrows-alerts.mq4

      posted in Questions & Answers
      C
      clubdio
    • RE: A possible rsi cross would give the tp?

      Thanks, I'll try.
      Sorry, I was very sick.

      posted in Questions & Answers
      C
      clubdio
    • 1
    • 2
    • 1 / 2