fxDreema

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

    example: Trendline EA

    Tutorials by Users
    11
    26
    19528
    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.
    • M
      miro1360 last edited by

      Here I show you how to work with trendline.

      Use this example only with Demo account and learn perfectly how it is working. I am not responsible for your money losses.

      https://fxdreema.com/shared/Q13po8uvc

      0_1481684941738_upload-b418ddb3-8414-4517-abc8-782864bb7cce

      In example I will open trade on 4 possible situations:

      0_1481685366184_upload-1ba35a43-edf3-4792-87c3-c1646184da9d

      you need create trendlines manually (for this example, but you can do this also automatically with EA using buttons, check my previous tutorial how to work with buttons)

      in EA give name for this trendline in condition, and also the same name in chart for your trendline:
      0_1481685543788_upload-6aec5fdd-dace-4fc4-bfb0-2ad3e72be6ab

      and this is live example:
      dont forget, right name for trendline in chart:
      0_1481685600785_upload-5e8f0de4-add5-4cf6-921b-7ba34b9eabf4
      trade when price break your TL from bellow above (buy based on conditions for myTrendline1):
      0_1481685656757_upload-de4cec55-4cb7-40d2-b4b4-057937f36a97

      or Sell for myTrendline2:
      0_1481685691776_upload-3b4839e2-b41b-488b-af22-7cb55b04067e

      0_1481685707414_upload-d8a12c8d-09a1-4d14-9c1d-4604bac56e2c

      and when you place myTrendline2 (for Sell trade) above price, you wait for Sell when it break it from bellow, like this:
      0_1481685762279_upload-ca8e87d3-3de4-494d-b30c-bd45ceed18e1

      you can improve this example by other things, like delete TL after trade is opened (to prevent open another trades when your first is closed) or other things ...

      have a fun 🙂

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

      P 1 Reply Last reply Reply Quote 5
      • S
        sawka last edited by

        You can add that EA opens the positions after breaking the trend line and not waiting for the candle to close?

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

          yes, change Candle ID from 1 to 0

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

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

            OK THX.......

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

              To have more than two lines in this ea, you need to add trendline condition 4 and 5, etc.

              1 Reply Last reply Reply Quote 0
              • Z
                Zinho last edited by

                Hi @miro1360 How are you? How can I delete the TL after trade is opened? Could send me an example, please? Thank you a lot!

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

                  0_1561934168891_b5bd0ede-1941-4278-b698-fd8c7dbd540e-image.png

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

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

                    Great explanation. Just one question, what do "if trade b" & "if trade s" blocks mean? What do those blocks do?

                    H 1 Reply Last reply Reply Quote 0
                    • H
                      Hadees @MarianoMartinez last edited by

                      @marianomartinez next to each block on the left hand side there is an explanation of the block, if you hover your mouse over the left side a question mark will appear. http://icecream.me/46c93ca7dfc6f2d7e6ab5198b3ffac0c

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

                        My EA is not working, it's not taking any trades. Can you take a look at it and see what's wrong?
                        fxdreema.com/shared/STIQckgCc

                        In this case I want it to open trades when price breaks support / Resistance lines that I draw on the chart not trendlines.

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

                          You are requiring the candle close 1 to be AT THE SAME TIME above and below that object. That cannot happen.

                          (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.

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

                            @l-andorrà it is what miro1360 does in the example, I just copied the project and adapted to break price lines instead of trendlines, I don't understand what I am doing wrong

                            H 1 Reply Last reply Reply Quote 0
                            • H
                              Hadees @MarianoMartinez last edited by

                              @marianomartinez You are missing the if trade blocks. Have you renamed your line if you are drawing it ?.

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

                                Sorry I didn't clarify that I already tried with the if blocks, but it didn't work either. I tried deleting them because didn't understand what they were for. Yes I name the line just like I named it in the EA

                                H 1 Reply Last reply Reply Quote 0
                                • H
                                  Hadees @MarianoMartinez last edited by Hadees

                                  @marianomartinez Check the the candle blocks, miro's project he uses candle high and candle low as you have candle close ?

                                  1 Reply Last reply Reply Quote 1
                                  • P
                                    Pheaktra Capo @miro1360 last edited by

                                    @miro1360 Hello brother

                                    Can i use X> or X< instead of > or < with this?

                                    im new on fxdreema

                                    Thank you and have a ncie day...

                                    M 1 Reply Last reply Reply Quote 0
                                    • A
                                      aeivan last edited by

                                      Hello, when i try this EA at demo account
                                      Why Buy & Sell not working?
                                      I already draw Trendline manually,
                                      and give similar name of manually draw trendline with block input.
                                      any help to this issue?

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

                                        @aeivan The original thread is 4 years old. The platform has been updated meanwhile. You should try to rebuid it from sctrach.

                                        (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.

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

                                          @l-andorrà
                                          Any example of using trendline price level (by candle ID)?
                                          or how to use other properties of object on the chart?

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

                                            you most probably forget to put a name for the trendline on the chart, the example from my first post is working fine 😄

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

                                            A I 2 Replies Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 1 / 2
                                            • First post
                                              Last post

                                            Online Users

                                            S
                                            A
                                            M
                                            R
                                            G
                                            T
                                            G
                                            Y
                                            C
                                            S
                                            S
                                            S
                                            A

                                            26
                                            Online

                                            146.7k
                                            Users

                                            22.4k
                                            Topics

                                            122.6k
                                            Posts

                                            Powered by NodeBB Forums | Contributors