fxDreema

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

    Minimum Distance between two MAs

    Questions & Answers
    2
    4
    615
    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.
    • S
      Siggi last edited by

      Hi, I want to create a system based on MAs but it gives me many false signals while the two MAs are close to each other.

      I think I can solve this when I compare the MAs with each other and if the difference is to small, there will be no trade, like:

      If( Value of MA1 - Value of MA2 = <30 ) then no trade.

      Can you tell me how I can get this done in fxDreema, please.

      Here is what I got so far:
      https://fxdreema.com/shared/JZC3HEZse

      BTW: I dont understand the Pip Value at SL and TP, eg in EURUSD, if I set it to 10 pips in Dreena it will be at 100 pips in the Backtest, is this correct?

      Thanks in advance
      Siggi

      S 1 Reply Last reply Reply Quote 0
      • S
        seb 0 @Siggi last edited by seb 0

        @siggi
        Hi, there are 2 ways to prevent this kind of issue :

        1. In condition block -> in more settings -> in candle ID, write 1. So instead of passing when the ma8 > ma50 on the current candle (by default "empty" equals "0" as ID), the condition will be true when the ma8 > ma50 on the previous candle (ID 1).
          By that as the candle 1 is closed, the MA will not move anymore at this candle. Unlikely the candle 0 (empty) which makes continuously move the MA until this candle closes, which can give false signals.
        2. In condition block -> in adjust -> write +30 pips. And you can decide setting the candle ID you want.
          Pips value in blocks, should be the same in backtest.
        1 Reply Last reply Reply Quote 0
        • S
          Siggi last edited by

          Hi @seb-0 thanks for your help!

          I am going to try that.

          With "Adjust +30 Pips" you mean manipulating the Value of one of the MA? By this, the Value could be above instead of below this would give me a false... right? Thats genius!

          S 1 Reply Last reply Reply Quote 0
          • S
            seb 0 @Siggi last edited by seb 0

            @siggi
            If the condition is : ""ma8"" > ""ma 50 |adjust:+30 pips|""
            The condition is true when ma8 is at least 30 pips higher than ma50.

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

            Online Users

            J
            P
            B
            S
            H
            A

            10
            Online

            146.7k
            Users

            22.4k
            Topics

            122.6k
            Posts

            Powered by NodeBB Forums | Contributors