fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. RN81
    R
    • Profile
    • Following 1
    • Followers 0
    • Topics 6
    • Posts 13
    • Best 0
    • Controversial 0
    • Groups 0

    RN81

    @RN81

    0
    Reputation
    309
    Profile views
    13
    Posts
    0
    Followers
    1
    Following
    Joined Last Online

    RN81 Unfollow Follow

    Latest posts made by RN81

    • RE: Can someone get this indicator working? (mt5) Or code a duplicate that works?

      Oke,

      I found that when you multiply the ATB indicator input by 20 and use the EMA, you get almost the same result.

      close enough to proceed that is.

      happy trading everyone

      posted in Questions & Answers
      R
      RN81
    • Can someone get this indicator working? (mt5) Or code a duplicate that works?

      I tried and looked all over the forum, I used the tutorial to manually type the input buffer. Nothing works and I don"t know how i can solve this.
      type = int
      name = Bars for calculation

      This is the indicator

      ATB indicator

      Can someone please help? Thanks for reading

      posted in Questions & Answers
      R
      RN81
    • Can someone help me understand what i'm doing wrong. (custom indicator and example project inside)

      can someone show/teach me how to get this demo project working? Or what i'm doing wrong?

      For this example I used a custom indicator: https://www.earnforex.com/metatrader-indicators/linear-regression-channel/
      To my knowledge it has buffers so drawing trendlines on them is possible.

      I made a demo project so you can help me understand how to implement them in my project.
      This demo project uses the zigzag indicator to draw different regression channels (one longer then the other) and is forced to use different lengths' and candle ID's

      The project draws the lines perfectly when it is installed on a live chart. however, when the next candle/cycle begins the lines aren't repainted and lose there value. Sometimes they reappear but I cannot see the logic.

      By using it this way the regression channel is always repainted in the background and it makes the EA slower due to all the different variables it stores. Can i use the indicator appear/disappear blocks to solve this? if so, How??

      I hope someone has the time to teach me how to use this properly. I've looked at allot of topics but so far no luck on something i can us.

      Thanks for reading.

      https://fxdreema.com/shared/cM1lF63Kc

      posted in Questions & Answers
      R
      RN81
    • RE: Can someone please convert this to a working MQ5 indicator? (regression channel with buffers and timeshift)

      @l-andorrĂ  I understand FxDreema cannot help me to make indicators.That's not what i'm looking for in this post.
      I noticed that the mq4 file (almost) works as a mq5 file as well, after converting and compiling with MetaEditor. i'm hoping someone with some coding experience has a fix for the file so I can use it in MT5, without the minor errors it has at the moment.

      Or if someone can help me in finding someone who can make the indicator.

      All help is appreciated. Thanks

      posted in Questions & Answers
      R
      RN81
    • Can someone please convert this to a working MQ5 indicator? (regression channel with buffers and timeshift)

      Hello to all,

      I have absolutely no experience with coding so the converter on the main page is my only tool. this works fine but the problem starts when i try to use MetaEditor to produce the program file.

      After compiling the file it gives 1 error and 1 warning.
      Eager to solve the problem I eventually looked at the line where the error was located and used a different number then (0) to make it produce the program file. The number ) makes it crash when Back-testing, another number works slightly better.

      So it works (but overloads the screen when back-testing with allot of trend-lines) but eventually after back-testing is finished, MT5 opens the chart and the number of errors is overwhelming..

      The files are the ones modified by @miro1360 to make it possible to shift start and ending of the channel.

      0_1613058701112_1506627190617-ulinregrbuf_miro1360.mq4

      0_1613058714226_1506627190617-ulinregrbuf_miro1360.mq5

      I hope someone has a easy fix, i'm still using MT4 and was trying to start working with MT5. Unfortunately this indicator is a must for me and i'm kind of stuck until it can move with me to MT5.

      Thanks for reading. Any help is deeply appreciated. Thanks

      posted in Questions & Answers
      R
      RN81
    • RE: Question/Problem with trend-lines and different time-frames. Help appreciated

      Everything is done by the EA.
      Thanks for the indicator, never crossed my mind to search in that direction.
      Will be looking in to that this week.

      posted in Questions & Answers
      R
      RN81
    • Question/Problem with trend-lines and different time-frames. Help appreciated

      Can someone help me figure out the following:

      When i draw a trend-line with weekly candle info (weekly chart) and my actual working chart is a smaller time-frame (H4),I encountered a problem that i'm struggling to solve.
      If you use the condition block with "candle" on one site and "object one chart" on the other side, the "object one chart" is automatically the time-frame of the chart your currently working one while you can choose the time-frame of the "candle".
      So there is no easy way to get the information I want from my trend-line in combination with a weekly candle and the H4 chart opened.

      I tried to loop backwards to match the H4 candle to the weekly candle, first the easy way: 30 H4 candles in one week. But that doesn't compensate for weeks where there are less trading days/hours.
      I then tried placing lines at the weekly candle and loop back to find the candle id on the H4 chart.. This ended in blowing up my EA...

      So my question is, can someone point me in the right direction how to get the candle ID of the weekly chart converted to another time-frame?
      Or, how can i adjust the candle ID from my "Object on chart" to the time-frame of the candle info?

      I've searched the forum for a solution and found out that @roar had some post with somewhat the same problems. Don't know if you have a solution yet, but from what i read, i think where fishing in the same pond.

      Thanks for reading everyone, all input welcome.

      posted in Questions & Answers
      R
      RN81
    • RE: A little help making my EA simpler (formula or custom code)

      Thanks, this will be very helpful.

      posted in Questions & Answers
      R
      RN81
    • A little help making my EA simpler (formula or custom code)

      Hello all,

      I'm looking for a way to make my EA more easy to adjust. If got no programming background and i'm using fxdreema's forum to expand my knowledge. after searching I didn't find anything that could help.

      I'm working on a system that checks if the previous 24 candle highs are below (and candle low above) the 100 EMA.
      I know that you can check the last X previous candles with the Market properties condition, but that can only check if all candles are below the 100 EMA of a specified candle time (ID). Hope you know what I mean.

      The way I did it now was to make separate condition blocks for all 24 candle ID's.
      (Candle High ID 1 X< EMA 100 Candle ID 1) Times 24.

      My question:

      Is there a easier way to do this? With some code or formula/variables

      Thanks for reading and hope someone can help ore explain what to do.

      posted in Questions & Answers
      R
      RN81
    • RE: Closing all trades in one pair when target is met (equality?) when trading with multiple pairs

      @fxdreema

      Made a little EA, hope this helps a bit.

      https://fxdreema.com/shared/ZAFDnVON

      Thanks

      posted in Questions & Answers
      R
      RN81