fxDreema

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

    problem in use my indicator ? important

    Questions & Answers
    2
    25
    4756
    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.
    • N
      nagdy last edited by

      hello

      i add my indicator in fxdreema

      when i use it in condition and use the buffer to create orders buy or sell but not work

      look

      i add indicator this

      0_1489080972324_eata.mq4

      and example i want when buffer blue >x red create order buy

      look image

      0_1489081106552_eta.jpg

      but it is not work why ?

      thank you

      1 Reply Last reply Reply Quote 0
      • M
        miro1360 last edited by

        because indicator is not working in forward data feed ...
        it loads historical data only when indicator is attached into chart (last window)
        but when indicator is placed and candles are created (forward data feed) indicator stoped creating lines and signals (flat lines in middle window) ....... so it is problem with indicator calculation 😄 and I dont know who can or will repair it (maybe somebody in forexfactory - there was somewhere thread with indicators for request) 😄

        0_1489084354711_upload-792f83fd-ed65-47a6-918b-0077b56e54c6

        Between trading and gambling is a very small gap, be careful.

        N 1 Reply Last reply Reply Quote 1
        • N
          nagdy @miro1360 last edited by nagdy

          @miro1360

          mmmmm 🙂

          ok

          i have anther problem in different indicator

          i have indicator show me points green under candle this mean to up and show me points red above candle this mean to down

          how i can create order to when show green create order buy or if show red create order sell

          i choose every thing ( < , > , x< , x> , == , != ) every thing dont work

          but if i choose ( < or > ) it is do sell or buy but dont stop buy or sell every candle craete order buy and sell dont stop

          how i put control ? if show points green create one order buy now only dont more

          thank you

          1 Reply Last reply Reply Quote 0
          • M
            miro1360 last edited by

            it is the same problem 😄 indicator is not painted signals forward, only into history ... why you dont test indicator in tester? there you see this problem ...

            Between trading and gambling is a very small gap, be careful.

            N 3 Replies Last reply Reply Quote 1
            • N
              nagdy @miro1360 last edited by

              @miro1360

              no this this right in forward and not problem

              and i test it and work good

              but the problem i want if show points green create order buy now one only no more

              this my problem

              i used it this x< and x> dont work

              but when i used > and < its work but with my problem creates orders buy or sell without dont stop

              this my problem

              1 Reply Last reply Reply Quote 0
              • N
                nagdy @miro1360 last edited by nagdy

                @miro1360

                mmmmmmm i dont know

                i now show dont painted signals forward 🙂

                i tired 🙂

                1 Reply Last reply Reply Quote 0
                • N
                  nagdy @miro1360 last edited by nagdy

                  @miro1360

                  hello

                  i have indicator work in test and not problem

                  please how i can buy or sell in points

                  this indicator

                  0_1489174167300_BrainTrend1Sig.mq4

                  and this too new indicator
                  i want buy when candle break line buy and sell when break line sell
                  this indicator
                  0_1489175783837_MA in Color_wAppliedPrice.mq4

                  i wait your example

                  thank you

                  1 Reply Last reply Reply Quote 0
                  • M
                    miro1360 last edited by miro1360

                    this type of multicolor indicators you need work with Indicator is visible block ... when indicator is visible, you can catch their values (compare, save into variables, etc) ...

                    anyway,, this type of indicators I explained in one of my tutorials, you can read them or look for fxdreema help section, or examples section for more details

                    0_1489176933090_upload-94aa2eef-1387-46a9-a06b-a30a5848892b

                    0_1489177017334_upload-080c1fd6-72b4-48c7-9daa-e9d8d5716375

                    note, I am working here with candle ID 1 ... if you need working with candle ID 0, remove once per bar block (and expect repainting on candle 0 logic) ...

                    Between trading and gambling is a very small gap, be careful.

                    1 Reply Last reply Reply Quote 1
                    • M
                      miro1360 last edited by

                      or combine more conditions in right order ... just test more 😄

                      0_1489177403206_upload-6918a2c5-295c-4d3b-ad38-73fcd1d274fd

                      Between trading and gambling is a very small gap, be careful.

                      N 2 Replies Last reply Reply Quote 1
                      • N
                        nagdy @miro1360 last edited by

                        @miro1360
                        thank you i will try now 🙂

                        1 Reply Last reply Reply Quote 0
                        • N
                          nagdy @miro1360 last edited by nagdy

                          @miro1360

                          hello

                          i now try you told me but its not work

                          look my image

                          0_1489184314520_test indicator.jpg

                          when i test EA dont create buy !!

                          and you told me (( note, I am working here with candle ID 1 ... if you need working with candle ID 0, remove once per bar block (and expect repainting on candle 0 logic) ...)
                          sorry i am dont understand can you show me image about what you mean in case candle 0 ?

                          thank you

                          1 Reply Last reply Reply Quote 0
                          • M
                            miro1360 last edited by

                            without spread filter is working?

                            Between trading and gambling is a very small gap, be careful.

                            N 2 Replies Last reply Reply Quote 1
                            • N
                              nagdy @miro1360 last edited by nagdy

                              @miro1360

                              look

                              0_1489243787240_indicator test.jpg

                              not work , not create buy

                              what problem i dont know ?

                              and what i do if i want candle 0 ? please show me image for that ?

                              thank you

                              1 Reply Last reply Reply Quote 0
                              • M
                                miro1360 last edited by

                                I really have no idea what you are doing and why it is not working for you, because for me it is working and I was tested it. Here is mq4 file which can you import into your projects and try it.

                                0_1489245667056_testing01.mq4

                                and candle ID 0 is just candle ID in conditions, now is there 1, you can change it to 0, but ... indicator repaints on candle 0 so you get false signals, therefore I suggest you candle ID 1 😄 ... candle 0 = current candle (not closed) and candle 1 = previous candle (closed) ...

                                Between trading and gambling is a very small gap, be careful.

                                N 1 Reply Last reply Reply Quote 1
                                • N
                                  nagdy @miro1360 last edited by

                                  @miro1360

                                  anther questions
                                  look image
                                  0_1489245932461_move.jpg

                                  why dont create buy too ?

                                  but if i delete ( -) from shift its work and buy if i change number in shift by ( + )

                                  thank you

                                  1 Reply Last reply Reply Quote 0
                                  • M
                                    miro1360 last edited by

                                    this second problem is logic problem because you shifted indicator and shifted cross, that means candles which are compared while crossing are shifted one with another with few candles and comparison is not valid

                                    Between trading and gambling is a very small gap, be careful.

                                    N 1 Reply Last reply Reply Quote 1
                                    • N
                                      nagdy @miro1360 last edited by

                                      @miro1360
                                      i try your test
                                      0_1489246368686_1489245669768-testing01.mq4

                                      and also no create buy no work

                                      what you think about this problem ?

                                      anther ea work and buy or sell

                                      last questions above when change shift + its work and buy

                                      this mean my Mt4 its right no problem in my program

                                      1 Reply Last reply Reply Quote 0
                                      • N
                                        nagdy @miro1360 last edited by

                                        @miro1360 said in problem in use my indicator ? important:

                                        this second problem is logic problem because you shifted indicator and shifted cross, that means candles which are compared while crossing are shifted one with another with few candles and comparison is not valid

                                        please show me image because i dont good english and a few words i dont understand what you mean from it
                                        thank you

                                        N 1 Reply Last reply Reply Quote 0
                                        • N
                                          nagdy @nagdy last edited by

                                          @nagdy said in problem in use my indicator ? important:

                                          @miro1360 said in problem in use my indicator ? important:

                                          this second problem is logic problem because you shifted indicator and shifted cross, that means candles which are compared while crossing are shifted one with another with few candles and comparison is not valid

                                          please show me image because i dont good english and a few words i dont understand what you mean from it
                                          thank you

                                          i translation google and understand

                                          but if i want do this my idea how i can it

                                          thank you

                                          1 Reply Last reply Reply Quote 0
                                          • M
                                            miro1360 last edited by

                                            do you have these two indicators in MT4 indicator folder?

                                            Between trading and gambling is a very small gap, be careful.

                                            N 2 Replies Last reply Reply Quote 1
                                            • 1
                                            • 2
                                            • 1 / 2
                                            • First post
                                              Last post

                                            Online Users

                                            D
                                            V
                                            O
                                            J
                                            B

                                            11
                                            Online

                                            146.7k
                                            Users

                                            22.4k
                                            Topics

                                            122.6k
                                            Posts

                                            Powered by NodeBB Forums | Contributors