fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. seb 0
    3. Posts
    S
    • Profile
    • Following 0
    • Followers 9
    • Topics 25
    • Posts 456
    • Best 52
    • Controversial 0
    • Groups 0

    Posts made by seb 0

    • Read ex5 file source code

      Afternoon,
      I'm currently having an issue with my EA, back testing it with my broker program, one indicator doesn't display in this last version of my project.
      I have the ex5 and mq5 file of the current version (not working well),
      I have the ex5 (only) file of the same project in an older version which works fine
      Both are very similar, except a little detail i dont find, how can i read the source code the compare them, and see the difference please ?

      posted in Questions & Answers
      S
      seb 0
    • RE: Can you help. three candles closed above. a candle is closed below. The candle will open. buyy. expert

      @yazar-ilyas
      Here is : candles 4-3-2 entirely above the limit, candle 1 closes below the limit, candle 0 crosses above the limit, buy order.
      https://fxdreema.com/builder/shared/DnKaX7jsc

      posted in Questions & Answers
      S
      seb 0
    • RE: What oscillators combination ?

      @trader-philipps
      Makes sense indeed.
      Time to avoid for trading like 21:00-03:00(GMT), when volatility is to low to make any worth it profit. Avoiding too high volatility, when the noise can throw you out of your SL/TP limits.
      I wasn't using volume indicators t'ill yet cause some appear close to oscillation indicators, but i might consider the "on balance volume". It may give me some added value.
      About economic news, i think it necessarily needs a human intervention. This is what takes the most time.

      posted in Questions & Answers
      S
      seb 0
    • What oscillators combination ?

      I was wondering what kind of oscillation indicators is preferably used for EAs. Most precisely what kind of combination.
      Im currently working on the RSI/MACD "convergence" strategy, considering the current trend with EMAs or retracements, on a double timeframe(H1-M15). I was thinking about implementing a 3rd one, with a condition of minimum 2 indicators signaling simultaneous entry point, increasing the volume of the trade when the 3rd one matches.
      Do you think it's a good strat for building an EA ?

      posted in Questions & Answers
      S
      seb 0
    • RE: How/what blocks can i use the blocks to structure this problem?

      @fxgjg
      ^^ You are on the "on Tick" tab, click the "on Trade" one.
      As well "on tick", i think you can do it this way : https://fxdreema.com/shared/ZzlAeTyGb

      posted in Questions & Answers
      S
      seb 0
    • RE: I broke the Matrix

      Even if the results are not 100% reliable, these profit lines look really smooth. It's a bit demotivating to see how far you(I) are(am) from that level..

      posted in General Discussions
      S
      seb 0
    • RE: Simple EA dat i made, not working, pls help wat might be wrong.

      @weius
      You have to be careful that, in the project proposed by @mcarl42, the crossing reference is the candle 1 close. By that, the point where this candle is closed. So even if the opening of that candle is above and the closing is below the line to cross, the condition is not necessarily matched on this candle.
      You have to take in count the width of the crossing area(x bars wide). However i struggle representing this area, not sure what it exactly means.
      So in your case i would recommend you either to use candle ID 0, or : candle 2 open and close, above the line, candle 1 close below the line.

      posted in Questions & Answers
      S
      seb 0
    • RE: Store how many orders open at the same time

      @trader-philipps
      I could but there is nothing in common with this topic. I'll open a new one then.
      Im more looking for general advices on my specific project.
      Just have to work on it a bit more before 🙂

      posted in Questions & Answers
      S
      seb 0
    • RE: Store how many orders open at the same time

      @trader-philipps
      Apparently i'm gonna have to plunge into coding.
      A bit at least.

      posted in Questions & Answers
      S
      seb 0
    • RE: Store how many orders open at the same time

      @trader-philipps
      0_1578332949785_Capture d’écran (74).png
      there

      posted in Questions & Answers
      S
      seb 0
    • RE: Store how many orders open at the same time

      @trader-philipps
      What are sTF variables ?
      For my own interest 😛

      posted in Questions & Answers
      S
      seb 0
    • RE: Using exponent "operand"

      @trader-philipps
      Thank you !
      I'm gonna check this page now if i need an other function.
      What does that mean though : "The code entered here will be placed into a generated function, which means that you can't define custom functions in it." ? (description of MQL code block)

      posted in Questions & Answers
      S
      seb 0
    • Using exponent "operand"

      I wanted to use the exponent operation in some of my calculations, but i dont know where i could place it.
      Formula blocks and custom MQL code blocks don't recognize the "^" symbol, so...
      Do i need to multiply the number as many times by itself ? Thanks

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

      @roar
      LMAO

      posted in Questions & Answers
      S
      seb 0
    • RE: How to save project, when creating multiple EA

      Hey
      Just click the mq5/4 button, and store it on your PC ?

      posted in Questions & Answers
      S
      seb 0
    • RE: Horizontal line movement (SOLVED)

      @l-andorrà Sounds always good, thanks 😛
      In my case the line is updated only. Do you mean every time you restart de EA ?

      posted in Questions & Answers
      S
      seb 0
    • RE: Horizontal line movement (SOLVED)

      The second block in your project "278" is checking a constant value, which by definition never changes, so it will never pass to the next ones.
      Is that what you want ?
      https://fxdreema.com/builder/shared/sNabVEZsc

      posted in Questions & Answers
      S
      seb 0
    • RE: Is there any condition or filter that works on "Once Per Bar Close"

      @jeje101
      In your condition block, in more settings, in Candle ID, write "1" , so it will pass only when the candle on which the condition is true, is closed, and an other one opened. This matching candle will be the 1th previous candle.

      posted in Questions & Answers
      S
      seb 0
    • RE: If I have the module of fxdrema (one per bar) I must optimize for open bar, right???

      What do you mean by you must "optimize" ?

      posted in Questions & Answers
      S
      seb 0
    • RE: Time filter blocks operation

      @roar
      Yes fortunately. Better the EA to be as much as you want it to working, before using it on real account.
      The way you did it is quicker to build than mine, thanks for the exemple ^^
      I hope this topic is gona help other newbies, ill try to stop opening new ones for a moment, you guys must be busy!

      posted in Questions & Answers
      S
      seb 0
    • 1
    • 2
    • 19
    • 20
    • 21
    • 22
    • 23
    • 21 / 23