fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. esteban_d
    E
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 7
    • Best 0
    • Controversial 0
    • Groups 0

    esteban_d

    @esteban_d

    0
    Reputation
    66
    Profile views
    7
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    esteban_d Unfollow Follow

    Latest posts made by esteban_d

    • RE: Simple break even EA

      @Uriel-0 said in Simple break even EA:

      @esteban_d try again with the "for each trade" or "if trade" above the BE block but defining the group (manually and automatic) of each block

      it worked! I specified "manually" in both blocks, that was it. Thank you so much

      posted in Questions & Answers
      E
      esteban_d
    • RE: Simple break even EA

      @Uriel-0 I'm going to try it, I'll tell you, thanks

      posted in Questions & Answers
      E
      esteban_d
    • Simple break even EA

      Hello. I am trying to develop a simple EA that moves my SL to BE once I reach a profit level, but despite the EA's ease, I am not able to make it work for me. The procedure would be the following:

      • First, I would open a transaction manually, also manually indicating its SL and TP.
      • I would drag an EA onto the chart that simply moves my SL level to BE once I have reached a profit level equal to the risk I have taken (SL size).
      • End.

      As I mentioned before, despite the simplicity of what I'm looking for and building the EAs apparently well, I can't get them to work. Below is an image with an example of what I think would be the simplest and at the same time well done, but it has not worked for me. I have also tried replacing the "pass" block with "for each trade", with "if position" and with "no trade is running" (in this case using its negative output). None of that has gone well, so I assume it's some silly detail I'm overlooking, but I can't figure it out. Can somebody help me? Thank you so much.

      f4636469-a681-42b6-a4f7-e19ac5da19b5-image.png

      posted in Questions & Answers
      E
      esteban_d
    • RE: doubt with "for each closed trade" and with "loop (pass" n "times)"

      Resolved using "Counter: pass 'n' times". Thank you again for answers!

      posted in Questions & Answers
      E
      esteban_d
    • RE: doubt with "for each closed trade" and with "loop (pass" n "times)"

      @q8carpenter @diazoviedo I'm going to try those two options to see what happens, I'll tell you about it, thank you very much

      posted in Questions & Answers
      E
      esteban_d
    • doubt with "for each closed trade" and with "loop (pass" n "times)"

      Hi guys, I have a question with these operators: In my EA, there is a loop that I want to repeat exactly 3 times. For this I have tried these two operators, but I find that the loop never stops executing, it does not stop at number 3 but continues until I stop it manually. I have used the operators the way I teach you in the images. I have also thought that if I removed the loop from "on tick" and put it in "on trade" it might fix the fact that it does not repeat permanently, but I don't know if this makes sense.

      Lastly, I thought about repeating the loop and its operators 3 times in the layout, that way I would fix it but it wouldn't seem like a clean job to me and I would add a lot of unnecessary code to my EA.

      Anyway, I hope you can help me, thank you very much.

      All the best

      ![alt text](0_1623145904829_each closed trade.png image url)0_1623145908653_loop pass n times.png

      posted in Questions & Answers
      E
      esteban_d
    • orders that are executed below the level

      Hello everyone, i

      posted in Questions & Answers
      E
      esteban_d