fxDreema

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

    paragorundu

    @paragorundu

    12
    Reputation
    1339
    Profile views
    96
    Posts
    2
    Followers
    0
    Following
    Joined Last Online

    paragorundu Unfollow Follow

    Best posts made by paragorundu

    • RE: Digit Adjustment of Variable ** SOLVED **

      Dear Friends,

      After hours of search, I figured out how to solve this issue. Since I have NO programming knowledge, this simple problem became headache for me.

      While I was searching similar issues in forum, I saw that most of the raised questions was not replied with a solution. I hope this info be useful to whom needs help on such topic.

      I used 'Custom MQL code' block with the following code to have 5 digits after decimal point.

      0_1567706719919_Capture.JPG

      Problem solved!

      Regards.

      posted in Questions & Answers
      P
      paragorundu
    • RE: Moving average crossover and stochastic error.

      @justintkt , You can use block named 'Once per bar' to open only 1 trade at once before 'Buy now'.

      posted in Questions & Answers
      P
      paragorundu
    • RE: Moving average crossover and stochastic error.

      @justintkt , You can share link with the option below:

      0_1567888400186_order.jpg

      I also replied about your too many order issue.

      posted in Questions & Answers
      P
      paragorundu
    • RE: Once per minutes/bar issue

      Hi @roar,

      Thank you for the great explanation. Name of the block made me think that the block will run once and wait X minutes to run again. The description within the block also says so or I understood that way. I now used translator to see if I get it as I read and yes, it translates what I understand đŸ™‚

      Thank you very much for your time and kind help.

      I really appreciate it!

      Best regards.

      posted in Questions & Answers
      P
      paragorundu
    • RE: I need a loop, but don't know which one

      Hello @l-andorrĂ  ,

      I am really happy that this was what you were looking for đŸ™‚

      I also want to thank you because you are trying to help on most of the topics. I already now this from my posts but I saw many of your replies while I was doing search on the forum lol.

      Of course I have to thank @miro1360 , @trader-philipps and other great guys for their contributions to topics. I really learnt a lot from their ideas.

      Here is the link to the part of conditions that I have shared via screenshot.

      https://fxdreema.com/shared/TO7KfGmne

      There should be a better way to do this, if so I will be appreciated for comments.

      Please let me know if you need any other details.

      Regards.

      posted in Questions & Answers
      P
      paragorundu
    • RE: Super trend and MACD

      Hi @saeed-2 ,

      I do not know what issue you have but if it's repaint, you may use attached non repainting version of super trend indicator by Mladen Rakic.

      SuperTrend-nrp-mtf-mladen.mq4
      SuperTrend-nrp-mtf-mladen.ex4

      Regards.

      Notification: @l-andorrĂ  , @len-1

      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: 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: 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: CANDLE CROSS MA - HOW TO DO?

      @khacdiepvnc As I have mentioned before, one option to use groups for your strategy.

      I have created Setup 3 as an example.

      https://fxdreema.com/shared/UX8qiV66

      In this setup, No trade and connected blocks are in group. I have configured 1, 2, 3 as group numbers. It's a basic setup and is to give you an idea.

      Be careful with the groups, it can be hard to manage in complex setups.

      posted in Questions & Answers
      P
      paragorundu

    Latest posts made by paragorundu

    • RE: Reset lotsize after all trades close

      Hi @LALI ,

      Check the link below. I think "Custom Sequence" will work for you.

      https://fxdreema.com/tutorial/builder/money-management

      posted in Questions & Answers
      P
      paragorundu
    • RE: Help needed here,

      hi @kissasian ,

      You can simply use such setup below.

      You sure need to configure blocks regarding to your conditions.

      0_1619090997580_example_kissasian.JPG

      Regards.

      posted in Questions & Answers
      P
      paragorundu
    • RE: Custom indicator not displaying properly.

      @laudable222 There are several ways to check if buffers provide a value.

      You can try to use below blocks and run your EA in visual mode to print buffer values;

      -Comment
      -Trace
      -Draw text

      posted in Questions & Answers
      P
      paragorundu
    • RE: Close Trade Block

      @vonmunchy You can attach draw shape or draw text blocks to close trade blocks or conditions. By this way you can see which condition/close trade block closes your trade.

      posted in Questions & Answers
      P
      paragorundu
    • RE: Custom indicator not displaying properly.

      @laudable222 You can use attached indicator to check buffer values.

      0_1616839288208_Buffers explorer 2.ex4

      PS: You can remove '0_1616839288208_' part from the indicator name. It's automatically renamed when uploaded to forum.

      posted in Questions & Answers
      P
      paragorundu
    • RE: "buy/sell pending orders on grid" opens 100 orders

      @simenandreas You can use 'No trade' or 'Trades count' blocks to limit the number of initiated trades.

      You can check link below for some details:

      https://fxdreema.com/examples

      posted in Questions & Answers
      P
      paragorundu
    • RE: I still can't get a simple Heiken Ashi on M15 and H4 to work together. See screenshot. What's missing?

      @gorilla, I'm trying to figure out from your setup but not sure about the idea. What is the details of your strategy?

      .

      posted in Questions & Answers
      P
      paragorundu
    • RE: another indicator draws arrow ?

      @max-c I see. Buffer Explorer indicator is a practical tool for me but there are several ways to check if buffers provides a value.

      You can try to use below blocks and run your ea in visual mode as you know;
      -Comment
      -Trace
      -Draw text

      posted in Questions & Answers
      P
      paragorundu
    • RE: I still can't get a simple Heiken Ashi on M15 and H4 to work together. See screenshot. What's missing?

      @Gorilla hi there,

      Just to be sure, what's the block name that you use in the project?

      posted in Questions & Answers
      P
      paragorundu
    • RE: another indicator draws arrow ?

      @max-c you can use attached indicator to check if buffers provide any value.

      0_1616742103209_Buffers explorer 2.ex4

      posted in Questions & Answers
      P
      paragorundu