fxDreema

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

    Posts made by paragorundu

    • RE: How can i display the right profit on chart?

      @fxmich78 can you share the project?

      posted in Questions & Answers
      P
      paragorundu
    • RE: How can i display the right profit on chart?

      Hi @fxmich78 ,

      I made a setup for you.

      I used 'For each closed' block and some variables to collect profit of 'n' number of buy/sell trades.

      Just a reminder; variables are kept in memory, so if the terminal restarts or EA re-initiates (not sure, did not tested) it flushes.

      So this setup will calculate profit for 'n' number of closed buy/sell with commission & swaps until the variables flushed in above cases.

      0_1616600633744_fxmich78.jpg

      I hope it helps.

      Regards.

      notify: @l-andorrĂ 

      posted in Questions & Answers
      P
      paragorundu
    • RE: Can I open a profile when no trades are running?

      @brad-0 I searched for custom MQL code for this but could not find any solution. Maybe you should think another solution.

      It would be better if your commercial EA did not close any tabs, suspend trading in other tabs instead until bad trades recovered. Maybe you can ask such thing to the EA creator.

      posted in Questions & Answers
      P
      paragorundu
    • RE: Do NOT buy if indicator appears.

      Hi @decopain ,

      This setup must be done in a proper way. But first can you please explain in detail what you are trying to do?

      posted in Questions & Answers
      P
      paragorundu
    • RE: Poor Wifi - VPS good investment?

      @GTOAT777 hi there,

      VPS is always a better option.

      posted in Questions & Answers
      P
      paragorundu
    • RE: CANDLE CROSS MA - HOW TO DO?

      Hi @khacdiepvnc , You first need to use 'No trade' block for buy or sell trades to keep the number of trades limited to one.

      You need to connect your buy/sell conditions to 'No trade' block.

      If you want each MA cross to open orders independently you need to use group numbers.

      And sure you need to use 'Condition' blocks ad @jsauter86 mentioned to detect a cross condition.

      posted in Questions & Answers
      P
      paragorundu
    • RE: IF Strategy 1,2,3 Buy .. Otherwise Sell

      You're welcome @saeed-2 . Hope it helps.

      posted in Questions & Answers
      P
      paragorundu
    • RE: What is the meaning of P1, P2 ecc in the blocks

      @notoriusfx You may find some information on the link below:

      https://fxdreema.com/instructions/builder/constants-and-variables

      notify: @jsauter86

      posted in Questions & Answers
      P
      paragorundu
    • RE: Can I open a profile when no trades are running?

      @brad-0 I understand. I thought that you have EA created with fxdreema.

      Unfortunately I can not provide an idea on this.

      posted in Questions & Answers
      P
      paragorundu
    • RE: IF Strategy 1,2,3 Buy .. Otherwise Sell

      Hi @saeed-2 ,

      You may use something like below setup. Since there might (are) be better ways to do such thing, I believe it will do the work for you.

      0_1616510114414_Capture.JPG

      Regards.

      posted in Questions & Answers
      P
      paragorundu
    • RE: Can I open a profile when no trades are running?

      Hello @brad-0 ,

      I believe checking some conditions (such as equity, trade count, traded pairs etc. or what ever condition you have) for EA to trade would be better and easier solution for you.

      Regards.

      posted in Questions & Answers
      P
      paragorundu
    • RE: Connection with the website

      @fideld003 It happens a few times a day for me. I get used to it...

      posted in Questions & Answers
      P
      paragorundu
    • RE: ATR for Stop Loss

      @tcanuto happy to hear that đŸ™‚ Great!

      posted in Questions & Answers
      P
      paragorundu
    • RE: ATR for Stop Loss

      @tcanuto this formula converts ATR value to a format which can be used as pips. So you can set Stop Loss or Take Profit regarding to ATR value (pips) as I advice. That's what I understand from your request.

      posted in Questions & Answers
      P
      paragorundu
    • RE: Daily Profit

      Hi @Juan-Manuel-Quiñonero ,

      I believe 'Check profit (period of time)' block can be used for this request.

      Regards.

      posted in Questions & Answers
      P
      paragorundu
    • RE: ATR for Stop Loss

      @tcanuto hi there,

      Try this:

      1. Create a 'double' type variable myATR
      2. Create an 'int' type constant Multiplo_ATR
      3. Assign ATR value to variable myATR (Modify Variables block)
      4. Convert ATR value to pips: write "*(0.1/Point())" in adjust field without quotes.
      5. In 'Buy now' block, select 'Fixed pips' for Stop-Loss mode
      6. Write "myATR*Multiplo_ATR" in pips field without quotes.

      That should do the work!

      0_1615538752154_tcanuto_ATR_SL.jpg

      notify: @l-andorrĂ 

      posted in Questions & Answers
      P
      paragorundu
    • RE: As I calculate the exact price with the profit at 0, having many open positions with different sizes?

      Hi @alex222 ,

      Yes, as far as I know there is no such block that simply provides such information. You need to use custom mql code to calculate that.

      I think @miki 's solution is good for you đŸ™‚

      Regards.

      posted in Questions & Answers
      P
      paragorundu
    • RE: As I calculate the exact price with the profit at 0, having many open positions with different sizes?

      Hi @alex222 ,

      If I get you right, you need the average profit of open trades, related to their open price and the lot size; which is calculated via block named 'Check profit (unrealized)' with the example setup below.

      In this example, buy trades are treated as a position. Their lot size and the open prices are considered in calculation of average open price of all open buy trades. You can configure money or pips as your profit target (or to take whatever action desired).

      0_1606844813430_Capture3.JPG

      I hope this helps.

      Regards.

      Notify: @l-andorrĂ 

      posted in Questions & Answers
      P
      paragorundu
    • RE: does this work instantly on purchase?

      You are welcome @Capred .

      It's instant, there was no wait time.

      posted in Questions & Answers
      P
      paragorundu
    • RE: does this work instantly on purchase?

      Hi @Capred ,

      There is no download. You will continue to use as it is, via browser.

      posted in Questions & Answers
      P
      paragorundu
    • 1
    • 2
    • 3
    • 4
    • 5
    • 2 / 5