fxDreema

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

    manu22

    @manu22

    2
    Reputation
    1135
    Profile views
    46
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    manu22 Unfollow Follow

    Best posts made by 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: 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

    Latest 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