fxDreema

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

    equinox

    @equinox

    0
    Reputation
    339
    Profile views
    16
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    equinox Unfollow Follow

    Latest posts made by equinox

    • RE: Custom stochastics indicator

      @alphaomega @CPBonzo Excellent! Will try it out, and my apologies for the belated reply.

      posted in Questions & Answers
      E
      equinox
    • Custom stochastics indicator

      I want to use a custom stochastics indicator because the standard one lacks multi time frame functionality. The question is how can I define that the K line (main line) is below the D line (signal line)? When I open the custom indicator in a block, the option to choose the main or signal line (as provided for in the normal stochastics indicator) is missing:
      0_1597557267491_cac36dc5-5a23-409e-9f08-f4f2f3e98937-image.png

      This is the normal Stoch indicator where I can select the mode, main line or signal line to define K<D:

      0_1597557557564_fd0690e1-2154-4924-8fd6-525230127caf-image.png

      posted in Questions & Answers
      E
      equinox
    • RE: If at least 2 of 3 conditions are met..

      @l-andorrà The variable is defined as the sum of other variables:

      sum = condition1+condition2+condition3

      The conditions are either 1 (=true) or 0 (false).

      If at least tow conditions are met (sum > 1), the block should have a positive output.

      posted in Questions & Answers
      E
      equinox
    • RE: If at least 2 of 3 conditions are met..

      I cannot find the "sum" variable, or the other ones I created in the dropdown menu:

      0_1596377752555_7ef40dbf-1b66-4a02-bc34-c8f9f25aa138-image.png

      I am probably getting this wrong somehow..

      posted in Questions & Answers
      E
      equinox
    • RE: If at least 2 of 3 conditions are met..

      @CPBonzo How can I use the condition block to compare to my "sum" variable? I cannot find anything about variables there. Could it work like this? 0_1596228275191_8c100217-773c-4250-b5eb-8e1d19c7a4bb-image.png

      posted in Questions & Answers
      E
      equinox
    • RE: Symbol name in subject line of email alert

      @l-andorrà Thank you, that is working like charm!

      posted in Questions & Answers
      E
      equinox
    • Symbol name in subject line of email alert

      I am trying to have the symbol name in the subject line of an email alert, but all I get back is the plain text of the command, not the symbol.

      0_1596050338279_7daf5ce6-33fc-49b4-89e9-02b6e7b31dd6-image.png

      posted in Questions & Answers
      E
      equinox
    • RE: If at least 2 of 3 conditions are met..

      @CPBonzo and @l-andorrà Thank you both for your comments. I will try to incorporate all of the mentioned issues in my next version. Just for clarification, if I set candle id = 1, will this be the closing price of the last completed candle?

      posted in Questions & Answers
      E
      equinox
    • RE: If at least 2 of 3 conditions are met..

      If have tried again to solve the problem above with variables that are set to 1 if the respective condition is met (blocks 5-7), and another variable ("sum") that is the sum of the first 3 variables.

      In block "2 of 3" I have tried to define that the the sum should be > 1 (meaning at least 2 of 3 conditions are met). The code is executing, but there is no arrow printed where there should be one.

      https://fxdreema.com/shared/QeAFIWNKd

      I have also tried to achieve the same result with AND/OR expressions, but I think I need to hyphenate some blocks together, which I am not sure can be done:

      Condition0 (Blocks 1-4) AND

      (Condition1 AND Condition2) OR
      (Condition1 AND Condition3) OR
      (Condition2 AND Conditon3)

      My apologies for the many edits.

      posted in Questions & Answers
      E
      equinox
    • RE: Programming error in MT4

      @l-andorrà Thank you for responding. The error was that testing stopped due to a critical error in the EA. Today I recompiled it and it started working again. I wanted to make a comment that it is working again, but could not locate the question in the forum. My bad, but thank you anyways!

      posted in Questions & Answers
      E
      equinox