fxDreema

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

    successfully created my first ea...based on buy and sell

    Questions & Answers
    5
    9
    1777
    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
      ask4abusaidu last edited by

      successfully created my first ea without any programming skills..
      the only problem i am facing is to set trades to open in next candle after arrow signal appears..
      i don't know if the problem is from the custom indicator..
      example:- a buy signal arrow appears on bullish candle and disappear when the candle becomes bearish... it will keep blinking if the candle goes up and down..
      is there a way to make the ea place trade on candle close after arrow signal

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

        That means your indicator is one of those repainting. Are you basing your strategy on a repainting indicator? Did you evaluate the consecuences on backtesting it? Results will not be reliable, I'm afraid.

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

        T 1 Reply Last reply Reply Quote 0
        • A
          ask4abusaidu last edited by

          Thanks for your reply... i created the indicator using 'meta editor"
          i have solved the above problem.. by changing the [for( shift = CountBars-SSP; shift>=0; shift-- )] to [for( shift = CountBars-SSP; shift>=1; shift-- )]
          the problem am having now is that it does not open trades after replacing with 1 but works when its 0

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

            Can you please share you project to take a look?

            (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
            • W
              wayneg last edited by

              You can trade only on candle 0.

              1 Reply Last reply Reply Quote 0
              • T
                trader.philipps last edited by

                May it be that shift is a variable name that fxdreema internally uses? I was facing the same issue with a custom indicator last night. I changed the variable name in the indicator and all was fine.

                I like to share my knowledge, but expect the others to contribute as well.

                1 Reply Last reply Reply Quote 0
                • T
                  trader.philipps @l'andorrà last edited by

                  @l-andorrà said in successfully created my first ea...based on buy and sell:

                  That means your indicator is one of those repainting. Are you basing your strategy on a repainting indicator? Did you evaluate the consecuences on backtesting it? Results will not be reliable, I'm afraid.

                  @l-andorrà I think most indicators repaint on current bar unless they take open price of candle for calculations.

                  I like to share my knowledge, but expect the others to contribute as well.

                  1 Reply Last reply Reply Quote 0
                  • C
                    CPxiom @ask4abusaidu last edited by

                    @ask4abusaidu Make sure you specify candle ID 1 at more settings.
                    The 0 candle is always changing. So if indicator settled, and we passed that candle, trade.

                    1 Reply Last reply Reply Quote 0
                    • A
                      ask4abusaidu last edited by

                      Hello sorry for the late response... i did changes the candle id to 1 and it worked perfectly..
                      Thanks

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

                      Online Users

                      J
                      P
                      L
                      F

                      14
                      Online

                      146.7k
                      Users

                      22.4k
                      Topics

                      122.6k
                      Posts

                      Powered by NodeBB Forums | Contributors