fxDreema

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

    what is the best option for candle body or wick for (candle 0)?

    Questions & Answers
    4
    13
    2305
    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.
    • khalids222
      khalids222 last edited by

      0_1582930247213_force.jpg
      In this example I want the EA to work on the zero candle(0)(H1).
      I want to make a comparison between the ten candle and one candle
      If one candle is bigger than ten= buy. After two minutes, After two minutes, there will be a check on the candle again
        I want to know what is the best option for candle body or wick? What is the right choice for comparison?
      So I put an option but I think it is incorrect

      https://fxdreema.com/shared/6NVvK3jic

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

        If the "candleS" value is supposed to be the value of the size of one candle in pips, it doesn't make sens to use it as an "applied price" in block 167, in your case you are trying to compare candle 0 with candle 0. Is that what you want ?
        Otherwise i think you should find a way to load the ID of the "candleS" you are focusing on, as a value, and put this value in the "candle ID" box.
        Then from what i see "NEXT_ORDER_SIZE and "LOTS" are always equal to 0 ?
        but maybe i'm wrong

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

          @seb-0 said in what is the best option for candle body or wick for (candle 0)?:

          If the "candleS" value is supposed to be the value of the size of one candle in pips, it doesn't make sens to use it as an "applied price" in block 167, in your case you are trying to compare candle 0 with candle 0. Is that what you want ?
          Otherwise i think you should find a way to load the ID of the "candleS" you are focusing on, as a value, and put this value in the "candle ID" box.
          Then from what i see "NEXT_ORDER_SIZE and "LOTS" are always equal to 0 ?
          but maybe i'm wrong

          First of all, I thank you for your time and effort and want to make it clear
          I think I couldn't deliver what I wanted properly.
          But I will try to explain with pictures as well
          0_1582967096263_FORCE22.jpg
          If you look at the index for a period of ten days and for one day, you will find that it changes within seconds according to high and low.
          I want to compare these prices right now(0), but I don't want to use Close,OPEN, HIGH, LOW .
          I don’t know what is the best comparison option FOR APPLIED PRICE?
          I put the total size of the candle, if it is bigger or equal than four PIPS As the definition of a candle .
          I want to know the best way to compare the current prices is (candle body - wick - candle size anything)
          After that, the comparison will go through one per minutes which will check every two minutes on the path it changed, or not .
          If the path changes, it will open a reverse deal.
          I hope everything is clear

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

            What i understand is that you want your EA to open a buy position whenever :

            • the value of the Force Index periodicity 1 of actual cdl > the value of the value of the Force Index periodicity 10 of actual cdl
            • the size of the body(or total size) of the current candle is bigger than 4 pips or equal.

            And do the opposite whenever what was above is below.
            Here is what i've made : https://fxdreema.com/shared/dFVglLCBc
            Note that there is not "applied price" option, i'm on mq5, it seems that this option is not relevant...

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

              @seb-0 Thank you very much, but is it possible to apply it on mq4
                I have some questions.
              What is the difference between tick volume & trade volume ? I guess this varies between the index value and the tick value

              S roar 2 Replies Last reply Reply Quote 0
              • S
                seb 0 @khalids222 last edited by

                @khalids222
                No problem, I honestly don't know i don't use this indicator

                1 Reply Last reply Reply Quote 0
                • roar
                  roar @khalids222 last edited by

                  @khalids222 said

                  What is the difference between tick volume & trade volume ? I guess this varies between the index value and the tick value

                  Tick volume = how many price updates per candle
                  Trade volume = how much $ were traded per candle

                  Need small help? Tag me in your post
                  Need big help? https://www.fiverr.com/big_algo/automate-your-winning-strategy-in-mql4-or-mql5

                  khalids222 1 Reply Last reply Reply Quote 0
                  • T
                    TitanGeorge @khalids222 last edited by

                    @khalids222

                    You'll need to look at your indicator and see what price calculation it uses. I would assume that it uses CLOSE information. To check, you can use one option at a time, run it in strategy tester, and then go back into the visual chart and see if it crossed correctly by opening the correct trade.

                    If you wish to know my trading style, look up TRO and visit him on the Kreslik forums. BambinoFlex is my other internet handle as well as my Gamer Tag.

                    khalids222 1 Reply Last reply Reply Quote 0
                    • khalids222
                      khalids222 @roar last edited by

                      @roar said in what is the best option for candle body or wick for (candle 0)?:

                      Tick volume = how many price updates per candle
                      Trade volume = how much $ were traded per candle

                      Thank you very much seb & roar, but can I put that on mq4 with body candle = 4
                      or tick volume in mq5 prefer

                      1 Reply Last reply Reply Quote 0
                      • khalids222
                        khalids222 @TitanGeorge last edited by

                        @titangeorge said in what is the best option for candle body or wick for (candle 0)?:

                        You'll need to look at your indicator and see what price calculation it uses. I would assume that it uses CLOSE information. To check, you can use one option at a time, run it in strategy tester, and then go back into the visual chart and see if it crossed correctly by opening the correct trade.

                        I'm going to do that, but I'm confused about what's the best choice for measuring a candle right now.
                        I want to compare two candles according to the used indicator.
                        Should I make a comparison between the body of the two candles, or between the wick of the two candles, or ticks?
                        The most important gives accurate information.

                        T 1 Reply Last reply Reply Quote 0
                        • T
                          TitanGeorge @khalids222 last edited by

                          @khalids222

                          You shouldn't worry about tick volume. Reason is that ticks are UP and DOWN PER TICK. So a 1 pip candle can have 1000ticks and another 1pip candle can have 2000ticks.

                          They are both the same size but the tick volume will be different depending on what was happening.

                          As for Body Size and Wick to Wick Size. That depends on the strategy.

                          Just test both options and see which one works better or what Pros and Cons each one has.

                          I'm guessing your strategy will use the Body and the Closing price format.

                          If you wish to know my trading style, look up TRO and visit him on the Kreslik forums. BambinoFlex is my other internet handle as well as my Gamer Tag.

                          khalids222 1 Reply Last reply Reply Quote 1
                          • khalids222
                            khalids222 @TitanGeorge last edited by

                            @titangeorge thank you very much I appreciate your cooperation and efforts

                            T 1 Reply Last reply Reply Quote 1
                            • T
                              TitanGeorge @khalids222 last edited by

                              @khalids222 Wish you the best in your ea

                              If you wish to know my trading style, look up TRO and visit him on the Kreslik forums. BambinoFlex is my other internet handle as well as my Gamer Tag.

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

                              Online Users

                              O
                              M
                              D
                              A
                              M

                              13
                              Online

                              146.7k
                              Users

                              22.4k
                              Topics

                              122.6k
                              Posts

                              Powered by NodeBB Forums | Contributors