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: Ayuda con este EA. Trailing stop último paso

      Te comento algunas recomendaciones.

      1. El bloque 2 'No trade' es mejos desdoblarlo, uno sñolo para compras y otro sólo para ventas. Tal como lo tienes ahora, inluyes compras y ventas en la misma condición, cosa que puede dar problemas.

      2. En el bloque de condición 2, donde especificas el cruce de la banda de bollinger, está definido para la barra actual (ID 0). Eso también puede dar problemas, ya que es una barra en construcción, de modo que la condición se puede dar, pero al final cambiar y terminar por encima. Te recomiendo especificar que sea la barra anterior ya cerrada (ID 1).

      3. ¿Para qué necesitas los bloques 4, 7 y 10? Todo los bloques que pongas en la actual pestaña 'On Tab' ya se ejecutan una vez por tick. ¿Cuál es su objetivo exactamente?

      De mopmento empecemos con esto antes de seguir adelante, si no te importa.

      posted in Questions & Answers
      l'andorrà
      l'andorrà
    • RE: Pause a "pending order".

      You can use a 'switch on/off' variable on top of your trading tree to do that on the 'On tick' tab. When conditions are met it is switched on and the opposite when they are not.

      posted in Questions & Answers
      l'andorrà
      l'andorrà
    • RE: Export modified fxdreema EA

      Why don't you simply export both from fxDreema and then import them into both your MT4 platforms?

      posted in Questions & Answers
      l'andorrà
      l'andorrà
    • RE: Calculation drawdown of balance and equity in mql5

      I know how to do it on mql4, but on mql5, sorry. Maybe roar or miro can help?

      posted in Questions & Answers
      l'andorrà
      l'andorrà
    • RE: do only 1 time...

      Some suggestions:

      1. Do not include the '=' sign on both condition blocks. That means that both can be true whereas no real crossing has happened. I would suggest not use it at all. That way you'll be sure there is a crossing. If that is not possible, choose just one of them.

      2. Could you please show your settings on the 'Draw arrow' block?

      posted in Questions & Answers
      l'andorrà
      l'andorrà
    • RE: [QUESTION] Previous Candle

      Try this for a BUY and duplicate it for a Sell:

      https://fxdreema.com/shared/CEzcNgEcb

      posted in Questions & Answers
      l'andorrà
      l'andorrà
    • RE: Bug in PASS blocks replacing * with c:: in the code

      I'm afraid this is an problem for hardcore programmers, not me, sorry. 😞 Maybe roar or miro can help?

      posted in Bug Reports
      l'andorrà
      l'andorrà
    • RE: fxDreema doesnt work with this indicator , i have upload it

      Could you please share your project? Maybe the problem is not the indicator.

      posted in Questions & Answers
      l'andorrà
      l'andorrà
    • RE: can u help in buildingan ea for this inicator , i have been struggling

      Ok. Could you please upload a few screenshot with some visual examples?

      posted in Questions & Answers
      l'andorrà
      l'andorrà
    • RE: Support and Resistance

      AFAIK the best approach is using the zigzag indicator as a way to identify supports and resistances. You can find those levels so:

      0_1565552539187_00.png

      In this example, I catch the last two highs (two resistances) into a variable. You can do it with lows also.

      posted in Questions & Answers
      l'andorrà
      l'andorrà
    • RE: simple crossover logic

      Crossing do not work well with candle ID 0. This is why it works fine with candle ID 1. Remember that ID 0 means the current candle which is still under construction. Maybe your condition is true at the beginning of the candle but not at the end. That cannot happen with ID 1 because that candle will never change.

      posted in Questions & Answers
      l'andorrà
      l'andorrà
    • RE: Backtest problem

      Apparently your broker is missing that data period.

      posted in Questions & Answers
      l'andorrà
      l'andorrà
    • RE: trades retake

      And can this combination be variable or is it fix? I mean, is always the first trade 10 pips SL, then the second another 10 pip and same for the last one or could it be 12, 12, 6, for axample?

      posted in Questions & Answers
      l'andorrà
      l'andorrà
    • RE: trades retake

      Could you please confirm I understood it correcty?

      1. Full bullish bar closes above fast MA.
      2. At the end of that bar a buy is open at that same price with a 10 pips SL.
      3. Price touches SL (fast MA) but doesn't cross it below.
      4. New bar closes above MA.
      5. New trade is open at that bar close price.

      Is that correct?

      posted in Questions & Answers
      l'andorrà
      l'andorrà
    • RE: saving Object name into a variable

      Try this:

      0_1565468810684_00.png

      I created a string wariable ('name'). Then you should use the name of the object on the 'sample text' box.

      posted in Questions & Answers
      l'andorrà
      l'andorrà
    • RE: Break even problem

      Catch 1 ATR TP into a variable ans used it as a condition for the second trade to move to BE.

      posted in Questions & Answers
      l'andorrà
      l'andorrà
    • RE: Current Lot size

      You need to an block called 'For each position' on top of block 203. Single blocks never work on fxDreema. You need at least two of them united minimum.

      posted in Questions & Answers
      l'andorrà
      l'andorrà
    • RE: Compare timeframes and take an action

      I would suggest you to find a custom indicator doing that. That will be much easier than creating an EA.

      posted in Questions & Answers
      l'andorrà
      l'andorrà
    • RE: Once per trade doesnt work pls help

      As far as I can tell, it's a broker's error. I've never experienced anything like that on eny fxDreema EA so far.

      posted in Questions & Answers
      l'andorrà
      l'andorrà
    • RE: Create a another order if price drops/climbs x pips

      Could you please share your current project? Initially I would suggest you to catch both tp/sl on different variables and then use them on the following trades.

      posted in Questions & Answers
      l'andorrà
      l'andorrà
    • 1
    • 2
    • 818
    • 819
    • 820
    • 821
    • 822
    • 841
    • 842
    • 820 / 842