fxDreema

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

    a problem with stochastic ma crossover ea

    Questions & Answers
    4
    9
    1428
    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.
    • A
      axmed69 last edited by

      hey guys

      i tried to build a stochastic ma crossover expert but i have a big problem when i run it it only takes signals when the stochastic crosses over the 20 or bellow 80 lines but the ma crossvers must happen after the stochastic signal right away i need the ea to take the stochastic signal and then wait tell the crossover happens what blocks should i add.

      here is the ea build : https://fxdreema.com/shared/rnJbXiVRc

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

        split the buy and sell columns to have their own separate, no trade, block, and specify each to be respectively be "buy" or "Sell" type.

        A 1 Reply Last reply Reply Quote 1
        • A
          axmed69 @TipsyWisdom last edited by

          @jsauter86 can you please check you inbox

          1 Reply Last reply Reply Quote 0
          • l'andorrà
            l'andorrà @axmed69 last edited by

            @axmed69 You need to create a boolen variable used as a 'switch on', 'switch off' control telling you when the crossing happened. Then you can combine it with the stochastic condition.

            (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.

            A 1 Reply Last reply Reply Quote 1
            • A
              axmed69 @l'andorrà last edited by

              @l-andorrà is there is any youtube video or tutorial for that ?

              l'andorrà 1 Reply Last reply Reply Quote 0
              • l'andorrà
                l'andorrà @axmed69 last edited by

                @axmed69 I'm afraid not. But we can try it here of you want.

                (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.

                A 1 Reply Last reply Reply Quote 0
                • A
                  axmed69 @l'andorrà last edited by

                  @l-andorrà the idea of the ea is that when the stochastic crosses above or bellow 80 / 20 it waits for the a moving avrage crossover then it buys or sell. i found blocks that says turn on / off other blocks but they dont seem to work here is what i did so far can you take alook please ?
                  https://fxdreema.com/shared/LOoqv3pue

                  l'andorrà 1 Reply Last reply Reply Quote 0
                  • A
                    aeivan last edited by

                    i take a backtest on my chart with your given indicator parameter, which one shall came first?
                    stochastic crossing then followed by MA crossing?

                    because your block just telling that If MA 5 greater than MA 144 means buy and vice versa, there is no detection of MA crossing.
                    AFAIK, if you want to detect crossing on MA which triggering BUY signal you need to create

                    MA 5 on previous bar < MA 144 Previous bar
                    MA 5 current bar > MA 144 Current bar

                    you can use Candle ID = 1 for Previous Bar, and
                    Candle ID = 0 for Current Bar

                    Because there is no MA Crossing conditions,
                    it will take signal from Stochastic only.
                    CMIIW

                    1 Reply Last reply Reply Quote 0
                    • l'andorrà
                      l'andorrà @axmed69 last edited by

                      @axmed69 The problem is those blocks turning on and off other block BELOW them. Try not to do that unless strictly necessary. Just move them away from their current positions and let the condition blocks to connect to each other.

                      (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
                      • 1 / 1
                      • First post
                        Last post

                      Online Users

                      M
                      R
                      E
                      M
                      P
                      C
                      J
                      V
                      G
                      E

                      28
                      Online

                      146.7k
                      Users

                      22.4k
                      Topics

                      122.6k
                      Posts

                      Powered by NodeBB Forums | Contributors