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: IMAGE JPEG ON THE CHART.

      @l-andorrà I noticed that the metatrader accepts only the format bitmap and is manually placed at 150 pixels. But he didn't find any automated blocks to force the EA to place an image on the chart and also adjust the height and local locations where I want to leave an image. For what I want to do let's say that is to place the image at the bottom of the screen in the lower left corner and the gain or loss data will appear inside this image causing the impression that I have a personalized information panel.

      posted in Questions & Answers
      F
      fabiobioware
    • RE: Pips distance to open new buy

      @l-andorrà 0_1595185600944_distance.PNG
      I realized that I placed the order to be opened only if it is at a distance of -200 pips, but it seems to me that the EA is not respecting this condition, as you can see in the image it opens the trade at -160 pips away not respecting the limit of at least -200 pips away.

      posted in Questions & Answers
      F
      fabiobioware
    • RE: Take Profit by Hedge calculation

      @l-andorrà said in Take Profit by Hedge calculation:

      You are limiting to 1 open trade to be checked on the left and two on the right. Why that difference?

      You are limiting to 1 open trade to be checked on the left and two on the right. Why that difference?

      Because the first 2 open orders have a take profit target of 200 pips, so their take profit has to be the same.

      From the third open order, take profit becomes dynamic.

      posted in Questions & Answers
      F
      fabiobioware
    • RE: Pips distance to open new buy

      @l-andorrà said in Pips distance to open new buy:

      Then you are limiting the loop to the most recent open trade only. Aren't the other 14 supposed to be checked?

      Do you mean that as it is, he is giving orders for the next negotiations to open at a distance of -200 pips away from the first order only?
      What I want is that each new trade is always opened at least -200 pips apart from each other.

      posted in Questions & Answers
      F
      fabiobioware
    • RE: Pips distance to open new buy

      @l-andorrà 0_1595175849143_15negociations.PNG

      I placed a constant to limit the opening to a maximum of 15 trades.

      posted in Questions & Answers
      F
      fabiobioware
    • RE: Pips distance to open new buy

      @l-andorrà 15 negociations.

      posted in Questions & Answers
      F
      fabiobioware
    • Take Profit by Hedge calculation

      I have an EA that works with (Hedge).
      I'm trying to create a rule but I don't know if I'm doing it right, can you help me?

      In the image I have marked rule 1 and rule 2 in red

      Rule (1) is for (Hedge) to end trading after a calculation that I created for dynamic take profit.
      This rule is applied only after the 3rd order is opened, when this order is opened the take profit is calculated in a way to close the profit positions. I want to know if it is correct to do it this way.

      Rule (2) is for the 1st and 2nd trades to end trades with the same take profit value.
      Are the blocks I set up right?

      0_1595172922611_rulebuyandbuyhedge.PNG

      posted in Questions & Answers
      F
      fabiobioware
    • Pips distance to open new buy

      I want each new purchase transaction for my (hedge) to open only if the current price is 200 pips below the opening price of the previous order.

      How can I make this rule?
      Is it right like I did below?0_1595172302281_pips distance.PNG

      posted in Questions & Answers
      F
      fabiobioware
    • RE: Edge negociations.

      @l-andorrà help here please ?

      posted in Questions & Answers
      F
      fabiobioware
    • RE: Edge negociations.

      @roar I believe that this is not what I need.
      What I want is the following:

      Let's say I made a purchase with a lot of 0.01 and a take profit of 200 pips, if you touch the take profit, that's fine.
      But if the price goes against my gain, that is, it becomes negative, I want every 200 pips of distance to open a new purchase negotiation with the largest lot volume.

      How do I do this? Is this grid block possible? If so how?

      posted in Questions & Answers
      F
      fabiobioware
    • RE: IMAGE JPEG ON THE CHART.

      @alphaomega @roar @l-andorrà do you know how to do this?

      posted in Questions & Answers
      F
      fabiobioware
    • RE: Moving Take profit and Stop Loss together at the same time.

      @fabiobioware @l-andorrà and @roar you can help here?

      posted in Questions & Answers
      F
      fabiobioware
    • IMAGE JPEG ON THE CHART.

      I have an image in JPEG format that I made for my EA and I would like to put it on the chart, it's like a mark, it would be somewhere on the chart exposed and on it I would put my EA's gain or loss data, is it possible to do this?

      posted in Questions & Answers
      F
      fabiobioware
    • RE: Moving Take profit and Stop Loss together at the same time.

      I tried to use it this way and it didn't work.
      The block "For each Trade" I left configured as the figure, right?0_1595027943982_foreachtrade.PNG

      Should all of these blocks be on the "on trade" tab?

      I have 2 types of buying negotiations and 2 types of selling negotiations.
      0_1595028426264_2typesnegociations.PNG

      I want them to work as follows.
      The first type of negotiation opens the first order.
      If this order opened by the first type of negotiation is not successful, the "Hedge" should be triggered by opening the negotiations to try to recover the loss (I already have the Hedge strategy ready and working).
      If this order opened by the first type of trade is in profit above 0.01 $ then the (type 2 trade) every 1 hour interval must open a new trade, ie buy or sell every hour.

      Mine (Hedge) must meet all negotiations that are in progress, any negotiation that does not go in favor of gain and move towards loss must trigger the edge individually.
      Is this possible?

      posted in Questions & Answers
      F
      fabiobioware
    • RE: Edge negociations.

      @roar which block?

      posted in Questions & Answers
      F
      fabiobioware
    • RE: Edge negociations.

      @roar Thanks for the tip my friend.
      can you give me an example with project on how to do what i need?
      what I wanted at least would be to create a condition that was the following: if my EA opens a purchase and the market does not go in favor and start to go down, every 250 pips a new purchase is opened multiplying the lot by 1.68 The take profit should always be positioned just below one of the purchases that left you in the profit. For example:

      1. Opened the first trade the take is at 50 pips, so when opening the second trade the take profit remains in the same place.
      2. Opened the third trade so the take profit should be 10 pips below the first trade
      3. The fourth trade opened, so the take profit should be 10 pips below the second trade.
      4. The fifth trade opened so the take profit should be 10 pips below the third trade And so on in the next trades, considering that a maximum of 10 edge orders can be opened.

      And when any of the trades touches the take profit, all the previous ones must be closed immediately.

      posted in Questions & Answers
      F
      fabiobioware
    • Edge negociations.

      how to make an edge that always closes all trades with a profit?

      posted in Questions & Answers
      F
      fabiobioware
    • Moving Take profit and Stop Loss together at the same time.

      Friends I want the following:
      After the buy or sell entry happens, when it is 150 pips in favor giving me a profit, the Stop Loss should be placed at 100 pips guaranteeing this profit.
      I also want my EA while in profit, to buy or sell every 60 minutes.
      How can I make these rules?
      Can you give me examples with blocks from fxdreema, example in project?

      posted in Questions & Answers
      F
      fabiobioware
    • RE: Line above and below the moving average?

      You can show one example in fxfreema?

      posted in Questions & Answers
      F
      fabiobioware
    • Line above and below the moving average?

      0_1592708546236_updownaverage.PNG

      I can create a line above and below the moving average by adjusting the trace block + 100pips and -100pips.
      But for what I need, I want to use the constants to put this information directly in my EA and no longer have to use it directly in the block, is there a better way to do this?

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