fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. fabiobioware
    3. Posts
    F
    • Profile
    • Following 2
    • Followers 3
    • Topics 104
    • Posts 390
    • Best 11
    • Controversial 1
    • Groups 0

    Posts made by fabiobioware

    • RE: Negative Negotiation Distance

      @l-andorrà said in Negative Negotiation Distance:

      Your logic is correct, but adding volume means you will create a whole new trade. Are you sure that is what you want?

      Thanks for the help friend, yes this is what I want, create a new purchase negotiation with the largest volume multiplied.

      posted in Questions & Answers
      F
      fabiobioware
    • Negative Negotiation Distance

      Hello friends, I'm trying to understand how to open trades when the distance is negative and understand how to place a rule.

      Let's say my EA opened a purchase, but the price went down.
      I want him to open a new purchase when the current candlestick's opening is below 200 pips from the opening of the previous order.
      Follow my project to help me identify if I did it right. --> https://fxdreema.com/shared/7wqGkfrIc

      posted in Questions & Answers
      F
      fabiobioware
    • RE: Distance to open a new purchase.

      @fabiobioware Hello friend, it seems to work the way it is, thank you for your attention.

      posted in Questions & Answers
      F
      fabiobioware
    • RE: Distance to open a new purchase.

      @l-andorrà I know I can, but if I use it it will show the pending orders and I don't want them to be in sight.
      The way I did it, is that correct?

      posted in Questions & Answers
      F
      fabiobioware
    • Distance to open a new purchase.

      Distance to open a new purchase.
      Hello friends, can you please inform me if I am correctly doing the condition I want?
      I want every new purchase trade to be opened with a distance of at least 100 pips below the previous trade.
      0_1595867193957_distancetrade.PNG

      posted in Questions & Answers
      F
      fabiobioware
    • RE: how to identify whether a negotiation is a purchase or a sale?

      @l-andorrà I am making a personal copier.
      Yes, I need exactly this information.

      posted in Questions & Answers
      F
      fabiobioware
    • RE: Trendlines

      @alphaomega 0_1595798990059_trend.PNG

      it looks like it got misaligned, how can i align it?

      posted in Questions & Answers
      F
      fabiobioware
    • Condition to buy using wick on the bottom.

      I would like to open a purchase according to the image settings.

      I have 3 moving averages.
      I want that if the previous candle (1) made a wick on the bottom of the candle and this wick touched or is crossed in the moving average that this is a "buy signal", the purchase should only happen if the current candle (0) is a buy candle (green).

      How can I create this condition, can someone give me examples?

      posted in Questions & Answers
      F
      fabiobioware
    • RE: Trendlines

      @alphaomega yes man, send here please, thanks for you helppp.

      posted in Questions & Answers
      F
      fabiobioware
    • how to identify whether a negotiation is a purchase or a sale?

      I have an EA that is sending information externally, and I want to send information that identifies whether the current negotiation is a purchase or a sale.

      How do I do this?

      posted in Questions & Answers
      F
      fabiobioware
    • RE: Trendlines

      @fabiobioware 0_1595711520737_trendlinesupresis.PNG

      posted in Questions & Answers
      F
      fabiobioware
    • Trendlines

      Hello, I want my EA to draw 2 trend lines.
      One called Support and the other Resistance.
      0_1595710983213_trendlinesupresis.PNG
      In the graph the support is orange and the resistance is blue.

      I tried to do in Fxdreema here is the example -> https://fxdreema.com/shared/EPNxTH5zc and I couldn't.
      I want the line to exceed the current candlestick price as the circles show in the graph, as I will use it to predict where the price might go.

      posted in Questions & Answers
      F
      fabiobioware
    • Check if url set on metatrader

      I want my EA to check every 15 minutes if there is communication with a website.

      My EA sends information to a google spreadsheet, I would like every 15 minutes to check whether the url google.docs.com is added to the list of urls on the metatrader.
      If not, the EA must be removed from the chart immediately.

      I saw several EA have to enable the use of url or dll, I want the same function in mine.

      posted in Questions & Answers
      F
      fabiobioware
    • RE: Update values after changes

      @fabiobioware 0_1595443912497_changes.PNG

      posted in Questions & Answers
      F
      fabiobioware
    • RE: Problems with post method for http request

      @l-andorrà Yes, all negotiations are opened manually, in my idea they could also be opened automatically.
      The problem that is happening is that everything I'm trying to do on the "on trade" tab never works.

      posted in Questions & Answers
      F
      fabiobioware
    • Update values after changes

      Hello friends, I need some help.
      I finally managed to send information from my EA using the "Send http request" block

      But I have a problem with how to update data for only certain information.

      I set up a structure to receive:
      Asset Name: EURUSD
      Entry price: 1.15680
      Take Profit price: current 1.15635 future 1.15637
      Stop Loss Price: current 1.15727 future 1.15725

      When I drag the take profit or stop loss line he should send these changes in the "Send http request" block informing the new take profit and stop loss values, but he is not sending.
      Does anyone have any idea what I can do?

      Everything I'm doing is only working on "on timer"
      "on tick" and "on trade" nothing I do in these places works.

      posted in Questions & Answers
      F
      fabiobioware
    • Problems with post method for http request

      @FXDREEMA I am having a hard time sending data from my EA to my external server.
      I am using the post method in the "Send http request" block
      I already added my server's url in metatrader version 4 and version 5.
      I've already managed to send the data in the GET method using the delimiters.
      But the post is not sending any information.
      The print below shows the form I am trying to send.
      I put the server name in the URL field
      I selected "post" mode
      I left as an option to display a text box. This happens when the changes I make to trading happen.
      In key-value pair 1 I put "active" which corresponds to the name of the field that will receive the information on my server.
      And I selected Market properties, Name symbol Market as information to display on my system.
      Anyway, absolutely no information arrives, I've tried instead of sending Market name, entry price, account number and lots of information but it doesn't work.
      Do you have any information to help me?

      0_1595365088545_postmethod.PNG

      posted in Questions & Answers
      F
      fabiobioware
    • Send HTTP Request - Post Method

      Hi,

      I made an api to monitor my robots and I would like to send the data of the trade that is active, such as symbol, lot, stop loss, take profit.
      I'm using the Send HTTP Request, and I would like to do it with the Post and not Get, I created 2 variables, 1 to store the URL http: // test/orders where my API is, another variable for the symbol 0_1595344305556_url.png
      step this the Send HTTP Request as shown in the image
      0_1595344551269_post01.png

      I'm monitoring through the API and the data isn't going, did I do something wrong?

      posted in Questions & Answers
      F
      fabiobioware
    • slow update data in api

      I made a robot and I am monitoring it through an api, the api is working and collecting data, however it is receiving information by ticket, this generates high traffic and is not ideal, so I removed the robot from on tick to on trade and requests are normally occurring now being 1 at a time, but I found a problem when updating the information when I move stop loss and take profit, there is a delay in the information, I made a comment to see on the screen if the changes were occurring and I realized that there is a delay of 1 minute, how would I force the update for when to move stop loss and take profit, that is, an update for each change made in the trade or to deal with requests on tick to send only changes in the trade?

      0_1595342498848_ontrade.png

      posted in Questions & Answers
      F
      fabiobioware
    • Communication using "send http request" block

      Hello friends, I'm trying to send information from my EA externally, for example the name of the symbol I'm operating.

      I need help to understand how to use the "send http request" block correctly, can someone help me?

      1. I created a variable to get the symbol name
      2. I created a field in my google spreadsheet to receive the information and put the cell name as SYMBOL.
      3. I inserted the variable in the block "send http request", in key 1 I put "SYMBOL" and in the url field I put the full address of my spreadsheet that I want to receive the information with the POST command.
      4. I added in my metatrader that I will place the EA at a url "https://docs.google.com"

      But nothing works, I'm quite a layman and I would like the help of those who have already managed to make this send http request block work correctly.

      Can you help me please ?

      My project test is https://fxdreema.com/shared/YoWDmfxae

      posted in Questions & Answers
      F
      fabiobioware
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 8
    • 19
    • 20
    • 6 / 20