fxDreema

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

    maledetu

    @maledetu

    0
    Reputation
    140
    Profile views
    15
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    maledetu Unfollow Follow

    Latest posts made by maledetu

    • RE: How to check distance between 2 running positions?

      @jstap Thanks! ill test it and see how it goes, but anyway thanks for the help

      posted in Questions & Answers
      M
      maledetu
    • RE: How to check distance between 2 running positions?

      Hey guys thanks for the help.

      What i need is just the distance in pips from open price of each one.
      Goal is to check if there are only 2 open positions. If true and distance from them is more than X close both.

      Example:

      Position A is running and was opened at 1.1
      Position B is running and was opened at 1.3

      Difference in pips from both openings is 0.2

      Lets say i set to close positions that are 0.2 or more in distance if there are only 2 running.

      Both positions are closed.

      Still trying to figure it out.

      posted in Questions & Answers
      M
      maledetu
    • How to check distance between 2 running positions?

      Hey, im trying to check the pip distance between two running positions, if its >= than X ill close both.

      These 2 positions are the only ones running (using positions count before checking distance)

      How can i do it?

      Thanks

      posted in Questions & Answers
      M
      maledetu
    • RE: Problem detecting last candle signal on custom indicator.

      Nice man, it works. Actually kinda works, because only the sell buffer is working but im looking into this.

      Thanks for helping a newbie! I see you are very active here, fortunatly 😃

      posted in Questions & Answers
      M
      maledetu
    • Problem detecting last candle signal on custom indicator.

      Hi

      Im trying to make a condition using half trend indicator, if the signal (arrow) appears on last candle it will open buy/sell.

      Im trying to use de condition HT Signal Buffer is != than 0 on Candle id 1, but it just keep opening trades, not using just the last candle.

      https://fxdreema.com/shared/thqZVVcje

      Im sharing the example im using, if you have any idea how i could make it work let me know.

      Thanks!

      posted in Questions & Answers
      M
      maledetu
    • RE: Make pending grid volume size increase based on initial size summed (0.1. 0.2, 0.3 etc)

      Thanks for the reply!

      Actually im just trying to learn how i could do it on a grid project, nothing special right now, just learning different things!

      0_1630598266699_Screenshot 2021-09-02 at 12-56-25 EQ 2nd.png

      What i mean is, on the volume size, i want to find a way to make the orders increase as sum, not multiples.

      Right now we can increase by 150, 200, 300 etc %, I would need to increase by summing the first order size.
      0.1, 0.2, 0.3, 0.4 etc.

      posted in Questions & Answers
      M
      maledetu
    • Make pending grid volume size increase based on initial size summed (0.1. 0.2, 0.3 etc)

      Hi!

      Im trying to configure the volume size on pending grid orders to get them to be created like this:

      1st = 0.1
      2nd = 0.2
      3rd = 0.3
      4th = 0.4

      Etc. I think i could do it with variables? I just dont know how.

      Right now we can only increase volume size by X%

      Thanks

      posted in Questions & Answers
      M
      maledetu
    • RE: Doubt "check how it was closed" usage in trade sequence

      @jstap Nice, thanks!

      I think i can make it work with Position Closed blocks.
      How can i stop the EA from opening new "First trades" after its closed?

      I mean, OnTick the Ea opens first trade of the sequence, and after that i use Position Closed parameters to make a sequence, but right now the Ea will open the first trade again together with the next one.

      posted in Questions & Answers
      M
      maledetu
    • Doubt "check how it was closed" usage in trade sequence

      Hey guys,

      I need to open trades based on the last trade result (tp or sl).
      Im trying to achieve it with "check how it was closed", but the EA just open a lot of trades (1st ones) non stop, how can i
      wait to the 1st trade to close, than check if it was SL or TP than go to the next etc.

      Thanks

      posted in Questions & Answers
      M
      maledetu
    • RE: Can i add hour filter for other EA?

      @TipsyWisdom yep i use this already to stop and resume the EA manually on red news, thanks!
      @rosasurfer Well you are right, i might want to get some external automation to stop and resume EA as tipsywisdom said.
      Ill take a look on this

      Thanks!

      posted in Questions & Answers
      M
      maledetu