fxDreema

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

    I want to know how can i used these conditions in fxdreema

    Questions & Answers
    4
    91
    13638
    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.
    • T
      TalalKhan @jstap last edited by TalalKhan

      @jstap I don't know any thing about variables, looks like it is equity % stop loss. I will just copy and paste it in my EA. Why you are using day lost percent formula? Lets say i am using 5% equity stop loss, If 2 trades are running from previous day and on current day 2 trades also in loss and account equity is- 5% down. Will my trades closed or not?
      I tried same as you told but not working see
      https://fxdreema.com/shared/bq3W6PoNb

      I used EA with 2% of stop loss but see trade is not closed at 9800$
      0_1634140136570_Screenshot_172.jpg

      1 Reply Last reply Reply Quote 0
      • T
        TalalKhan @jstap last edited by TalalKhan

        @jstap Please Reply When You Are Free

        jstap 1 Reply Last reply Reply Quote 0
        • jstap
          jstap @TalalKhan last edited by

          @talalkhan Put everything in a comment block so you can visually see what is or isn't working. The trade variable needs a orange condition block in tree to stop the trading, I reset it daily because that is how I use, if you want a diferent configeration then the choice is yours, just use the same logic.

          Learn fxDreema Without the Wait!

          My comprehensive book, available on Amazon, is packed with examples and invaluable insights to help you fast-track your learning journey.

          The paperback and hardback editions include MT4 & MT5 QR codes for easy access to all prebuilt projects and robots, including my latest gold trading robot!

          Don’t miss out

          Click here➡️ https://mybook.to/fxDreema to get your copy today!

          Enjoy! 😊

          T 1 Reply Last reply Reply Quote 0
          • T
            TalalKhan @jstap last edited by

            @jstap can you give me a live example as i told you i don't know about variables and I also don/t know about comments. We discussed this problem few days back and I failed to do that, so it's a good idea to do it then I will try to understand what you have done.
            I want to close all trades if 10k accounts is below 9k. it means 10% drawdowns

            jstap 1 Reply Last reply Reply Quote 0
            • jstap
              jstap @TalalKhan last edited by

              @talalkhan Meant to add trhis yesterday.

              0_1634201153994_Screenshot (839).png

              Variables/constants are selected in the top left,

              type string = text
              type bool = true/false
              type int = whole number (integer)
              type double = number with decimal point (0.00)

              0_1634201569939_937db94d-6465-4ea0-b496-f0555214524a-image.png

              Learn fxDreema Without the Wait!

              My comprehensive book, available on Amazon, is packed with examples and invaluable insights to help you fast-track your learning journey.

              The paperback and hardback editions include MT4 & MT5 QR codes for easy access to all prebuilt projects and robots, including my latest gold trading robot!

              Don’t miss out

              Click here➡️ https://mybook.to/fxDreema to get your copy today!

              Enjoy! 😊

              T 2 Replies Last reply Reply Quote 0
              • T
                TalalKhan @jstap last edited by TalalKhan

                @jstap I do as you told, See its not working
                https://fxdreema.com/shared/RpQPq7qVd
                0_1634238939260_Screenshot_176.jpg

                1 Reply Last reply Reply Quote 0
                • T
                  TalalKhan @jstap last edited by

                  @jstap Please check?

                  jstap 1 Reply Last reply Reply Quote 0
                  • jstap
                    jstap @TalalKhan last edited by

                    @talalkhan This is not as I said, put all conditions in place, test then put on here if still not working.

                    Learn fxDreema Without the Wait!

                    My comprehensive book, available on Amazon, is packed with examples and invaluable insights to help you fast-track your learning journey.

                    The paperback and hardback editions include MT4 & MT5 QR codes for easy access to all prebuilt projects and robots, including my latest gold trading robot!

                    Don’t miss out

                    Click here➡️ https://mybook.to/fxDreema to get your copy today!

                    Enjoy! 😊

                    T 1 Reply Last reply Reply Quote 0
                    • T
                      TalalKhan @jstap last edited by

                      @jstap which conditions? Sorry i missed. Can you explain?

                      jstap 1 Reply Last reply Reply Quote 0
                      • jstap
                        jstap @TalalKhan last edited by

                        @talalkhan Orange condition block with a bool condition, if this is true then below blocks will activate, if false they wont, this is why once a day the condition is set to true and if loss met it, turned to false to stop trading.

                        Learn fxDreema Without the Wait!

                        My comprehensive book, available on Amazon, is packed with examples and invaluable insights to help you fast-track your learning journey.

                        The paperback and hardback editions include MT4 & MT5 QR codes for easy access to all prebuilt projects and robots, including my latest gold trading robot!

                        Don’t miss out

                        Click here➡️ https://mybook.to/fxDreema to get your copy today!

                        Enjoy! 😊

                        T 1 Reply Last reply Reply Quote 1
                        • T
                          TalalKhan @jstap last edited by TalalKhan

                          @jstap ok sir got it and where to put this true false block, in buy sell tree or at top of tree where closed trade block is used?

                          jstap 1 Reply Last reply Reply Quote 0
                          • jstap
                            jstap @TalalKhan last edited by

                            @talalkhan In the buy/sell tree, the close tree should already be setting variable to false.

                            Learn fxDreema Without the Wait!

                            My comprehensive book, available on Amazon, is packed with examples and invaluable insights to help you fast-track your learning journey.

                            The paperback and hardback editions include MT4 & MT5 QR codes for easy access to all prebuilt projects and robots, including my latest gold trading robot!

                            Don’t miss out

                            Click here➡️ https://mybook.to/fxDreema to get your copy today!

                            Enjoy! 😊

                            T 1 Reply Last reply Reply Quote 0
                            • T
                              TalalKhan @jstap last edited by TalalKhan

                              @jstap Thank you boss stop loss is working but now problem is when 2nd time condition met for buys, EA is opening and closing trades in no time. how can i stop trading?
                              I think i didn't place the orange condition bool block right. because when i set this block to false EA will stop trading when buying condition met
                              Link: https://fxdreema.com/shared/HZaJiAy8e
                              0_1634325885958_Screenshot_177.jpg

                              jstap 1 Reply Last reply Reply Quote 0
                              • jstap
                                jstap @TalalKhan last edited by

                                @talalkhan From looking at your picture you have DAY_BALANCE in as a bool, it should be double, post above says what the type should be for each variable/constant, check all are the right type, this can cause unexpected results.

                                Learn fxDreema Without the Wait!

                                My comprehensive book, available on Amazon, is packed with examples and invaluable insights to help you fast-track your learning journey.

                                The paperback and hardback editions include MT4 & MT5 QR codes for easy access to all prebuilt projects and robots, including my latest gold trading robot!

                                Don’t miss out

                                Click here➡️ https://mybook.to/fxDreema to get your copy today!

                                Enjoy! 😊

                                T 1 Reply Last reply Reply Quote 0
                                • T
                                  TalalKhan @jstap last edited by

                                  @jstap After changing of type bool to double same results

                                  0_1634329244069_Screenshot_178.jpg

                                  jstap 1 Reply Last reply Reply Quote 0
                                  • jstap
                                    jstap @TalalKhan last edited by

                                    @talalkhan I cant help you, should be working, try and rebuild again and see if this changes the behaviour.

                                    Learn fxDreema Without the Wait!

                                    My comprehensive book, available on Amazon, is packed with examples and invaluable insights to help you fast-track your learning journey.

                                    The paperback and hardback editions include MT4 & MT5 QR codes for easy access to all prebuilt projects and robots, including my latest gold trading robot!

                                    Don’t miss out

                                    Click here➡️ https://mybook.to/fxDreema to get your copy today!

                                    Enjoy! 😊

                                    T 2 Replies Last reply Reply Quote 1
                                    • T
                                      TalalKhan @jstap last edited by TalalKhan

                                      @jstap ok if i want to choose 3-4 days trading close period expect 1 if draw down stop loss hit, which settings i need to change?

                                      1 Reply Last reply Reply Quote 0
                                      • T
                                        TalalKhan @jstap last edited by TalalKhan

                                        @jstap and if i am setting DD Stop Loss block to false because i don't need stop loss. EA is not taking trades, how can i used this block separately
                                        Means where to use DD Stop Loss block and its connections. I want to use it like, true stop loss works, False no draw down stop loss work but EA should took trades
                                        Check: https://fxdreema.com/shared/5ln28Wnmc

                                        jstap 1 Reply Last reply Reply Quote 0
                                        • jstap
                                          jstap @TalalKhan last edited by

                                          @talalkhan 0_1634331572368_4be1871b-9d7a-4753-b831-f38d3f65a309-image.png

                                          Learn fxDreema Without the Wait!

                                          My comprehensive book, available on Amazon, is packed with examples and invaluable insights to help you fast-track your learning journey.

                                          The paperback and hardback editions include MT4 & MT5 QR codes for easy access to all prebuilt projects and robots, including my latest gold trading robot!

                                          Don’t miss out

                                          Click here➡️ https://mybook.to/fxDreema to get your copy today!

                                          Enjoy! 😊

                                          T 1 Reply Last reply Reply Quote 1
                                          • T
                                            TalalKhan @jstap last edited by

                                            @jstap please share the link i want to see why you add block no 81

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

                                            Online Users

                                            L
                                            H
                                            S
                                            E

                                            9
                                            Online

                                            146.7k
                                            Users

                                            22.4k
                                            Topics

                                            122.6k
                                            Posts

                                            Powered by NodeBB Forums | Contributors