fxDreema

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

    OPEN POSITIONS USING HTTP_RESPONSE - Can FXDREEMA DO THAT ?

    Questions & Answers
    2
    4
    1170
    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.
    • S
      simo last edited by

      I have a page on the internet that I update each time with the following information:

      Pair: EurUSD
      OPEN: x.xxxxx
      SL: x.xxxxx
      TP: x.xxxxx

      Can I through FXDREEMA create an EA that sends an HTTP_REQUEST to the page: http://www.site.com/signal.php

      When it will find this information:

      Pair: EurUSD
      OPEN: x.xxxxx
      SL: x.xxxxx
      TP: x.xxxxx

      It retrieves them with HTTP_RESPONSE

      And opens a position with.

      Is it possible ?

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

        Please,
        Really i need an answer, i m working on a big project, and i need to know if Fxdreema wan resolve my problem..

        many thanks

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

          You can find this "Send HTTP request" block, which is designed to send GET or POST data to a server with up to 10 key pairs. So yes, you can send those 4.

          if there is a response from the server, after this block you can read certain value for example from Condition -> HTTP response. But note that the expected format for the response is in delimiter-separated values, where the delimiter is defined in "Send HTTP request". For example the response could be (let's say the delimiter is ;

          value1;value2;value3
          

          value1 comes from key 0, value2 is on key 1 and value3 is on key 2

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

            Very thankfull ...

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

            Online Users

            H
            R
            A

            7
            Online

            146.7k
            Users

            22.4k
            Topics

            122.6k
            Posts

            Powered by NodeBB Forums | Contributors