fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. fiftybillion
    F
    • Profile
    • Following 0
    • Followers 0
    • Topics 5
    • Posts 17
    • Best 1
    • Controversial 0
    • Groups 0

    fiftybillion

    @fiftybillion

    1
    Reputation
    190
    Profile views
    17
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    fiftybillion Unfollow Follow

    Best posts made by fiftybillion

    • RE: Closing trade when candle closes below MA not when it ...

      I added onceperbar filter to allow the EA to only check it at the opening of a new candle but sometimes when the opening candle is below the MA it is closes it self.

      Please take a look at picture.

      The position was opened at A and the EA should hold the position until the candle closes below the MA which is C but somehow the EA closes the position at B where the opening of the candle was below the MA.

      The exist program is written like this.
      if trade is running ---> once per bar ---->condition(when the candle is below MA) ----->close each profitable trade.

      What can I do so the EA don't exit at such location. Thanks

      posted in Questions & Answers
      F
      fiftybillion

    Latest posts made by fiftybillion

    • RE: Trendline Question: How to detect when the price breaks TL

      Thanks for your help!

      I haven't tested it out yet but I will do so in the near future!

      Thanks again! 😄

      posted in Questions & Answers
      F
      fiftybillion
    • RE: Trendline Question: How to detect when the price breaks TL

      __In this EA you detect whether the price is above or below the trendline, and it works... no matter if one of both comment messages is not edited.
      To detect when it breaks is another story. This means that the price is going from below to above or from above to below. So I can suggest to use crossover: http://fxdreema.com/shared/2HwDQrbAb
      By the way I found a little problem using in objects category in Condition when using it this way and I fixed it, so use this example on the web version because it will probably don't work on the local one at the moment.[/quote:lnb6ru4z]

      Hi thanks! The web version was very helpful!

      I have another question regarding TL.
      There are 2 points in TL. Point 1 and Point 2.
      Is it possible to change point 2 of the trendline when the high/low of the candle goes through the trendline but the closed price of the candle remains within the trendline?
      If so, which block can I use to redraw or to re-define point 2?

      Regards,

      posted in Questions & Answers
      F
      fiftybillion
    • RE: Previous close

      For condition do as follows.

      co.jpg
      Candle ID will specify which candle you are referring to.

      ......
      co.jpg

      posted in Questions & Answers
      F
      fiftybillion
    • RE: Trendline Question: How to detect when the price breaks TL

      Hello FxDreema!

      Thank you always for taking time to answer questions!

      I am just experimenting with trendlines.
      I want the EA to comment when the price breaks above the trendline; Above Trendline.
      When the price is below the TL, it should comment; below Trendline.

      I am having problems configuring how the EA detects when the price moves above the trendline and wondered if you could help me.
      Here is a shared weblink.
      http://fxdreema.com/shared/e92SlWhzb

      Best Regards,

      posted in Questions & Answers
      F
      fiftybillion
    • RE: Changing position size from "Risk % of Equity" changes the p

      __Maybe you have different SL in both cases, but in the case where there is no trade SL is so small that makes lot size too big... and no trades is placed. You should see error message like "Not enough money to sell...". And then on the next candle SL is bigger and lots are small enough to open a new trade.[/quote:1g9b74na]

      Hello,

      Yes, there was an error message that there wasn't enough money to sell.
      Thank you for your help

      Reagards,

      posted in Questions & Answers
      F
      fiftybillion
    • RE: Changing position size from "Risk % of Equity" changes the p

      __Do you have error messages? And what project ID (or name) it this one?[/quote:2zpby80n]

      I am working from my local PC, its called backup15. I am not sure if I have a message. Where can I check for a error message?

      Regards,

      posted in Questions & Answers
      F
      fiftybillion
    • RE: Changing position size from "Risk % of Equity" changes the p

      Please take a look at 2 pictures A and B.
      A is when the Risk % is set to 30%. A sells at the exact place I wanted to go short.
      B is when the Risk % is set to 32%. B sells at considerably lower place than I wanted to go short.

      There is no other open position at that moment.
      Thanks,
      Best regards,

      ......
      1-1.jpg
      2-2.jpg

      posted in Questions & Answers
      F
      fiftybillion
    • RE: Changing position size from "Risk % of Equity" changes the p

      Anything over 30% delays my execution for going short.

      The point of entry is when the candle price(closed) closes below a MA.

      posted in Questions & Answers
      F
      fiftybillion
    • RE: Changing position size from "Risk % of Equity" changes the p

      Hi there,

      I did many many backtests and I found out that changing the Rsik %( position size) using Rsik% of Equity in the "sell now" block changes the point of entry even though nothing else has been changed.

      Is there a reason why this happens? Where is this difference in point of entry coming from?

      Thank you many times,

      Best Regards,

      posted in Questions & Answers
      F
      fiftybillion
    • RE: Turning off a block after it has been used "n" times?

      Hello,

      Thank you always for the help.
      My question is follows.

      How can I turn off a block after it has been used "n" times?

      Regards,

      posted in Questions & Answers
      F
      fiftybillion