fxDreema

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

    Posts made by rafaels919

    • RE: Help needed in modifying values in a sequence

      Hi @roar , thanks for your response!

      How do I modify the "sequence on loss"?
      alt text

      Changing the "seq[]" variable didn't change the sequence in the EA (which is set to 1,2,3,4,5,6 somehow):
      alt text

      Also, how do I make a shift to the previous value in the sequence?
      ( This function is important, as long as this works and I can freely utilize it using conditions and what not, having "one block" is not that important)

      posted in Questions & Answers
      R
      rafaels919
    • Help needed in modifying values in a sequence

      Hi, I'm looking for someone to help me create a small configuration in a form of a Block, so that I can use it in my project.
      I will gift a subscription to the person who can figure this out.

      The issue is concerning the "Sequence on loss" input in the "Buy Now" block and it's values.

      I need to be able to shift back to previous values in that sequence.

      Let's take the following as an example:
      alt text

      I have a custom sequence "sequence on loss": 1,2,3,4,5,6

      And let's say we had 3 consecutive losses in a row -> and we are currently on the 4th trade.
      If that's the case, then we are trading on the third input value of the "sequence on loss" ( value: 3)

      I want to be able to shift back to the second value instead (2) or the first value (1) whenever a condition is met (to be able to use a block as a controller would be best)

      I previously tried to store the "sequence on loss" in a variable, and change the data using "modify variables" block:
      alt text
      Unfortunately, this method didn't work. The EA either resets the sequence, or continues (I couldn't find a way to change the sequence or shift back to the previous value without breaking it).

      posted in Questions & Answers
      R
      rafaels919
    • RE: String variable adjustment using "Modify Variables" block?

      It also seems like you can't have multiple values in the "Modify Variables" Numeric input:
      alt text

      posted in Questions & Answers
      R
      rafaels919
    • RE: String variable adjustment using "Modify Variables" block?

      @fxdreema Would appreciate your input on this.

      posted in Questions & Answers
      R
      rafaels919
    • String variable adjustment using "Modify Variables" block?

      Hi,
      So I have this string variable with value: 1,2,3,4,5

      EA executes one value from the string at a time, if it loses, it moves on to the next value.
      I want to reuse the first value when a loss is triggered, or in other words - to Not proceed to the next value in that sequence.
      Is it possible to do with the "Modify Variables" block? (I know that you can make simple adjustments using the "adjust" window, but there is no instructions on how to move one value back in the string sequence):
      alt text

      posted in Questions & Answers
      R
      rafaels919
    • RE: Is there a way for the "Close trade" block to Not be counted as a Loss by the EA?

      @roar I see. Thanks for your input, it is much appreciated!

      posted in Questions & Answers
      R
      rafaels919
    • RE: Is there a way for the "Close trade" block to Not be counted as a Loss by the EA?

      @roar I use the "buy now" block with a betting sequence. I also use the "Close trade" block in parallel, so when a condition is triggered, it closes the trade.
      https://fxdreema.com/shared/IFH0TvM8c
      The issue is that whenever the "Close trade" block is executed, the EA counts in as a loss and I'm being moved to the next value in the "Buy now" block's "Sequence On Loss" input as a consequence.

      posted in Questions & Answers
      R
      rafaels919
    • Is there a way for the "Close trade" block to Not be counted as a Loss by the EA?

      Hi,
      Is there a way for the "Close trade" block to be executed, without being counted as a Loss by the EA?

      posted in Questions & Answers
      R
      rafaels919
    • RE: "Close Trade" block affects the betting sequence.

      @l-andorrà I can use variables and constants to some degree (storing information and using across the whole project), but definitely not "easily". If it's easy for you, or someone else, I would appreciate the help.

      posted in Questions & Answers
      R
      rafaels919
    • RE: "Close Trade" block affects the betting sequence.

      @l-andorrà I was wondering how complicated that would be to make it not count the "Close trade" block as a loss. Would appreciate if someone could show that setup in an example.

      posted in Questions & Answers
      R
      rafaels919
    • RE: "Close Trade" block affects the betting sequence.

      @l-andorrà
      sure: https://fxdreema.com/shared/IFH0TvM8c

      posted in Questions & Answers
      R
      rafaels919
    • RE: "Close Trade" block affects the betting sequence.

      @l-andorrà
      I need the EA to proceed to the next input in the sequence only when the trade closes on the "Stop Loss" and not with the "Close Trade" block. In other words, I need the EA to not count the "Close Trade" as a loss, so it can't affect the betting sequence.

      posted in Questions & Answers
      R
      rafaels919
    • "Close Trade" block affects the betting sequence.

      Hi,
      How to make the "Close Trade" block to not affect my betting sequence in the "Buy now" block?
      alt text

      "Sequence on loss" inputs are being multiplied by "Base volume". Every time you take a loss, you move to the next value in the sequence - I need the EA to proceed to the next input in the sequence only when the trade closes on the "Stop Loss" and not with the "Close Trade" block.

      Does someone know a solution to this?

      Thanks.

      posted in Questions & Answers
      R
      rafaels919
    • RE: Condition's Value input is being ignored.

      @roar The logic that I presented the issue with works fine, the issue was in my own configuration. Haven't figured it out yet, but should be able to fix it soon.
      Thanks for the help!

      posted in Questions & Answers
      R
      rafaels919
    • RE: Condition's Value input is being ignored.

      @roar This is so fucking weird. Now I was able to skip a candle at some places that I wasn't able to before, but it still ignores the candle limit nevertheless. It also still enters on the same candle on other trades. I guess my solution on skipping candles isn't working properly and the issue of ignoring the value still remains, regardless if the candle is skipped or not.
      alt text

      posted in Questions & Answers
      R
      rafaels919
    • RE: Condition's Value input is being ignored.

      Okay, this is what I did, and it seems to work.
      alt text

      input is 2 minutes in the "Skip Tick"
      "Check Type" Blocks: ("Buy Trade" in block one) ("Sell Trade" in block two)

      @roar @AlphaOmega
      Thanks for helping out!

      posted in Questions & Answers
      R
      rafaels919
    • RE: Condition's Value input is being ignored.

      @roar Maybe I could make it wait for 1 candle to pass after a closed trade (t/p or s/l) - then continue trading?
      Could the "Turn Off/On" blocks work for this case?

      posted in Questions & Answers
      R
      rafaels919
    • RE: Condition's Value input is being ignored.

      @roar Nope, that didn't help either. Exactly the same without the AND block.

      posted in Questions & Answers
      R
      rafaels919
    • RE: Condition's Value input is being ignored.

      Everywhere else it looks fine. Whenever there is space between previous order and the new order, it works within the Value limits. @roar

      posted in Questions & Answers
      R
      rafaels919
    • RE: Condition's Value input is being ignored.

      @roar The issue seems to be only when the closing of the previous order and opening of the new one are happening on the same candle. Like in the previous images I attached:
      alt text
      (closing and opening on the same candle^)

      posted in Questions & Answers
      R
      rafaels919
    • 1
    • 2
    • 3
    • 4
    • 5
    • 2 / 5