fxDreema

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

    Finally , Integration of News Filter :) [ MT4 Only ]

    Tutorials by Users
    29
    68
    31937
    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
      ambrogio @nbathan last edited by

      @nbathan You can leave it there because it is irrelevant to the project, it only serves to make a copy and paste into the MT4 editor 🙂

      N 1 Reply Last reply Reply Quote 1
      • N
        nbathan @ambrogio last edited by

        @ambrogio Thanks a lot for the prompt reply!

        1 Reply Last reply Reply Quote 1
        • S
          shaunsykes99 last edited by

          Hi! Thanks so much for the help! you are so awesome. could u kindly explain the different inputs here and the units they are in? i assume minutes for the indent
          0_1631263435803_c06e66a8-7a3c-47dd-9848-05f0ff88fd56-image.png
          0_1631263450109_1ba3d138-6a67-41b6-9529-d011fdbe1aac-image.png

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

            Opps nvm i found it here. Should i change the sourcenews since the default is investing.com?
            0_1631263562300_1b3cc89f-5c4f-4a03-b5c7-f323a82bf835-image.png

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

              @ambrogio Hello,
              I have managed to open the MQ4 in MetaEditor and compiled it with the manually created Boolean trade-variable, but I do get a warning compiling the script.

              0_1650754732861_3e765c7a-b2ee-41eb-860b-4180ac8c60c8-image.png

              I don't know if I need to do something about this or what to do. Can you please advice?!

              Also what's meant by "You will have to copy that 2 block from Oninit() and other 2 also from Deinint()". Where are these supposeed to be copied?!

              Best regards // Kallamamran

              TipsyWisdom A A 3 Replies Last reply Reply Quote 0
              • TipsyWisdom
                TipsyWisdom @Kallamamran last edited by

                @kallamamran said in Finally , Integration of News Filter 🙂 [ MT4 Only ]:

                @ambrogio Hello,
                I have managed to open the MQ4 in MetaEditor and compiled it with the manually created Boolean trade-variable, but I do get a warning compiling the script.

                0_1650754732861_3e765c7a-b2ee-41eb-860b-4180ac8c60c8-image.png

                I don't know if I need to do something about this or what to do. Can you please advice?!

                Also what's meant by "You will have to copy that 2 block from Oninit() and other 2 also from Deinint()". Where are these supposeed to be copied?!

                Best regards // Kallamamran

                More than likely it is just the way that the boolean block is being utilized but if it works, disregard the error.

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

                  @kallamamran said in Finally , Integration of News Filter 🙂 [ MT4 Only ]:

                  @ambrogio Hello,
                  I have managed to open the MQ4 in MetaEditor and compiled it with the manually created Boolean trade-variable, but I do get a warning compiling the script.

                  0_1650754732861_3e765c7a-b2ee-41eb-860b-4180ac8c60c8-image.png

                  I don't know if I need to do something about this or what to do. Can you please advice?! <<< Doesn't matter, it's a warning only >>>

                  Also what's meant by "You will have to copy that 2 block from Oninit() and other 2 also from Deinint()". Where are these supposeed to be copied?! <<< I Don't unterstand this question, i don't see where is placed this suggestion >>>

                  Best regards // Kallamamran

                  Kallamamran 1 Reply Last reply Reply Quote 1
                  • Kallamamran
                    Kallamamran @ambrogio last edited by Kallamamran

                    @ambrogio It was @Traderz who wrote it in the first post in this thread (Page 1) 🙂

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

                      @kallamamran said in Finally , Integration of News Filter 🙂 [ MT4 Only ]:

                      @ambrogio It was @Traderz who wrote it in the first post in this thread (Page 1) 🙂

                      <<<<<<<<<<<<<< just start here from the first page, should works >>>>>>>>>>>>

                      0_1651182221354_sgabello2.PNG

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

                        @ambrogio That's my template 🙂 Thank you. Just trying to find out how to best use the actual signals in the news filter now 🙂

                        1 Reply Last reply Reply Quote 0
                        • C
                          CPxiom last edited by CPxiom

                          Hello all,
                          Long time no see @ambrogio, @l-andorrà 🙂
                          I managed to put all the code from the "Copy this content On Global Scope" into a custom block, in the custom block studio, here: https://fxdreema.com/studio/MQL4, thanks to more detailed instructions and tutorial from here, where it explains what goes where, with A, B, C, D, E, in the picture: https://fxdreema.com/forum/topic/13655/tutorial-create-custom-blocks-with-fxdreema-studio/3
                          So for this particular case, from the "Copy this content On Global Scope" block, what goes into section B, is this0_1655160807100_Screenshot 2022-06-14 at 01.52.04.png
                          The enum part has to be edited out, and changed with int SourceNews, like in the picture above, as it still throws an error on compiling the ex4.

                          Everything else, goes into section E, like this, 0_1655163214460_Screenshot 2022-06-14 at 02.30.24.png piece by piece: CheckDailyFXNews, CheckInvestingNews, etc... from bool, or void or what is, with the open curly brackets, till the corresponding closing curly brackets, for example CheckDailyFXNews like this:0_1655162914350_Screenshot 2022-06-14 at 02.27.43.png

                          After you save the block in the studio, (Save changes - up in the left corner), you can find it in the builder in the custom blocks tab.
                          Then just take it from there and connect it with a pass, and everything compiles directly from fxdreema, like here in the share from padletut: https://fxdreema.com/shared/LCnSF6OCd

                          I hope this helps.

                          Further, I would have some questions: So the conditions block from the shared project is designed to not allow trading in the selected news (high medium low) where is set as true? And also the 30, 60 values named as indent - define the 60 minutes 30 minutes before and after the news event - and in that time trading is not allowed? Do I understand correctly?

                          l'andorrà T 2 Replies Last reply Reply Quote 1
                          • l'andorrà
                            l'andorrà @CPxiom last edited by

                            @cpxiom Simply impressive! Thank you very much for sharing. On your questions, I'm afraid I cannot help because I'm not a programmer, sorry. 😞

                            (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
                            • T
                              tec.nacks @CPxiom last edited by

                              @cpxiom thank you for this but I am getting this error when trying to compile the EA wirh News Filter

                              0_1676967050954_Screenshot 2023-02-21 090653.png

                              C 1 Reply Last reply Reply Quote 0
                              • T
                                tec.nacks @padletut last edited by

                                @padletut thank you for this but I did the same and got this https://fxdreema.com/shared/3doKSXm8d

                                0_1676969099705_Screenshot 2023-02-21 090653.png

                                B 1 Reply Last reply Reply Quote 0
                                • C
                                  CPxiom @tec.nacks last edited by

                                  @tec-nacks I will look into it in more depth later, have to re-remember 🙂 but for now, maybe it has to do with a missing variable named "trade". Make a variable named "trade" and then try to compile.

                                  T 1 Reply Last reply Reply Quote 0
                                  • T
                                    tec.nacks @CPxiom last edited by

                                    @CPxiom yeah..that is it. added trade variable and all is good

                                    1 Reply Last reply Reply Quote 0
                                    • A
                                      agungsuy27 @Kallamamran last edited by

                                      @Kallamamran YOU MUST CREATE VARIABLE ( DOUBLE trade 0 ) in your project!Screenshot 2023-03-05 131615.png

                                      1 Reply Last reply Reply Quote 0
                                      • T
                                        tec.nacks last edited by

                                        hello, the Investing.com and DailyFx link here has stopped working.

                                        Can anyone pls look into it?

                                        S 1 Reply Last reply Reply Quote 0
                                        • G
                                          GeoFX last edited by GeoFX

                                          Dear @fxDreema hear our cry please : - any chance to have News filter Condition Block built-in to FXDreema platform any time soon? Many many thanks!!

                                          Link to the new thread on this Topic: https://fxdreema.com/forum/topic/16490/we-need-to-have-an-in-built-news-filter-it-is-high-time-we-have-this-mt4-and-mt5/11

                                          1 Reply Last reply Reply Quote 0
                                          • B
                                            babayaga @ambrogio last edited by

                                            @ambrogio Hello sir. Help me please.1688202357595.jpg

                                            1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 3
                                            • 4
                                            • 3 / 4
                                            • First post
                                              Last post

                                            Online Users

                                            E
                                            B
                                            A
                                            N
                                            L
                                            A
                                            M
                                            E

                                            17
                                            Online

                                            146.6k
                                            Users

                                            22.4k
                                            Topics

                                            122.6k
                                            Posts

                                            Powered by NodeBB Forums | Contributors