fxDreema

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

    xlestergg

    @xlestergg

    0
    Reputation
    82
    Profile views
    13
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    xlestergg Unfollow Follow

    Latest posts made by xlestergg

    • RE: Enum error : Cannot add custom indicator

      @l-andorrà yes, it does show properly when using it in mt4

      posted in Questions & Answers
      X
      xlestergg
    • Enum error : Cannot add custom indicator

      I tried to add this custom indicator in but it keeps throw error about the enum.

      Does anyone know what I can change in the mq4 file to make it work?

      I have attached the indicator as well.

      0_1636032060786_f6e8e660-3a0b-4e4e-b76b-befee32ce736-image.png 0_1636032071787_T3 high-low activator mtf 1.01.mq4

      posted in Questions & Answers
      X
      xlestergg
    • RE: Variable versioning across different pairs

      @jstap I see, so the values are shared after all, so from what you said I need one variable for every single pair I trade, such as one for EURUSD, one for AUZNZD and so on. Does seem a bit repetitive if I trade 20+ pairs

      posted in Questions & Answers
      X
      xlestergg
    • RE: Variable versioning across different pairs

      @l-andorrà yes, as I want to do this condition checking on every pair. I'm want a re-entry limit (specific to each currency pair) on every pair which I trade

      posted in Questions & Answers
      X
      xlestergg
    • RE: Variable versioning across different pairs

      @jstap https://fxdreema.com/shared/APgSjaSQd here's a better example. I want to limit my re-entry trades for each pair. For example if EURUSD has re-entered 3 times, and I do not want it to re-enter.

      But for another pair, AUDNZD if it uses the same value as EURUSD (which is currently 3) it will not re-enter.

      So what I want to make sure is, does AUDNZD sees 3 or does it see 0 (assuming it's default value has not changed) ?

      In my case, I would want it to see 0, as AUDNZD has not re-entered any trades.

      posted in Questions & Answers
      X
      xlestergg
    • RE: Variable versioning across different pairs

      @jstap https://fxdreema.com/shared/LqHkA8Djc, not too sure what you looking for in the link, but lets say for example EURUSD passed the condition and went in a trade, and the variable would be set as true.

      If the variable wasnt changed by any other things, what would another pair, AUDNZD see the variable "a" as? Does it share the variable and see it as true? Or does it have it's own version which is false as it has not entered any trades?

      posted in Questions & Answers
      X
      xlestergg
    • Variable versioning across different pairs

      If I have a variable, A and has a started value of 0.

      In Pair A, the number has been updated to 5.

      In pair B, would it see the number 5 too or will be have 0?

      posted in Questions & Answers
      X
      xlestergg
    • RE: Delaying trade execution

      @l-andorrà oh no, this is just an example so I did not set the conditions. But I do have them set up properly, all other blocks are there otherwise to cause the "open and close on the same tick"

      posted in Questions & Answers
      X
      xlestergg
    • RE: Delaying trade execution

      @l-andorrà https://fxdreema.com/shared/m0s219PVd this is a sample of what I'm having

      posted in Questions & Answers
      X
      xlestergg
    • Delaying trade execution

      Hi there,

      I somehow have created a condition where my "re-entry" logic occurs on the same tick as my "exit trades" logic, causing some trades to be closed immediately when opened.

      0_1631634368063_eeb1f1cd-e4c5-406b-b97a-29e291bcd239-image.png

      I have tried both delay(5 seconds) and skip tick for 1 minute, and they didnt seem to do the job.

      posted in Questions & Answers
      X
      xlestergg