fxDreema

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

    candle comparing

    Questions & Answers
    2
    12
    2526
    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
      amin last edited by

      helloo dear
      first of all tnxxxxxxxxx for your best free site

      second, I have a problem in finding candle in start of everyday. in my plan I have to compare opening of third candle and opening of first candle ( m15) on everyday.then sell or buy.

      please help me for this.

      sincerely
      amin

      1 Reply Last reply Reply Quote 0
      • fxDreema
        fxDreema last edited by

        Am I wrong, or you want to do something at 00:00 and then in 00:45?

        Time filter, Hours filter... then Once per candle, Once a day...

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

          hello0o
          tnx for your fast respond
          but the time is not my problem. comparing the opening of first and third candle is my problem.how can I write it in condition??

          1 Reply Last reply Reply Quote 0
          • fxDreema
            fxDreema last edited by

            First candle (the current candle) has ID = 0. The previous one has ID = 1. The next previous has ID = 2. And so on... Just like in the first picture here: https://fxdreema.com/documentation/gett ... indicators
            Notice that these are candles from the history, not from the future. So you check something from the history when you are in present time.

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

              hello0o0o dear

              I couldnt fix it,i dont know where is the problem.

              1 Reply Last reply Reply Quote 0
              • fxDreema
                fxDreema last edited by

                What can I say 🙂

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

                  Hi dear
                  I have a indicator that i use it for closing the second part of my orders with the reversal signals.the first part has fix tp and second part is open and i close them manually with firs reversal signal.
                  could you plaese help me to write this expert for managing the benefit.
                  i can load this indicator to fxdreema but i can`t write this closing with using these reversal signals.

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

                    my second question for today

                    how can i open double sell or buy, and when the first order get tp then secound order become breakeven? entery point and exit point are same for 2 order.

                    thank alot for your attention

                    1 Reply Last reply Reply Quote 0
                    • fxDreema
                      fxDreema last edited by

                      Indicators produce numeric values for the EA, so the EA have to check those values in some way or another, and make decisions what to do with them. Because custom indicators are so different, first you need to know what values your custom indicator is giving to the EA and then use them properly. Use "Indicator tester" block to check indicator buffers if you don't know what they return to the EA. Then... depends on what needs to be done... Condition block(s) or some block from "Indicators" section.

                      What means breakeven for.... I guess running orders. Something like this maybe: https://fxdreema.com/shared/5MJFmst2d

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

                        hi dear
                        thank you again for your answer

                        this was little complicated for me.i use the attached indi, could you please make a simple ea for me?
                        for example I have a sell order and tp is free ( no tp) for running order,when the indi shows the first buy signal ( blue up flash) , the ea close the sell order.

                        thank you very much

                        ......
                        ASCTrend_Sound.mq4.mq4

                        1 Reply Last reply Reply Quote 0
                        • fxDreema
                          fxDreema last edited by

                          I prefer to tell you how to deal with indicators 🙂

                          You can check any indicator if it works at all... using "Indicator tester" block. Like here: https://fxdreema.com/demo/mt4-indicator-tester

                          There are few possible values

                          • some value that is biiiig and long, this number means that at the moment that buffer is... not used, inactive, zero. Also known as EMPTY_VALUE
                          • 0 - some indicators use this to hide the indicator from the chart
                          • something between 0 and EMPTY_VALUE
                          • something negative

                          If you have the same value all the time, let's say the EMPTY_VALUE, then the indicator does not use it's buffer properly or you have to change something - try with Candle ID. Often indicators work on the previous candles, not on the current one.

                          Try with some block from Indicators category. For example "Indicator appear". This should detect the moment when the indicator appear on the chart... in case the indicator shows some arrow. If it is MA type (always appeared), this block does not work for you.

                          Use "Draw arrow" to check if some block passes. You will see arrows in the places where the block passes.

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

                            thank you so much

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

                            Online Users

                            E
                            H
                            R

                            12
                            Online

                            146.7k
                            Users

                            22.4k
                            Topics

                            122.6k
                            Posts

                            Powered by NodeBB Forums | Contributors