fxDreema

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

    What is the correct delimiter for next line?

    Questions & Answers
    2
    8
    306
    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.
    • OntradingX
      OntradingX last edited by

      I am able to write data on the same line, but when I try to use the command \r\n or just \n so that the information appears on the next line, fxdreema does not recognize the text code input.

      Does anyone know how to resolve this?
      So I can make it appear using the + sign (delimiter).
      XAUUSD BUY 2028.070000 TP 2029.070000 SL 2027.070000

      But the correct thing is like this:
      XAUUSD BUY 2028.070000
      TP 2029.070000
      SL 2027.070000

      Sou do Brasil e utilizo o sistema Fxdreema a alguns anos, sempre que tenho tempo disponível eu tento ajudar alguém por aqui, mas se quiser uma ajuda mais próxima me contacte:
      Site: https://www.ontradingx.com.br
      Youtube: https://www.youtube.com/@ontradingx
      Boa sorte a todos nós!

      English - I'm from Brazil and I've been using the Fxdreema system for a few years, whenever I have time available I try to help someone here, but if you want more help, contact me:
      Website: https://www.ontradingx.com.br
      Youtube: https://www.youtube.com/@ontradingx
      Good luck to all of us!

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

        I'm currently using this:

        ATIVO + " " + DIRECAO + " " + DoubleToString(v::Preco_de_Entrada, 6) + " TP " + DoubleToString(v::Take_Profit, 6) + " SL " + DoubleToString(v::Stop_Loss, 6) + " ";

        4e026d6f-372d-4a26-a922-3d80de3ae84f-image.png

        Sou do Brasil e utilizo o sistema Fxdreema a alguns anos, sempre que tenho tempo disponível eu tento ajudar alguém por aqui, mas se quiser uma ajuda mais próxima me contacte:
        Site: https://www.ontradingx.com.br
        Youtube: https://www.youtube.com/@ontradingx
        Boa sorte a todos nós!

        English - I'm from Brazil and I've been using the Fxdreema system for a few years, whenever I have time available I try to help someone here, but if you want more help, contact me:
        Website: https://www.ontradingx.com.br
        Youtube: https://www.youtube.com/@ontradingx
        Good luck to all of us!

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

          ATIVO + " " + DIRECAO + " " + DoubleToString(v::Preco_de_Entrada, 6) + "\nTP " + DoubleToString(v::Take_Profit, 6) + "\nSL " + DoubleToString(v::Stop_Loss, 6) + " ";
          not working \n

          Sou do Brasil e utilizo o sistema Fxdreema a alguns anos, sempre que tenho tempo disponível eu tento ajudar alguém por aqui, mas se quiser uma ajuda mais próxima me contacte:
          Site: https://www.ontradingx.com.br
          Youtube: https://www.youtube.com/@ontradingx
          Boa sorte a todos nós!

          English - I'm from Brazil and I've been using the Fxdreema system for a few years, whenever I have time available I try to help someone here, but if you want more help, contact me:
          Website: https://www.ontradingx.com.br
          Youtube: https://www.youtube.com/@ontradingx
          Good luck to all of us!

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

            @fxDreema I tried to generate an mql block with the \n function but it seems to me that this function is not accepted in Fxdreema to implement in messages that are sent via the http block to Telegram, is there any other solution?
            https://fxdreema.com/forum/assets/uploads/files/1569506163914-7def6979-4120-484d-96ac-695291a0e101-image.png
            image.png

            Here below the code
            tele_message = "Open price: " + DoubleToString(open_price, _Digits) + "\n" +
            "Stop Loss: " + DoubleToString(sl, _Digits) + "\n" +
            "Take Profit: " + DoubleToString(tp, _Digits) + "\n" +
            "Volume: " + DoubleToString(lots, 2) + " lots";

            Sou do Brasil e utilizo o sistema Fxdreema a alguns anos, sempre que tenho tempo disponível eu tento ajudar alguém por aqui, mas se quiser uma ajuda mais próxima me contacte:
            Site: https://www.ontradingx.com.br
            Youtube: https://www.youtube.com/@ontradingx
            Boa sorte a todos nós!

            English - I'm from Brazil and I've been using the Fxdreema system for a few years, whenever I have time available I try to help someone here, but if you want more help, contact me:
            Website: https://www.ontradingx.com.br
            Youtube: https://www.youtube.com/@ontradingx
            Good luck to all of us!

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

              Does this help?

              https://www.mql5.com/en/forum/388508

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

                It used %250a

                OntradingX 1 Reply Last reply Reply Quote 0
                • OntradingX
                  OntradingX @sktsec last edited by

                  @sktsec I did a little test and it didn't work.

                  ACTIVE + "%250A" + DIRECTION

                  Sou do Brasil e utilizo o sistema Fxdreema a alguns anos, sempre que tenho tempo disponível eu tento ajudar alguém por aqui, mas se quiser uma ajuda mais próxima me contacte:
                  Site: https://www.ontradingx.com.br
                  Youtube: https://www.youtube.com/@ontradingx
                  Boa sorte a todos nós!

                  English - I'm from Brazil and I've been using the Fxdreema system for a few years, whenever I have time available I try to help someone here, but if you want more help, contact me:
                  Website: https://www.ontradingx.com.br
                  Youtube: https://www.youtube.com/@ontradingx
                  Good luck to all of us!

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

                    I achieved "%0a" is a correct Delimiter for this, thanks for you help @sktsec and for ChatGPT heheh

                    Sou do Brasil e utilizo o sistema Fxdreema a alguns anos, sempre que tenho tempo disponível eu tento ajudar alguém por aqui, mas se quiser uma ajuda mais próxima me contacte:
                    Site: https://www.ontradingx.com.br
                    Youtube: https://www.youtube.com/@ontradingx
                    Boa sorte a todos nós!

                    English - I'm from Brazil and I've been using the Fxdreema system for a few years, whenever I have time available I try to help someone here, but if you want more help, contact me:
                    Website: https://www.ontradingx.com.br
                    Youtube: https://www.youtube.com/@ontradingx
                    Good luck to all of us!

                    1 Reply Last reply Reply Quote 1
                    • 1 / 1
                    • First post
                      Last post

                    Online Users

                    S
                    C
                    F
                    W

                    17
                    Online

                    146.8k
                    Users

                    22.4k
                    Topics

                    122.6k
                    Posts

                    Powered by NodeBB Forums | Contributors