fxDreema

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

    Siggi12345

    @Siggi12345

    2
    Reputation
    412
    Profile views
    31
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Siggi12345 Unfollow Follow

    Best posts made by Siggi12345

    • RE: Check Candle 1-5 if Price was higher then MA

      @roar alright. Thank you very much. You are right, the Candle idvar was missing at one condition!

      Such a small mistake but still such a big difference. Thanks for the finding and everything!

      posted in Questions & Answers
      S
      Siggi12345
    • RE: Average of 2 values

      @tenfold

      Use Formula: Value 1 + Value 2 and store Result in a Variable
      Use Formula again, take the result variable and divide it by 2 and store the Result in another Variable

      ( Value 1 + Value 2 ) /2 = Average

      Edit: you don't need the second Formula if you type /2 in "adjust the result" in the first formula

      posted in Questions & Answers
      S
      Siggi12345

    Latest posts made by Siggi12345

    • My EA is using the Data from the Day before

      Hi, I want my EA to fetch the high and the low before the market opening, and then he should place Pending Orders there. It is working fine with MT5.

      But the same build in MT4 isn't working, he is always placing the Pending Orders at the high and low from the day before.

      Do you have any Idea how to fix this? Thanks in Advance!

      https://fxdreema.com/shared/XhCBvJNY

      posted in Questions & Answers
      S
      Siggi12345
    • Use the MACD Histogram

      Hello,

      I want to use the MACD Histogram for my EA. But you can only choose between Main Line and Signal Line.

      I want to check if the pillars (histogram) are rising or falling.

      I now that I can do it by taking and comparing the EMA values, since the Histogram is calculated by EMAs, but this is very complex.

      Long story short, can I find the Histogram Value somewhere else?

      Thanks in advance
      Siggi

      posted in Questions & Answers
      S
      Siggi12345
    • RE: DAILY TARGET

      @kestra you can do this with check profit. if check profit is successful it can change a variable to turn of trading. You need a condition before your trading block to check if trading is allowed.

      posted in Questions & Answers
      S
      Siggi12345
    • RE: No collor in lines

      @ontrade

      I have an Idea, but it is really dirty. You could let your EA draw a Rectangle at place where the Fibo is, the Rectangle must be in the same color as the fibo. Now you cant see it anymore. This could work but you have to make every object unselectable.

      posted in Questions & Answers
      S
      Siggi12345
    • RE: No collor in lines

      @ontrade

      Don't let your EA draw lines?

      posted in Questions & Answers
      S
      Siggi12345
    • RE: closed trade in Journal/Log File

      @l-andorrà i think i got i, i dont need "For each" in my situation, I can just check for win/loss at certain time and thats it 🙂

      posted in Questions & Answers
      S
      Siggi12345
    • RE: Need help with Breakeven and Trailing Stop at a certain Percentage of Profit

      is it possible to set SL at the Current Price?

      posted in Questions & Answers
      S
      Siggi12345
    • RE: Close trades manually

      @rolexguy strange... Can you share your Project?

      posted in Questions & Answers
      S
      Siggi12345
    • RE: How do I change variable Title? @miro1360

      @savagetrades you have made this values public by checking the box behind it, right? Unfortunately you can't change the name of this value in fxdreema. But you can export the source code and change there.

      I don't like this this method, because everytime you change something in your expert, you have to do the source code manipulation again.

      The more clean way would be to define constants. With constants you can choose the desired name.
      Click on "constants" and type in every value you want to make public.

      Hint: The Type of the Variable is important.
      double = numbers
      string = Text (and date if the format is HH:MM)
      bool = logic (true/false)

      Don't change everything in one turn, do it step by step and check with every change if everything is working

      Good Luck!

      posted in Questions & Answers
      S
      Siggi12345
    • RE: Average of 2 values

      @tenfold

      Use Formula: Value 1 + Value 2 and store Result in a Variable
      Use Formula again, take the result variable and divide it by 2 and store the Result in another Variable

      ( Value 1 + Value 2 ) /2 = Average

      Edit: you don't need the second Formula if you type /2 in "adjust the result" in the first formula

      posted in Questions & Answers
      S
      Siggi12345