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: Mark/flag a trade?

      Hi @l-andorrĂ  ,

      It's not related to a project đŸ™‚ I was wondering how to recover bad trades and thought if I can differ volume added trades and manage them differently, for example decrease the take profit target by half, it could be a solution for me. So I need to find a way such as using mark/flag for trades. That was the idea đŸ™‚

      Regards.

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

      @l-andorrĂ  thay's great! Hope you get good results đŸ™‚

      Cheers!

      posted in Questions & Answers
      P
      paragorundu
    • RE: Mark/flag a trade?

      Sure @l-andorrĂ  :),

      Sorry I didn't see your reply because no notification was displayed for this.

      Add to volume block adds comment to the created orders by this block.

      I see comments like [p=TicketNumber] in my demo account for volume added trades by add to volume block. I thought, I can search this field and manage volume added trades in a different way. This is one of my options.

      Hope it's clear for you.

      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: I need a loop, but don't know which one

      Hi @l-andorrĂ  ,

      Here is what I did;

      I run a loop for a group of conditions which try to match an indicator's parameters with price level and create buy/low trades accordingly.

      Loop runs n times (10 in my setup) and changes some inputs for conditions every time it runs. After running n times, condition at the most top level resets variables to initial values and loop restarts.

      If first condition is met a buy/sell order is created with group number 1.
      If second condition is met a buy/sel lorder is created with group number 2.
      .
      .
      etc.

      Group numbers are derived from values of variables used in indicator. So for example, if parameter 1 is matched to create a buy order, it is created with 'Group Number 1' and continiues to run loop till end. When values of variables are reseted and loop tests same parameter values, it also checks if there is a trade with same group number. If parameter 1 matches again and there is buy trade running with group number 1, no other buy trade will be created for parameter 1.

      On the other hand, sell trade will be created if it matches the conditions for parameter 1.

      For some reasons I can only share related part of the stategy.

      0_1577538020285_VariableLoop.png

      I believe you can have as many groups as your balance & margin allows with this logic. You can manage the groups any way you want.

      You can also add to same group with 'If trade' block by using the same variable in Group # area if needed.

      One important thing is that, calculations and conditions need to run in an order. If you do not arrange the running order you will get different group number calculations and will end with undesirable results.

      If you need more detail, I will try my best to do so.

      I hope it helps.

      Regards.

      posted in Questions & Answers
      P
      paragorundu
    • RE: Mark/flag a trade?

      Hi @l-andorrĂ  ,

      add to volume block trades have modified comment fields. I may use it

      Thank you for your kind help.

      Regards.

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

      Hello @l-andorrĂ  ,

      I am working on something that really has similar parts as what you are trying to do.

      I have tried for weeks, ended up desperate some days but finally I have something to proceed.

      Since I am very tired and sleepless, please for give me if I get your question wrong and reply something that's not you are looking for.

      You can create a variable (to use in related fields of no trade, if trade, buy & sell blocks) and set it to 1, then buy/sell trade following +group number with some blocks (modify variable or custom mql code), reset it back when all trades closed.

      I was able to accomplish;
      -to create one group and add all the additional trades in it
      -to create tens/hundreds of groups by increasing group number by 1 just using a few blocks (for a simple condition strategy)

      and manage them separately.

      I now do not have time to explain in detail (using screenshots etc.) but please be aware that can be accomplished.

      I will be happy to provide as much info as I can when I have time but for now you can start working with this idea.

      I hope it's useful and works for you.

      Regards.

      posted in Questions & Answers
      P
      paragorundu
    • RE: Mark/flag a trade?

      Hi @l-andorrĂ  ,

      Thank you for your reply.

      I already create groups for every new trade and new additions added to the groups. But since I don't know how to differ volume added groups/trades, I can't proceed.

      Regards.

      posted in Questions & Answers
      P
      paragorundu
    • Mark/flag a trade?

      Dear Friends & @fxDreema ,

      Is there any way to mark/flag a trade?

      Forexample, if I want to add volume to a trade that is in a loss. After adding volume to such trades, I want to manage them in a different way. So I need a way to distinguish volume added trades.

      Any ideas appreciated.

      Regards.

      posted in Questions & Answers
      P
      paragorundu
    • RE: Counter status information **Solved**

      It's a pleasure for me @l-andorrĂ  and as always, thank you for your kind help đŸ˜‰

      posted in Questions & Answers
      P
      paragorundu
    • RE: Counter status information **Solved**

      Hi Friends,

      I got answer from fxDreema. Here what he says;

      "Well, the value that says how much times the counter worked is inside
      the block. If you want to get that number, try that:

      Counter(1)

      Where 1 is the number of the counter. Basically I use this custom
      function called Counter and with it I set or get the values. But note
      that at any time in the future I can do anything with that function. For
      now it will work.

      Or, you can implement the counting functionality with some "int" Variable."

      I hope this helps to who need.

      Regards.

      notify: @l-andorrĂ 

      posted in Questions & Answers
      P
      paragorundu
    • RE: Counter status information **Solved**

      Hello @l-andorrĂ  ,

      Thank you for your kind reply.

      I thought of using such a way but since I was going to use formulas with variables to do that, It didn't seemed nice to me. Now I have a better way by your help. I will try that. Thank you very much!

      But I still wonder if @fxDreema can provide a shorter way to get the status of counter blocks?

      Regards.

      posted in Questions & Answers
      P
      paragorundu
    • Counter status information **Solved**

      Dear Friends & @fxDreema ,

      I need to get status information of 'Counter: pass once' and 'Counter: pass "n" times' blocks.

      I want to obtain such information as follows:
      -Did the counter worked?
      -How many times the counter worked?

      Since I could not find any way to do this on the forum, I needed to ask for your advice.

      Thank you.

      posted in Questions & Answers
      P
      paragorundu
    • RE: Digit Adjustment of Variable ** SOLVED **

      Hi @fxDreema ,

      I have missed your solution on this subject. That's very informative.

      It somehow worked for me but as you said I have to do it in the right way.

      Thank you very much.

      Regards.

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

      Hi @l-andorrĂ ,

      I can not relate using the 'On Timer' tab regarding to its description. I now changed blocks to use counters. I will reset counters after some conditions met and enable the block chain for the new trade opportunities.

      Thank you very much for your time and kind reply.

      Regards.

      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
    • Once per minutes/bar issue

      Dear Friends & @fxDreema ,

      I have some conditions that trigger buy/sell. I set 'Once per minutes' block for 50 minutes on M30 chart and 80 minutes on H1 chart. But as you can see, condition is triggered before the time expires.

      Same issue happens for 'Once per bar' block. Every time contions are met on the same bar is passed by the blocks. I countered this issue on M15 to Daily bars.

      Since I create multi-time frame EAs, I set PERIOD in every available setup in conditions, such as candle open period M15 etc. When I had this issue I changed 'Once per bar' block to 'Once per minutes' which I believe uses a counter to re-pass if the conditions met. But what I see here is that, issue is not related to different time frame conditions.

      I search if similar issues on the forum but no luck. Does anyone have any idea to fix this?
      0_1574164198111_onceperminutes-issue.jpg
      Regards.

      posted in Questions & Answers
      P
      paragorundu
    • RE: How to show Moving Average on chart - no draw, but show indicator

      Hi @emaniek ,

      Are you trying to display an indicator on the chart while EA is running? If so, you can attach any indicator while EA is running.

      If that's not the case please provide more and clear information.

      Regards.

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

      @justintkt nice progress. Cross condition of two different things at the same time is really a rare situation. @ambrogio also gave a good example for the possibility of the condition you use đŸ™‚ And time frame is also a game changer. Maybe it's better you to try over or below conditions for MAs.

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

      Hello @justintkt ,

      I think there is a few problem here in my opinion.

      Using two crosses (MA cross MA2 and stochastic value cross) seems to be a very low probability to happen at the same time. I think it's better two use stochastic cross with MA above/below MA2 etc.

      I agree with @trader-philipps about block 4. I think you used MA 80 by mistake instead of using numeric value 80 for cross.

      Regards.

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