fxDreema

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

    Embedded image

    Questions & Answers
    3
    5
    231
    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.
    • Domas1988
      Domas1988 last edited by

      Does fxdreema has something to embeed the image inside expert advisor without loading the image on mql5 image source

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

        I'm afraid not.

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

        Domas1988 1 Reply Last reply Reply Quote 0
        • jstap
          jstap last edited by jstap

          You can add a logo (picture/image to your screen if this is what you are trying to do), in this is how to achieve. "Gold-Bull-BMP" is the name of the image I was using, and it has to be small enough to work: https://fxdreema.com/shared/NYrqpdJJb

          This would be the MT5 code:

          // Create the bitmap label
          if(!ObjectCreate(0, "Gold-Bull-BMP", OBJ_BITMAP_LABEL, 0, 0, 0))

          // Set the image file path (inside MQL5\Images folder)
          ObjectSetString(0, "Gold-Bull-BMP", OBJPROP_BMPFILE, "\Images\Gold-Bull-BMP.bmp");

          // Set the X and Y distance from the selected corner
          ObjectSetInteger(0, "Gold-Bull-BMP", OBJPROP_XDISTANCE, 150);
          ObjectSetInteger(0, "Gold-Bull-BMP", OBJPROP_YDISTANCE, 20);

          // Set the corner to top right
          ObjectSetInteger(0, "Gold-Bull-BMP", OBJPROP_CORNER, CORNER_RIGHT_UPPER);

          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! 😊

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

            @l-andorrà Right only coding the only option

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

              @jstap Yes but thats not gonna be automatically what im doing is trying to do is completely different i want to drag the an a image to appear automatically just as in commercial EA's i guess i relay on coding in mql5 with error by error

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

              Online Users

              T
              P
              C
              S
              T
              I
              B
              A

              20
              Online

              146.7k
              Users

              22.4k
              Topics

              122.6k
              Posts

              Powered by NodeBB Forums | Contributors