fxDreema

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

    self updating/refreshing grid, compare two groups of trades

    Questions & Answers
    10
    449
    423928
    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.
    • fxDreema
      fxDreema last edited by

      Those buffers are giving signals in the beginning of a new day and at that time I think the indicator is recalculated. By signals I mean values of 0, but I can't see how this can be used.

      When I use default settings I see it like this: http://prntscr.com/94co9o I have no idea how this indicator works.

      Rectangles have names like "SSSR#12 Strength=Verified, Test Count=1". If you think that you can use them... use them. I already said how you can give Price 1 and Price 2. Again, I am talking for these prices - http://prntscr.com/94comz - because rectangles are built from 2 prices and 2 times.

      "For each Object" can filter objects by name as well: http://prntscr.com/94coz5 But what to write there... I don't know.

      1 Reply Last reply Reply Quote 0
      • R
        ramsay09 last edited by

        Thanks. I think I discard that indicator for my EA.

        Is it possible to create support and resistence indicator (drawing SR-lines) like the attached one. I think these kind of indicators are composed of zig-zag and fractal indicators.
        What I need are SR-lines which are the same on all thimeframes and which are not move/change. Actually the same behaviour like manually added hozizontal lines in mt4. These lines are from 1min to MN1 chart the same and on the same position.

        ......
        U_MTF_SRTrend1.ex4

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

          I give up here 🙂 I was never interested in writing indicators and I also truly hate this Zig Zag thing 🙂

          1 Reply Last reply Reply Quote 0
          • R
            ramsay09 last edited by

            Well, I can understand you, I also don't like indicators except kind of MA's and their use to detect divergences is Ok. The added "indicator" is composed of indicators (I think, but don't know that exactly) but SR itself is acutually not an indicator. To add a kind of "indicator" or a block that provides similar or better results like the indicator I have attached here will be a very very helpfull tool for all Traders and EA builders. But I don't know how complex it is to make that and maybe I have to buy that SR-indicator (the attached one crashes an W1 and MN1).

            ......
            PZ_SupportResistance_W1_error.ex4

            1 Reply Last reply Reply Quote 0
            • R
              ramsay09 last edited by

              how to cut the after-point numbers of a variable. The value is from a formula. Integer as typ is not working. I want values like 146 and not 146.38762947.

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

                https://www.mql5.com/en/docs/convert/normalizedouble

                1 Reply Last reply Reply Quote 0
                • R
                  ramsay09 last edited by

                  thanks, int is working fine. Now I would like to surpress negativ values. There is fabs() or I could use a condition block but is there something like int. I would like to have 0 or a positiv value.

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

                    There are some native math functions: https://www.mql5.com/en/docs/math

                    1 Reply Last reply Reply Quote 0
                    • R
                      ramsay09 last edited by

                      Yes but where and how to use them? An example please.

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

                        Directly over the variable. If the variable is called MyVar and has a value of -10, then MathAbs(MyVar) gives you 10.

                        There are no conversion blocks in fxDreema, as you can see. I mean, blocks where you can select a Variable from a list and then from another list to select "Absolute value". I think that these conversions can be done easily by writing them as native MQL4 code.

                        1 Reply Last reply Reply Quote 0
                        • R
                          ramsay09 last edited by

                          Which block do you mean: "Formula" or "Modify Variables" could you give me a screen shot where I can see how it should looks like.

                          Then I have a problem after restoring changings on my EA "Grid-EA full-auto v1.0". Variables and Constants wasn't touched by me. please look over the following blocks:

                          1, 2, 80, 81, connected a sell block to 958 (but deleted again) connected a buy block to 959 (but deleted again).

                          Before I touched these blocks everything was ok. Some of these blocks are very old 1 year+. I don't know if that matters but I have opened two old EAs 1 year+ before. Are the blocks of old EAs always up to date?

                          p.s.
                          I have found malware on my pc. Maybe that is the reason for the problems. How malware can affect the builder? I am working only with the browser version.

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

                            I don't mean any block. All fields where you can write something are also MQL4 fields - you can write natve MQL4 code there, you can do some math or use functions directly.
                            But if you want me to say some block, then mabe "Custom MQL4 code", this block is on the bottom.

                            If you are talking for the local version, it's data files are plain text files, your projects are written in text files. I don't think that some malware can do something bad with them. fxDreema reads them as text files and if they contain wrong information, they will not be read successfully.

                            For old files... you know, sometimes I make changes to the builder and I need to make t in a way to support old projects. But it depends, if I miss something, maybe some old projects will not work, something will be missing inside them. I normally don't have reports of broken old projects, I don't remember when was the last time someone reported this problem.

                            If you have problems with actual project, you can try to move back in the History. And if you find a way to break your projects, then this is a bug and you can tell it to me so I can fix it 🙂

                            1 Reply Last reply Reply Quote 0
                            • R
                              ramsay09 last edited by

                              No, I don't use the Desktop version but just the Browser version. Could malware affecting the browser version in some way? Should I thake Browser Protection SW or something like that? What SW is working unproblematic with fxdreema (maybe some freeware)?

                              Unfortunately the past of the history was not big enough to restore EA but it is ok I took a previouse version .

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

                                I keep backups for the last 5 days, so if you have problem with some project tell me and I will try to restore it.

                                This is a regular website after all. It looks like desktop application, but the builder is a normal single-page website. I don't know if there is malware that can "click" here and there in your pages. In any case, check your PC, it's much better to be clean. If you have problems with fxDreema, it's most probably because of fxDreema itself. If you find that something does not happen the way you expect it to happen, tell me. But please, explain it in the most simple way, because most of the time I don't understand you very easily 🙂

                                1 Reply Last reply Reply Quote 0
                                • R
                                  ramsay09 last edited by

                                  Ok. You have backups for the last 5 days, that's nice. Next time I will wright you to restore the broken EA. That's "sounds" good.

                                  1 Reply Last reply Reply Quote 0
                                  • R
                                    ramsay09 last edited by

                                    Could add the 5 day old backup of "Grid-EA full-auto v1.0" as "Grid-EA full-auto v1.0_backup" don't replace "Grid-EA full-auto v1.0" just add the renamed file. I have to compare the EAs.

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

                                      This EA has now ID mt4-1984, so in my backups I found a project with the same ID and I added it to your projects as mt4-1984a. But it appears as Grid-EA semi-auto v3.0 - http://prntscr.com/98ivkd Sorry, but I don't know your versioning. What I can suggest is to save .mq4 files. Each .mq4 file has embedded project data so it can be then imported back into fxDreema.

                                      1 Reply Last reply Reply Quote 0
                                      • R
                                        ramsay09 last edited by

                                        Some time ago someone asked somewhere in this forum how to create the sure fire strategy according to the attached pdf.

                                        I was also interested how this strategy is working on backtest therefore I have created it and want to share it with the people here in this forum. I don' t know if all blocks are "politically correct" used 🙂 but the strategy is working as specified.

                                        Maybe you can extract a part of it and add it to your examples and maybe it will help some newbies as I was one and sometimes still are one.

                                        The Sure Fire and Double Martingale EA:
                                        https://fxdreema.com/shared/CKttiqaec

                                        ......
                                        AWESOME-Forex-Trading-Strategy-(never-lose-again).pdf

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

                                          can you create an ea based on Bollinger band?

                                          1 Reply Last reply Reply Quote 0
                                          • R
                                            ramsay09 last edited by

                                            I don't like indicators, actually and I use them as rare as possible but if you give me a clear specification similar to the sure fire strategy and it looks interesting I will try to create an EA.

                                            1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 13
                                            • 14
                                            • 15
                                            • 16
                                            • 17
                                            • 22
                                            • 23
                                            • 15 / 23
                                            • First post
                                              Last post

                                            Online Users

                                            A
                                            D
                                            A
                                            E
                                            N
                                            N
                                            F
                                            M

                                            20
                                            Online

                                            146.7k
                                            Users

                                            22.4k
                                            Topics

                                            122.6k
                                            Posts

                                            Powered by NodeBB Forums | Contributors