fxDreema

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

    how many candles?

    Questions & Answers
    5
    12
    2536
    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.
    • F
      FxAlex last edited by

      Hello, I want to count how many candles passed since group1's first trade.

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

        You can create a double variable that will increase +1 as candles pass (juast checking once per bar, obviously). You should initialize at the group1 first trade and reset it when required.

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

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

          @fxalex Do you need to know the number of candles? Or do you just want to make sure that a certain amount of time has passed since close of the trade. In the last case you maight use this..

          0_1570669320905_Auswahl_635.png

          Unfortunately you cannot specify a minimum candle number, just time parameters.

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

          1 Reply Last reply Reply Quote 0
          • F
            FxAlex last edited by

            I need a variable to know the number of candles since the first trade in the sequence.

            1 Reply Last reply Reply Quote 0
            • F
              FxAlex last edited by

              0_1570743695695_candles.png
              here I have a buy and a sell and a want to draw a line above the highest candle since the first trade....

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

                @fxalex And how do you identify the start of the sequence?

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

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

                  @l-andorrà hello . can you post this idea with fxdreema i'm new and i try to use right. thanks

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

                    @fxalex said in how many candles?:

                    @l-andorrà hello . can you post this idea with fxdreema i'm new and i try to use right. thanks

                    Sure. The question of trader.philips is very pertinent. When is the sequence supposed to start? I mean, in what conditions exactly?

                    (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
                    • F
                      FxAlex last edited by

                      trader place line above highest candle of price action for uptrend or lowest candle for downtrend

                      no trades
                      no trade - if price above line (named gold line) and above 55ma - buy 0.1 group 1
                      no trade - if price below line (named gold line) and below 55ma - sell 0.1 group 2

                      if trade
                      group1 & price below 55ma & price below line - open sell 0.2 group 3 (add break even) draw line above highest candle since group 1 first trade
                      group2 & price above 55ma & price above line - open buy 0.2 group 4 (add break even) draw line below lowest candle since group 2 first trade

                      and keep opening opposite trades (4-5 turns the final trade is closing with loss) (can i add this losses to the "profit target"?)

                      if profit close all......reset the variable

                      my problem is that now it places the line in a "set number of candles" and if in zig - zag price action if 105 candles have passed like pic above my ea draw the line in the middle0_1570821336075_gsdfgdfgs.png

                      1 Reply Last reply Reply Quote 0
                      • H
                        Hadees last edited by Hadees

                        https://fxdreema.com/shared/ySaaK92Ac - I cant find the thread this is from but this counts the amount candles since trade closed and might help you. Mess around with on trade and add the conditions you want.

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

                          An impressive project, certainly! Try what Hadees shared and let us know, please.

                          (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
                          • J
                            josecortesllobat last edited by

                            Not sure if this is what you are looking for but it´s my way

                            0_1570962435944_e1eb9d58-ca92-45a9-9223-d428070ca258-image.png

                            When there is no position running, BarCounter is set to 0 each time a new bar opens.

                            When there is a position running, BarCounter is set to BarCounter+1 each time a new bar opens.

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

                            Online Users

                            E
                            M
                            F
                            E
                            T
                            S
                            A
                            M
                            M
                            E
                            C
                            M
                            L
                            F
                            F

                            45
                            Online

                            146.6k
                            Users

                            22.4k
                            Topics

                            122.6k
                            Posts

                            Powered by NodeBB Forums | Contributors