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 16838
    • Best 1070
    • Controversial 44
    • Groups 0

    Posts made by l'andorrà

    • RE: Compare Chart Object values - Multi timeframe

      That depends on how the indicator provides that information. fxDreema can catch infor from indicator's buffers or objects, no matter what time frame you need. However, if the info is not available on any of those formats, then you will need custom code because fxDreema is not doing it any other way AFAIK.

      posted in Questions & Answers
      l'andorrà
      l'andorrà
    • RE: Risk % (Percent) on equity doesn't work properly - Opens lots higher than it should be

      AFAIK there are no changes here yete. You should contact the admin directly to let him know.

      posted in Questions & Answers
      l'andorrà
      l'andorrà
    • RE: BE and Trailing Stop Modify

      @ellemitless Then you can do this (for buys only):

      https://fxdreema.com/shared/wCTDhILhe

      You'll need to replicate it for sells.

      posted in Questions & Answers
      l'andorrà
      l'andorrà
    • RE: Where are comments printed now?

      Any suggestion?

      posted in Questions & Answers
      l'andorrà
      l'andorrà
    • RE: BE and Trailing Stop Modify

      And what happens when both conditions are true at the same time? Yes, I know that can happen very rarely, but you need to take that into account too.

      posted in Questions & Answers
      l'andorrà
      l'andorrà
    • RE: Same Color Bar Test

      I don0t see any issue on the logic. I see you are using price percentage as SL. Are you sure you are using a reasonable % for your balance while testing?

      posted in Questions & Answers
      l'andorrà
      l'andorrà
    • RE: Gap Not Working

      @xburbx I'm afraid I can't visualize the problem. Can you please share a screenshot of what you mean?

      posted in Questions & Answers
      l'andorrà
      l'andorrà
    • RE: ORB Not Triggering Short Trades

      You are requesting to program the pending orders at the exact same time you are checking for both buy/sell conditions. This is why only buys are programmed, because that is the only condition that can be true. The sell condition cannot be true at that exact time. You need to check those conditions BEFORE the moment those conditios are checked, not at the exact one.

      posted in Questions & Answers
      l'andorrà
      l'andorrà
    • RE: No puedo iniciar un proyecto nuevo

      ¿Te importa señalar exactamente cuál botón CREAR has usado?

      posted in Tutorials by Users
      l'andorrà
      l'andorrà
    • Where are comments printed now?

      I'm using this custom code for years now on MT5:

      *string cmt = "";

      cmt += ", " + "Max win" + max_win;
      cmt += ", " + "Total: " + total;

      Print(cmt);*

      Up to the last MT5 update, a log file was created with the variables data I show. However, now I can't find it any more. Could some one please help with this? Where is the ne log file created now?

      posted in Questions & Answers
      l'andorrà
      l'andorrà
    • RE: Backtesting Always slow

      @alexitoeve50 IMHO, hat will never happen. We can use fxDreema precisely because it is using A LOT of unnecessary code. Just take a look at the condition block. You can select a huge number of combinations within. The prece to pay for that is more than 3000 code lines. And that's just one only condition blocks. Now multiply that for every other condition block on your project.

      posted in Questions & Answers
      l'andorrà
      l'andorrà
    • RE: best broker that has good history for backtesting

      @faisalfiaz2002 You're welcome.

      posted in Questions & Answers
      l'andorrà
      l'andorrà
    • RE: The price must not fall below LNDlow from 13:00 of the previous day to 9:00 of the current day

      @j4nc0 Ok. Then you will need to store the values of thos min/max into 2 separate variables and then use them as the values to compare to current price. Obviously, those variables will need to be reset on a daily basis.

      posted in Questions & Answers
      l'andorrà
      l'andorrà
    • RE: Orhpaned constants when running EA

      @doeveR All those variables were created because their boxes are ticked like this:

      01.png

      Just untick them and they will disappear.

      posted in Questions & Answers
      l'andorrà
      l'andorrà
    • RE: on timer of on tick chart

      @doeveR You can contact him directly here:

      https://fxdreema.com/support

      posted in Questions & Answers
      l'andorrà
      l'andorrà
    • RE: Backtesting Always slow

      Sadly this is one of the side effects of using fxDreema. In order to make it easy to build almost any strategy you can imagine, a lot of unnecessary and innefficient code is necessary. This is the trade of that we need to accept when using it.

      posted in Questions & Answers
      l'andorrà
      l'andorrà
    • RE: complete guide or manual for fxdreema

      @faisalfiaz2002 Sadly, there is nothing like what you requested. This is why people like jstap or me offer what sktsec mentioned. Then you can find some Youtube channels offering hints and tips (mine included). Other then that, coming here and asking for help is how 99% of all of us learnt how to use fxDreema.

      posted in Questions & Answers
      l'andorrà
      l'andorrà
    • RE: best broker that has good history for backtesting

      Do you mean for free? The only one I know is Dukascopy.

      posted in Questions & Answers
      l'andorrà
      l'andorrà
    • RE: Gap Not Working

      No. Only specific price levels can be used in this block. That 'candle total size' option is not price level, but a pips distance. The block will not work if you choose that.

      posted in Questions & Answers
      l'andorrà
      l'andorrà
    • RE: Same Color Bar Test

      I see no problem with this logic. Is this the whole project or just part of it?

      posted in Questions & Answers
      l'andorrà
      l'andorrà
    • 1
    • 2
    • 19
    • 20
    • 21
    • 22
    • 23
    • 841
    • 842
    • 21 / 842