fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search

    Can someone give me 10 minutes to make an indicator ?

    Questions & Answers
    5
    5
    373
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • E
      Edify-1984 last edited by

      Hey all.

      I'm trying to get a simple indicator working and I'm just not very good at this fxDreema. Something is just not clicking in my head. I know you guys can do this in a matter of minutes but I'm trawling through every YouTube video to see if someone has done anything like it. If you can give me 10 minutes of your time that would be great. If you are into crypto I can send a tip to you too 🙂

      It's a simple indicator with a 200 EMA as the base line. (Allow to change the EMA length)

      So when price is above the 200 EMA I only want to see alerts from one more indicator to be visible. I'm trying to filter out the unwanted alerts.

      The second indicator is the Williams %r (10). The alert will be based on the current candle and not "Candle Close".

      So, when price is above the 200 EMA and the Williams %r cross Above the -50 (mid line) I want an alert to go off, just once per candle. If we use "Candle Close" it can be too slow.
      And also the opposite of course,- When price is below the 200 EMA then I only want to see alerts from the Williams %r when price is going below the -50 mid line.

      A pop up window, a sound and options to "alert on mobile App" and "Send Email" would also be great.

      That's it really. I tried my best to do it but the indicator will not even attach to a chart for me.

      l'andorrĂ  1 Reply Last reply Reply Quote 0
      • TipsyWisdom
        TipsyWisdom last edited by

        i would start proving 1 step at a time first.

        1 Reply Last reply Reply Quote 0
        • l'andorrĂ 
          l'andorrĂ  @Edify-1984 last edited by

          @Edify-1984 fxDreema is designed to create EAs, not indicators.

          (English) I will try to help everyone in these fxDreema forums. But if you want to learn how to use the platform in depth or more quickly, I can help you with my introductory fxDreema course in English at https://www.theandorraninvestor.eu.

          (Català) Miraré d’ajudar tothom en aquests fòrums d’fxDreema. Tanmateix, si vols aprendre a fer servir la plataforma amb més profunditat o més de pressa, t’hi puc ajudar amb el meu curs d’introducció a fxDeema en català a https://www.theandorraninvestor.eu/ca.

          (Español) Intentaré ayudar a todo el mundo en estos foros de fxDreema. Sin embargo, si quieres aprender a usar la plataforma en profundidad o más deprisa, te puedo ayudar con mi curso de introducción a fxDreema en español en https://www.theandorraninvestor.eu/es.

          1 Reply Last reply Reply Quote 0
          • Y
            ykmark last edited by

            https://youtu.be/ipAv9n6ofT0 Try this channel

            1 Reply Last reply Reply Quote 0
            • fxDreema
              fxDreema last edited by

              As @l-andorrĂ  said, you can't build custom indicator, you can only build an EA. They are both programs, doing something on every tick. But there are differences.

              The main idea of the indicator is that it produces one or more arrays of numeric data (called buffers). These buffers are read by MetaTrader, or the EA that is using the indicator. MetaTrader would produce visual output (lines, arrows, histograms...), the EA would use the numeric data somehow. All of this happens in the moment the indicator is loaded. Then, on every tick the indicator would recalculate the last part of the data. Indicators cannot trade.

              Expert advisors... they don't have such specific purpose. They also receive the tick events, but usually on every tick they check some things and when needed they create/modify/delete orders.

              In other words, indicators are programs, optimized to build arrays of data, who can then be visualized somehow or just read by other programs. EAs can also print some things on the chart, but usually after the moment they are started.

              1 Reply Last reply Reply Quote 0
              • 1 / 1
              • First post
                Last post

              Online Users

              J
              B
              D
              E
              J

              20
              Online

              146.7k
              Users

              22.4k
              Topics

              122.6k
              Posts

              Powered by NodeBB Forums | Contributors