fxDreema

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

    new EA /indicator

    Questions & Answers
    3
    25
    2545
    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.
    • E
      Edwin 2 last edited by

      Hi,
      we want to make a new EA using fxdreema please find required parameter as given below:

        if stop loss is hit, automatically a fresh order with the same buy price and stop loss should be created
      

      is it possible to create this EA using this software? if yes please guide us.

      Thank you

      S 1 Reply Last reply Reply Quote 0
      • S
        seb 0 @Edwin 2 last edited by

        @edwin-2
        Yes, should use "check how it was closed" block connected to "for each closed position", then "buy pending order" block with same SL pips.

        E 1 Reply Last reply Reply Quote 0
        • E
          Edwin 2 last edited by Edwin 2

          Thank you very much for your reply to my question,
          I am a newbie to fxdreema, hence I need a little more guidance in the technicals
          eg:
          pair GBPUSD buy: 1.2690
          SL: 1.2590
          TP: 1.2890

            If the stoploss is triggered:
                         EA should create a fresh pending order in the above parameter at the close of the current candle, also if the stoploss is hit for a buy order, a buy stop pending order should be placed, similarly when the stoploss is hit for a sell order, then a sell stop pending order shoud be placed, with the above parameters.
          

          Can you kindly tell me how to make the EA?

          Edited: this is what i've done >>> the project
          and i exported it to MT4 and tested it in demo account, but it was not placing an order when stop loss was hit.

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

            Do you mean an opposite trade should be open AT THE SAME price of the recently hit stop loss?

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

            E 1 Reply Last reply Reply Quote 0
            • E
              Edwin 2 @l'andorrà last edited by

              @l-andorrà
              No if the stoploss hit order is buy then the next order should be pending buy stop order.
              And
              if the stoploss hit order is sell then the next order should be pending sell stop order.

              Example

              If first market is

              Buy price 1.32000
              Stoploss 1.32900

              If stoploss hit then the ea should automatically place a pending buystop at the same buy price and sl ie

              Buy price 1.32000
              Stoploss 1.32900

              E S 2 Replies Last reply Reply Quote 0
              • E
                Edwin 2 @Edwin 2 last edited by

                @edwin-2
                Is it possible if can someone tell me what blocks to be used and in what parameter. Kindly advice thanks

                1 Reply Last reply Reply Quote 0
                • E
                  Edwin 2 @seb 0 last edited by

                  @seb-0

                  Hi

                  Can you kindly help

                  Thanks
                  Edwin

                  1 Reply Last reply Reply Quote 0
                  • S
                    seb 0 @Edwin 2 last edited by

                    @edwin-2
                    I don't get your logic, how the SL could be above the Buy price

                    E 3 Replies Last reply Reply Quote 0
                    • E
                      Edwin 2 @seb 0 last edited by

                      @seb-0
                      Sorry it should be

                      Buy price 1.32000
                      Stoploss 1.31900

                      1 Reply Last reply Reply Quote 0
                      • E
                        Edwin 2 @seb 0 last edited by

                        @seb-0
                        i wold like to explain again what i want to do

                        i will manually open 2 (1 buy & 1 sell ) pending order
                        Example:

                        Buy: Sell:
                        Buy price 1.32000 Sell price: 1.31700
                        Stoploss 1.31900 stoploss: 1.31900

                        if buy gets activated and later hits the stop loss on closure of the current candle a new buy stop pending order
                        with the same parameter I.e.
                        Buy price 1.32000
                        Stoploss 1.31900

                        if sell activate instead and hits the stop loss then on closure of the current candle a new sell stop pending order with the same parameter I.e.

                        Sell price: 1.31700
                        stoploss: 1.31900

                        l'andorrà 1 Reply Last reply Reply Quote 0
                        • E
                          Edwin 2 @seb 0 last edited by

                          @seb-0

                          Hi

                          Is my explanation clear

                          Thanks
                          Edwin

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

                            @edwin-2 Ok, So can that be an infinite sequence of consecutive failing trades with the same open price and SL proces all the time?

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

                            E 2 Replies Last reply Reply Quote 0
                            • E
                              Edwin 2 @l'andorrà last edited by

                              Yes that's correct

                              Thanks
                              Edwin

                              1 Reply Last reply Reply Quote 0
                              • E
                                Edwin 2 @l'andorrà last edited by

                                @l-andorrà
                                Is it possible to do a Ea like this
                                Thanks
                                Edwin

                                E 1 Reply Last reply Reply Quote 0
                                • E
                                  Edwin 2 @Edwin 2 last edited by

                                  @edwin-2
                                  If yes can you help me build this ea
                                  Thanks
                                  Edwin

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

                                    Yes, it is possible, but that's an invitation to failure. That is even worse than a martingale, because you have no idea how many bad results you can get. Eventually, your account will not open more trades because you will reach a margin call. Are you sure you want that?

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

                                    E 1 Reply Last reply Reply Quote 0
                                    • E
                                      Edwin 2 @l'andorrà last edited by Edwin 2

                                      @l-andorrà
                                      No I have a manual closing strategy.
                                      Please help make this EA
                                      Yes I want to make this Ea

                                      Can you please give some input on making this Ea today I'm very excited to start my first ea on fxdreema

                                      Thanks
                                      Edwin

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

                                        Ok. Can you please upload a screenshot showing the strategy as per you previous post? I want to be completely sure I understand what you need.

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

                                        E 1 Reply Last reply Reply Quote 0
                                        • E
                                          Edwin 2 last edited by

                                          as requested before, I want this EA to repeat the order once the stoploss is hit.

                                          The idea is that most of the time It hits my stoploss (closes my trade) then the price moves in the direction
                                          I expected.

                                          Manual closing strategy is to close the order manually if the loss trade is more than four times.

                                          looking forward to your guidance to make this EA.

                                          1 Reply Last reply Reply Quote 0
                                          • E
                                            Edwin 2 @l'andorrà last edited by

                                            @l-andorrà

                                            Hi

                                            Hope my reply is clear
                                            Can you give block details etc

                                            Once the ea is ready will do strategy test and will share the report

                                            Thanks for the support

                                            l'andorrà 1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 1 / 2
                                            • First post
                                              Last post

                                            Online Users

                                            R
                                            A
                                            D
                                            A
                                            E
                                            N
                                            N

                                            26
                                            Online

                                            146.7k
                                            Users

                                            22.4k
                                            Topics

                                            122.6k
                                            Posts

                                            Powered by NodeBB Forums | Contributors