fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. l'andorrà
    3. Posts
    • Profile
    • Following 0
    • Followers 415
    • Topics 76
    • Posts 16839
    • Best 1070
    • Controversial 44
    • Groups 0

    Posts made by l'andorrà

    • RE: Fibonacci Retracement

      Thebasic problem here is defining kandi 1 and 2. Humans cam do it easily but bots need precise definitions and instructions about those points. Which conditions are necessary for a price level to be considwered as kandi 1 and 2 in your project?

      posted in General Discussions
      l'andorrà
      l'andorrà
    • RE: conteo de iperaciones perdedoras

      @ivan-a Efectivamente, necesitarás una variable que cuente cuántas operaciones hay abiertas en este momento y que luego confirme que las 3 están en pérdidas. Como ya se ha dicho, deberá hacerse en bucle. No hay ningún bloque de fxDreema que haga eso directamente.

      posted in Questions & Answers
      l'andorrà
      l'andorrà
    • RE: Please Help Me Create My EA With Specific Simple Strategy

      That is a complex structure to build. Definitely not a trivial one. Creating it here from scratch will consume a lot of time and effort. You can find help here on the forums, but definitely you will have to invest yourself here. Have you tried to learn how fxDreema works?

      posted in Questions & Answers
      l'andorrà
      l'andorrà
    • RE: Daily target profit

      @Matatika You would need two Constants instead of one. I created 'Profit to close'. You will need one to close daily profit and use it on block 10 and the other one to close daily loss on block 11. Additionally, you should remove that '-1' on the Adjust tab on the same block 11.

      posted in Questions & Answers
      l'andorrà
      l'andorrà
    • RE: Fibonacci Retracement

      Drawing the fibo itself is only useful for human traders, the bot cal do it with variables and the code will be more efficient. Are you familiar with variables?

      posted in General Discussions
      l'andorrà
      l'andorrà
    • RE: Backtesting/demo testing different behavior

      @Rafik Man, if your project is having more than 1100 blocks the problem is definitely on the bot!! I regret to inform you that more than probably there are a few blocks with corrupt code. Probably you copied and pasted many blocks during the construction of the bot. Sadly, from time to time that copy-paste process corrupts code in fxDreema, and the bigger the project the higher the chances for that to happen, I'm afraid 😞

      My only recommendation here is rebuidling the project from scratch and copy-pasting only when strictly necessary. If you do it, DO NOT copy blocks from the current bot. Just begin a new one.

      I know, that is frustrating, but you will save a lot of time doing that than trying to find the corrput block. Sorry for the bad news.

      posted in Questions & Answers
      l'andorrà
      l'andorrà
    • RE: EA IS NOT OPENING POSITIONS EVEN WHEN THE CONDITIONS ARE MET AND AM KINDLY REQUESTING FOR YOUR HELP

      @KARUBANGA This is the second thread you created for the exacat same question. Please don't duplicate threads.

      posted in General Discussions
      l'andorrà
      l'andorrà
    • RE: What Variable do I need to add for the script to trigger this chain only on specific currency pairs?

      Additionally to what jstap said, you should disconnect blocks 4 and 5. You need two separate block trees: one for triggering thetrade and another one to move the SL to BE. Finally, yes, you can add as many symbols you need within the 'Symbol' boc (all of them comma separated) in both blocks 4 and 5.

      posted in Questions & Answers
      l'andorrà
      l'andorrà
    • RE: hello guys myEA is not opening positions please help check it

      Are you sure you selected the correct buffers AND the correct candle IDs?

      posted in General Discussions
      l'andorrà
      l'andorrà
    • RE: Hellow Guys I'm trying to set my Indicator but i'm fail

      fxDreema cannot be used to create indocators, but EAs. The best you can do here is creating an EA doing thet, but not a proper indicator.

      posted in Questions & Answers
      l'andorrà
      l'andorrà
    • RE: Check trades count only for EAs own trades?

      You're welcome.

      posted in Questions & Answers
      l'andorrà
      l'andorrà
    • RE: Fibonacci Retracement

      Sure. What's the problem exactly?

      posted in General Discussions
      l'andorrà
      l'andorrà
    • RE: Trailing stop for sell isn't working.

      @Ssenyongacharl4 This is the general idea of what you need:

      https://fxdreema.com/shared/LHZfs3gvb

      Please notice that you will have to adjust your requirements to this concept.

      posted in Bug Reports
      l'andorrà
      l'andorrà
    • RE: Backtesting/demo testing different behavior

      @Rafik If your demo account is using the same data as the one for backtesting (ie you didn't backtest Dukascopy data to run the bot on IC MArkets, for example), then the problem is the conditions the broker is using on demo/real markets. They can be different from those on backtest. Yes, that can happen and is not unusual, sadly.

      posted in Questions & Answers
      l'andorrà
      l'andorrà
    • RE: Change color of comment block

      @Pheaktra-Capo You can simply redraw the comment block as per jstap's suggestion. However, that will overlay each new result on top of the previous one and lately it can be visually messy. The best option is deleting the previous one fisrt before drawing the new one.

      posted in Questions & Answers
      l'andorrà
      l'andorrà
    • RE: so how to reset per day

      And your question is?

      posted in Questions & Answers
      l'andorrà
      l'andorrà
    • RE: Getting the symbol name the EA is running on

      You're welcome. 😉

      posted in Questions & Answers
      l'andorrà
      l'andorrà
    • RE: Getting the symbol name the EA is running on

      @Walthar You need to use this one:

      01.png

      posted in Questions & Answers
      l'andorrà
      l'andorrà
    • RE: Check trades count only for EAs own trades?

      @MT4Nutzer This block will count only open trades at that moment, not closed trades.

      posted in Questions & Answers
      l'andorrà
      l'andorrà
    • RE: Trail Stop

      @Ren12 You need a 'for each trade' pink loop like this:

      01.png

      posted in Questions & Answers
      l'andorrà
      l'andorrà
    • 1
    • 2
    • 51
    • 52
    • 53
    • 54
    • 55
    • 841
    • 842
    • 53 / 842