fxDreema

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

    renatojjs

    @renatojjs

    0
    Reputation
    121
    Profile views
    17
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    renatojjs Unfollow Follow

    Latest posts made by renatojjs

    • RE: Candles don't touch ema after cross

      @l-andorrà thank you for the help, that is what I have right now (7 consecutive blocks with the rules that you mentioned) but as it is it doesn't start to count the 7 candles after cross of the emas 50 and 200, it starts the counting right when the first candle don't touch the 50 ema (like in the example image)

      Can you help please?

      Thank you for all the support

      posted in Questions & Answers
      R
      renatojjs
    • Candles don't touch ema after cross

      Hello,

      Right now my EA got a variable saying that the 50ema needs to be above the 200ema. Also got a variable saying that for 7 candles in a row, they cannot touch the 50 ema. Only then look for another condition.

      What i need is the EA to start to count this "7candle without touch the ema50" rule only after the 50ema is above the 200 ema.

      Right now as it is, if the ema50 is below the ema200 and "7candle without touch the ema50" rule is already met, the EA will enter a trade right away as soon as the ema50 crosses above the ema200 and I need it to wait this 7 candles after the ema50 is above the 200

      I attach an image bellow for better understanding
      Thank you in advance for any help
      0_1616001093480_Captura de ecrã 2021-03-17, às 16.48.02.png

      0_1616000926284_Captura de ecrã 2021-03-17, às 17.02.59.png

      posted in Questions & Answers
      R
      renatojjs
    • RE: Minimum SL pips

      @l-andorrà thank you!

      Now I'm with another problem. I got two blocks for the "For Each Trade": One that changes the SL to a minimum of 9pips and another one telling that when the price reaches 1R it move the SL to breakeven plus 1.5pips

      The problem now is when I run it of mt4 its it's making a loop between this 2 conditions: When price reaches 1R it move the SL to breakeven but then the other block spots that and make the SL 9pips again.

      Is there a way to change the SL to 9pip one time only to not be in this loop?

      Thank you for all the help
      0_1615378181979_Captura de ecrã 2021-03-10, às 12.04.14.png

      0_1615378330881_Captura de ecrã 2021-03-10, às 12.11.02.png

      posted in Questions & Answers
      R
      renatojjs
    • RE: Minimum SL pips

      @l-andorrà thank you!

      Do you know if there's a way to open the trade right away with 10pip SL rather than open the trade and only then change the SL value?

      posted in Questions & Answers
      R
      renatojjs
    • "Array out of range" with Tickstory data

      Hello,

      I keep getting this error "array out of range" when I try to backtest strategies with Tickstory data. If I backtest it normally on the broker server everything is fine.
      I found that this is related to the "once per bar" block.

      Do you know a way to fix this?

      Thank you very much for any help
      0_1615130310913_Captura de ecrã 2021-03-07, às 15.16.45.png
      0_1615130316552_Captura de ecrã 2021-03-07, às 15.18.13.png

      posted in Questions & Answers
      R
      renatojjs
    • Minimum SL pips

      Hello,

      Is it possible to make the Stop Loss to be at least 10 pips?

      My EA is tunned in a way that to find the stop loss it must scan the last 6 candles and then add +3pips to the lowest/highest price (image below). But in some cases the SL gets very tight (only 3, 4 or 5 pips). What I need is to tell the EA that, when the SL is lower than 10pips, it must adjust to be 10pips minimum.

      Thank you for any help

      0_1614936366297_Captura de ecrã 2021-03-05, às 09.21.49.png

      posted in Questions & Answers
      R
      renatojjs
    • RE: after a condition is true, wait for another condition and only then enter a position

      @l-andorrà I will try to dig a little more and do it 🙂

      Thank you for your time and patience

      posted in Questions & Answers
      R
      renatojjs
    • RE: after a condition is true, wait for another condition and only then enter a position

      @l-andorrà ok, but I don't understand the logic of the stochastic above the 80. We are in a buy scenario and I only stop looking for an entry when the K&D lines of the stochastic cross to the downside, like the last image that i uploaded 🙂

      Maybe i'm not explaining myself correctly but right now i'm completely lost and confused with all of this variables and conditions. I feel that i do one step forward and two steps back

      Sorry for bothering you brother and thank you once again for the patience

      posted in Questions & Answers
      R
      renatojjs
    • RE: after a condition is true, wait for another condition and only then enter a position

      @l-andorrà thank you, but this way when I test it on mt4, it is taking trades in all the crosses up of the stochastic0_1614615194554_Captura de ecrã 2021-03-01, às 16.01.54 2.png

      And what I want is this:
      0_1614615371163_Captura de ecrã 2021-03-01, às 16.01.54.png

      posted in Questions & Answers
      R
      renatojjs
    • RE: after a condition is true, wait for another condition and only then enter a position

      @l-andorrà I'm so confused right now.. I should include a variable 2 inside block 8? I didn't understood what variable 'crossing up' you refer for me to add.
      Is there any possibility for you to explain in a graphical way?

      Sorry for bother you with all this questions, I'm really trying to make this work but it seems a lot easier than it actually is

      Thank you for the help!!

      posted in Questions & Answers
      R
      renatojjs