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

    • RE: 10 pips in fxDreema are 100 Points in MT5

      Hi, can you show your project, and a pic of it in mt5 please ?

      posted in Questions & Answers
      S
      seb 0
    • RE: hi, i need help, i would like you to open only one operation each change of trend hpw can i do?

      @dadi
      Hi, here there is a tuto "buy-sell-buy-sell" : https://fxdreema.com/howto#Simple-Programs

      posted in Questions & Answers
      S
      seb 0
    • RE: Minimum Distance between two MAs

      @siggi
      If the condition is : ""ma8"" > ""ma 50 |adjust:+30 pips|""
      The condition is true when ma8 is at least 30 pips higher than ma50.

      posted in Questions & Answers
      S
      seb 0
    • RE: Stop Loss did not work during trading period

      @tedhor07
      This branch will close the buy position as soon as a bear has formed, no matter if you are loosing or winning. And i don't think the old way is relevant.
      But you still can fix TP or SL with fix pips in this buy block. So position will be closed whenever either pips are reached or bear formed.

      posted in Questions & Answers
      S
      seb 0
    • RE: Stop Loss did not work during trading period

      @tedhor07
      SL, TP set in this block are fix, so when a buy position is opened, there is a stop-loss which is fixed at the level you selected : the close of the actual bear candle (if candle id = 0), if it is a bear, and if it is different from the previous one. As it is never the case, you dont have any SL and all your trades are closed winning.
      You should do that instead : https://fxdreema.com/shared/sSfCm4z1d

      posted in Questions & Answers
      S
      seb 0
    • RE: Minimum Distance between two MAs

      @siggi
      Hi, there are 2 ways to prevent this kind of issue :

      1. In condition block -> in more settings -> in candle ID, write 1. So instead of passing when the ma8 > ma50 on the current candle (by default "empty" equals "0" as ID), the condition will be true when the ma8 > ma50 on the previous candle (ID 1).
        By that as the candle 1 is closed, the MA will not move anymore at this candle. Unlikely the candle 0 (empty) which makes continuously move the MA until this candle closes, which can give false signals.
      2. In condition block -> in adjust -> write +30 pips. And you can decide setting the candle ID you want.
        Pips value in blocks, should be the same in backtest.
      posted in Questions & Answers
      S
      seb 0
    • RE: Close position after 5 minutes !

      @fabien-s
      Oh ok that's unfortunate 🙂 thx

      posted in Questions & Answers
      S
      seb 0
    • RE: Close position after 5 minutes !

      @l-andorrĂ 
      If the expiration is supposed to close the trade, it has never worked for me :
      0_1587326330060_Capture d’écran (152).png 0_1587326335508_Capture d’écran (151).png
      Duno why

      posted in Questions & Answers
      S
      seb 0
    • RE: Trade open again after SL is hitted

      @traderea6
      I dont really see what's going on with your project, but about the second pic, the condition says that it will pass only when the "open candle" of the closed trade is older than 2. So if the first trade lasts 3 bars, another one will be opened as soon as its closed; if the first lasts 1 bar, it will wait 1 more bar(then 2) and pass the next bar.
      However there is no block below this one so..

      posted in Questions & Answers
      S
      seb 0
    • RE: Close position after 5 minutes !

      @johnny_prd
      Hi, think you can do it :0_1587310628800_Capture d’écran (150).png

      posted in Questions & Answers
      S
      seb 0
    • RE: Creating A customize SL

      @luckybest
      Hey, I think the problem comes from, stop-loss mode, where you selected "Custom (price fraction)" instead of "Custom (price level)". In this case.

      posted in Questions & Answers
      S
      seb 0
    • RE: Obtaining 200 MA of OBV indicator

      Duno if that is array, but i am using in my current project a block that would do the math for you, which would come after the blocks roar gave you.
      https://fxdreema.com/shared/3OAyHklYb
      Block 1 is mine, block 2 is four you. Just check that the variables names are the same that you have set.

      posted in Questions & Answers
      S
      seb 0
    • RE: Buy start while condition not meet

      What is your problem, you want the EA to open a BUY trade whenever the price is above Ichimoku indicator, but doesn't work ?
      Can you share the entire project please

      posted in Bug Reports
      S
      seb 0
    • RE: just looking to collaborate.

      The thing is, number of strategies used humanly are very hard/almost impossible to implement in a bot. The very visual ones like : triangles; retracements; support/resistance... require a complex analyse, only a brain is able to master, especially when they are combined.
      Automated strategies are using often simpler signals, like crossing ; specific value at a given time for exemple, in sum more binary things.
      But i don't think you can come out profitable using such easy and common signals taken one by one. So you must find a system that allows you to combine several simple signals like these, but giving enough flexibility, to miss as less opportunities as possible. Like playing on lots size for exemple.
      At least this is what i got since i'm on EA's, by that recently ^^

      posted in General Discussions
      S
      seb 0
    • RE: Hi guys, how do I enable two non-concurrent conditions?

      This is nice taking the lead @roar , next time ill start with the demonstration : )

      posted in Questions & Answers
      S
      seb 0
    • RE: Hi guys, how do I enable two non-concurrent conditions?

      Hi, by using flags or variables. When first condition is true, turn it into true, which will allow the next condition to pass as soon as it is true as well.

      posted in Questions & Answers
      S
      seb 0
    • RE: How to avoid zero candle errorsŘź

      By doing something like that 0_1586688732954_Capture d’écran (147).png

      posted in Questions & Answers
      S
      seb 0
    • RE: How to avoid zero candle errorsŘź

      Yes if candle 0 x> MA adjust : + 15 pip-------buy
      You can do that

      posted in Questions & Answers
      S
      seb 0
    • RE: How to avoid zero candle errorsŘź

      As there is a big number of ticks in a bit of time, comparing the price every tick to a referred price(buy/sell price) just set is, in many situations, gonna open a large number of opposite positions. One tick it will be above, the other below... The easiest way (probably the best), to avoid "wrong" trades, is to set candle 1.

      posted in Questions & Answers
      S
      seb 0
    • RE: Candle breakout

      Also avoid using highest price from candle 1 to 1. Use high of candle 1 for exemple, or, close of candle 1.

      posted in Questions & Answers
      S
      seb 0
    • 1
    • 2
    • 15
    • 16
    • 17
    • 18
    • 19
    • 22
    • 23
    • 17 / 23