fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. unimatrix
    U
    • Profile
    • Following 0
    • Followers 0
    • Topics 4
    • Posts 10
    • Best 0
    • Controversial 0
    • Groups 0

    unimatrix

    @unimatrix

    0
    Reputation
    109
    Profile views
    10
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    unimatrix Unfollow Follow

    Latest posts made by unimatrix

    • RE: How do I enter percentage?

      I have the same problem. It doesn't work when i enter a percentage ( tested it with int,double and string) :

      grafik.png

      posted in Questions & Answers
      U
      unimatrix
    • RE: custom indicator is not working

      @l-andorrĂ  said in custom indicator is not working:

      @unimatrix The variables used to identify that timeframe cannot be corrrectly identified by fxDreema. I'm afraid you will need a real programmer to modify the indicator's code.

      Thanks for your answer, i will ask a programmer to look into the code.

      posted in Questions & Answers
      U
      unimatrix
    • custom indicator is not working

      When i try to load the indicator in fxdreema everything looks allright, but when i test it in MT4 the settings are not recognised, everything is set to 0 and the first parameter (Timeframe) is just empty. Adding the parameters manually doesn't help either.

      Any ideas what the problem might be?

      0_1603049053526_rate of change smoothed.mq4

      0_1603049850412_test.jpg

      posted in Questions & Answers
      U
      unimatrix
    • RE: Check second condition within 'n' bars after the first condition

      @varso Thank you, looks like a good solution!

      posted in Questions & Answers
      U
      unimatrix
    • RE: Check second condition within 'n' bars after the first condition

      Here is my updated project. It works now, but i don't know if i'm overcomplicating things... đŸ˜‰

      https://fxdreema.com/shared/OwtaF9lvc

      posted in Questions & Answers
      U
      unimatrix
    • RE: Check second condition within 'n' bars after the first condition

      @l-andorrĂ 
      Thank you for your help. Here is my current project:
      https://fxdreema.com/shared/xnrI3zX3c

      How exactly do i count "every new candle open" after the first condition?

      posted in Questions & Answers
      U
      unimatrix
    • Check second condition within 'n' bars after the first condition

      Hello everyone,
      i have two conditions:

      • first one is a moving average crossover
      • second one is a candle close below/above a moving average

      I got those two conditions working but i want to check the second condition within 'n' bars after the first one ( the crossover). If thats true then enter buy/sell. How do i set this up ?

      I tried "Loop pass n times" the second condition after the first one is true, but this doesn't seem to work

      0_1591029775821_Screenshot_1.png image url)

      posted in Questions & Answers
      U
      unimatrix