fxDreema

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

    Posts made by manu22

    • RE: Tester: Cannot load Experts/ XXX

      Hedge Mart is not working, but the strange thing is that experts that previously were working now don't work anymore, without making changes.

      posted in Questions & Answers
      M
      manu22
    • RE: Tester: Cannot load Experts/ XXX

      Some of the FxDreema EAs work, some don't. I hope there is a fix 😞 I am wasting my subscription.

      posted in Questions & Answers
      M
      manu22
    • RE: Tester: Cannot load Experts/ XXX

      I am on a Mac, I tried to compile again the experts but they don't load anyway

      posted in Questions & Answers
      M
      manu22
    • Tester: Cannot load Experts/ XXX

      I started to receive this message from MT4, it appears in the journal and it doesn't let me test even the experts that were working fine before...

      Does anyone know what is going on?

      posted in Questions & Answers
      M
      manu22
    • RE: Formula to know the average price on several positions

      This is a great system, I found this that seems easier tell me if it makes sense to you

      https://fxdreema.com/shared/GOHeJlHAc

      TPB is a constant so it can be modified for each currency pair. It just checks when the trades get over breakeven and if the flag is true, which is only after a trade was opened it draws a horizontal line at the preferred distance.

      Trades are closed when price passes the line.

      This is done but sadly I had another problem...

      If the server is restarted all of my martingale risk management screws up because I use this system:

      https://fxdreema.com/shared/iQQPen5Zc

      When the server restarts it's a mess and the lots multiply like crazy and make an insane profit or otherwise blow up because the trade size is too big.

      Do you have any ideas to multiply volume size from the last opened trade only, or otherwise draw on chart the last trades size so if the server restarts the robot can find it on the chart?

      posted in Questions & Answers
      M
      manu22
    • RE: Formula to know the average price on several positions

      This is similar to the other solution. It doesn't consider the fact that not all trades have the same size. You made me reflect though, what I need exactly is to know the breakeven point of all buy trades, so I can set the robot to close 10 pips further.

      posted in Questions & Answers
      M
      manu22
    • RE: Formula to know the average price on several positions

      Please FxDreema help I am sure you are able to make the software do that, it would help a lot of others I believe.

      posted in Questions & Answers
      M
      manu22
    • RE: Formula to know the average price on several positions

      @MMF
      I tried it, it works very well but it doesn't consider that trades have different sizes 😞

      This would have been ideal if the trades were all of the same size.

      posted in Questions & Answers
      M
      manu22
    • RE: Formula to know the average price on several positions

      Does this give an average value also considering that they have different volume lot size?

      posted in Questions & Answers
      M
      manu22
    • RE: Formula to know the average price on several positions

      For those who don't know how to calculate it but maybe know much better how to translate it into formulas of Fxdreema.

      You should calculate like this

      a. 1 lot buy 1.0001

      b. 2 lots buy 1.0003

      c. 3 lots buy 1.0005

      Average price = (1 x 1.0001 + 2 x 1.0003 + 3 x 1.0005) / (1+2+3)

      Help please

      posted in Questions & Answers
      M
      manu22
    • RE: Formula to know the average price on several positions

      https://fxdreema.com/shared/ekL83l7ke

      I came up with this, there is something wrong for sure but I don't get what. Can someone help me?

      Thank you

      posted in Questions & Answers
      M
      manu22
    • Formula to know the average price on several positions

      Hello, I am trying to understand how to calculate the average price on several positions and the unrealised pips of profit.

      Example:

      Trade 1 = 1 lot 1.0000

      Trade 2 = 2 lots 1.0002

      Trade 3 = 4 lots 1.0004

      Current market price 1.0010

      They are all buy trades, obviously the total lot size is 7 lots but how can I make the robot understand what's the average price and what are the unrealised pips?

      Unrealised pips = x

      I would like to know the x value so I can use it in other conditions.

      Thank you in advance to anyone who can do this, it would help me a lot to increase the profitability and lower drawdown.

      posted in Questions & Answers
      M
      manu22
    • Make EA recognise the trades it opened after shutting down and turning on again

      Can you help me with making sure that if the robot is shut down it still recognise trades when it is turned on again and makes calculations on them?

      I have this need because I took MQL5 hosting and I would like to change settings of the robot in realtime so I can just synchronise MT4 with the server with new settings and the EA recognises all of the trades that where opened with the previous synch.

      posted in Questions & Answers
      M
      manu22
    • RE: Trailing TP group of trades money amount

      Ok thank you, I will just leave it as it is

      posted in Questions & Answers
      M
      manu22
    • RE: Trailing TP group of trades money amount

      With what I have in the formula blocks it seems impossible 😞
      Basically it's just the same as an existing block, it should only be with take profit instead of stop loss.

      posted in Questions & Answers
      M
      manu22
    • RE: Trailing TP group of trades money amount

      Yes the ea is completed with block check profit unrealized and close trades.

      I just would like to have the possibility to do the same but with take profit orders. It is important for the ea to go live, so having a precise take profit order as a proof, the broker cannot cheat easily.

      posted in Questions & Answers
      M
      manu22
    • RE: Trailing TP group of trades money amount

      I would like to do what trailing loss of money block does, just with profit instead.

      posted in Questions & Answers
      M
      manu22
    • Trailing TP group of trades money amount

      How do I modify stops for each new trade so the sum of all profit and loss of the trades is an x amount?

      For example

      all buy trades

      Trade a ) 0.01 price 1.0001

      Trade b ) 0.02 price 1.0002

      Trade c ) 0.03 price 1.0003

      How to modify the stops so that at each new trade the profit hitting the tp of all of them is 10 USD for example.

      posted in Questions & Answers
      M
      manu22
    • RE: Drawing P/L on Chart

      Thank you! Your reply was helpful I was using draw instead of comment.
      I solved assigning trades to a bucket of trades and than putting comment with the profit of that bucket.

      posted in Questions & Answers
      M
      manu22
    • Drawing P/L on Chart

      I would like to know how to draw on the chart the P/L only for the market where the robot is running, possibly on the top left and the number of trades.

      Can anyone tell me how?

      Thank you

      posted in Questions & Answers
      M
      manu22
    • 1
    • 2
    • 3
    • 1 / 3