fxDreema

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

    Some modifications

    Questions & Answers
    4
    20
    3499
    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 ask4abusaidu

      Hello,
      creating an EA based on a custom indicator, the problem is that the EA opens a sell order on a buy/sell signal .. need help for some modification.. i believe the problem maybe from the indicator coding, Buffer 0' Blue for buy signal and Buffer 1' Yellow for sell signal 0_1569597334773_Screenshot (103).png 1_1569597258689_Screenshot (99).png 0_1569597258688_Screenshot (98).png

      here is the link shared
      https://fxdreema.com/shared/Cez0EyZQc

      Thanks..

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

        You ned to specify candle ID 1 on blocks 8 and 14.

        (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
        • A
          ask4abusaidu last edited by

          Yes i did that.. but still nothing

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

            Did you check the buffers are correct?

            (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 1
            • A
              ask4abusaidu last edited by ask4abusaidu

              @l-andorrà said in Some modifications:

              Did you check the buffers are correct?

                       if (_startTime<=Time[i] && _endTime>=Time[i])
                      { 
                          fillu[i]  = max;            
                          filld[i]  = min;
                          histou[i] = EMPTY_VALUE;
                          histod[i] = EMPTY_VALUE; 
              
              During your proper times you don't fill in buffers 0/1.
              
                         if (histoc[i] == 1) { histou[i] = High[i]; histod[i] = Low[i]; }
                          if (histoc[i] ==-1) { histod[i] = High[i]; histou[i] = Low[i]; } 
              
              Outside of those times you do fill in the historgrams (blue or yellow.)
              

              i was told to do some modifications..
              But still not understanding

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

                @ask4abusaidu Please, can you upload the indicator?

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

                  already in my channel Check my channel
                  t.me/ask4abusaidu

                  A 1 Reply Last reply Reply Quote 0
                  • A
                    ambrogio @abubakar last edited by

                    @abubakar Evidently your indicator has some problem with 0 and 1 buffers, you can bypass this in the way I did

                    0_1569745169031_VASU.JPG

                    0_1569745178645_www.JPG

                    https://fxdreema.com/shared/HCvdbcrvc

                    1 Reply Last reply Reply Quote 1
                    • A
                      abubakar last edited by

                      wow.. thank you very much will work on it now

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

                        its working now.. only some problems 0_1569751473813_Screenshot (110).png
                        it will keep opening positions as long as the candle is below it

                        shared/5hy0ms4tc

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

                          Please, i guess not well understood

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

                            So what will be the entry if to use for buy and sell

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

                              @ask4abusaidu This indicator tracks the highest and lowest prices of the hours 00:00 to 03:59
                              You can work with the price that exceeds the support/resistance lines (red and limegreen), or with a moving average that cross them. I put both options in the shared link.

                              https://fxdreema.com/shared/8NWWjXpXb

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

                                0_1569777684589_Screenshot (112).png

                                Still opens sell on a buy signal
                                i tried to solve the buffer but still could not
                                i think the only thing is to solve the BUFFER

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

                                  @ask4abusaidu Please, in the previous screenshot you've uploaded, buy orders open above the Green Line and sell orders below the red line. Have you made any trouble?
                                  For me works

                                  0_1569787635756_www.JPG

                                  A 2 Replies Last reply Reply Quote 1
                                  • A
                                    ask4abusaidu last edited by

                                    now working.. Thanks

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

                                      @ambrogio
                                      How do i solve the wrong entries...
                                      2_1569827116437_Screenshot (118).png 1_1569827116437_Screenshot (117).png 0_1569827116437_Screenshot (116).png

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

                                        @ambrogio
                                        0_1569828535190_Screenshot (119).png

                                        Wrong entries kills the EA

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

                                          @ask4abusaidu have you removed the "time filter" block?

                                          0_1569836795344_ask.JPG

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

                                            Thank you very much for your support 1_1569840086185_Screenshot (123).png 0_1569840086183_Screenshot (122).png
                                            Working better on 5minutes TF
                                            will add more filters to make it perfect
                                            Thanks again

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

                                            Online Users

                                            K
                                            T
                                            D
                                            K
                                            K
                                            E
                                            S
                                            I

                                            18
                                            Online

                                            146.6k
                                            Users

                                            22.4k
                                            Topics

                                            122.6k
                                            Posts

                                            Powered by NodeBB Forums | Contributors