fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. josecortesllobat
    3. Posts
    J
    • Profile
    • Following 2
    • Followers 20
    • Topics 34
    • Posts 507
    • Best 41
    • Controversial 1
    • Groups 0

    Posts made by josecortesllobat

    • RE: Store the current value of the RSI indicator into a variable

      0_1551801390825_26900b38-d220-4593-8c83-6d2fe40a3ffd-image.png

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: I using 3 ema to open a trade, however I want it to close when a EMA close only one of the others EMA, what ever is first.

      @cristobaljosemt5

      Could you share a screenshot of how you would like the EA behaves? If you have a backtest of your current project, share it and let the people try to figure out how to help you.

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: Mis EAS en backtesting funcionan en algunos pares en otros no

      Un "set" es un juego de parámetros optimizados de un EA. El set es el que hace que un EA funcione bien en determinadas condiciones.

      Un mismo "set" podría hacer funcionar bien al EA para diferentes pares pero lo habitual es que cada par tenga un "set" específico para el EA.

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: Mis EAS en backtesting funcionan en algunos pares en otros no

      Hola @LUISRI

      Yo uso Darwinex con MT5. Mis EAs funcionan bien en cualquier par pero adaptando su set.

      El único "problema" que hay en Darwinex con MT5 son lo históricos ya que sólo son propios desde Octubre/2017. En mi opinión, según he visto, los datos anteriores a esa fecha pertenecen a MetaQuotes.

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: can i add custom indicator

      https://fxdreema.com/tutorial/builder/indicators#10

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: What's the accepted profit factor when backtesting an EA?

      @LUISRI You are right and real environment might be different to Demo or Backtest. But you will agree with the fact that if a strategy has a good behavior in backtest (IS & OOS) and in demo it does not behave exactly as in backtest but close enough, that strategy might have some edge on real.

      @roar I totally agree with you. There are other values to look at to be sure that a strategy might be consistently profitable and its behavior is statistically significant.

      posted in General Discussions
      J
      josecortesllobat
    • RE: What's the accepted profit factor when backtesting an EA?

      I would say As higher as better.

      If your strategy is profitable for a certain period of time, you will have a PF > 1. So, as an average, for 1$ invested, you will get more than 1$ what let you have a consistent profit.

      I reject trading strategies with a PF < 1.3 in a determined period of backtest (IS). That value means that you have a 30% of profit for each 1$ invested as an average. But this is my way to rate the strategies.

      posted in General Discussions
      J
      josecortesllobat
    • RE: VARIABLES

      Las variables son valores que pueden modificarse en cualquier momento y/o en cualquier lugar del proyecto.

      Las contantes (inputs del EA,p.ej., TP fijo -> double ProfitTargetPips = 25.5) no cambian, las variables cambian en función de lo que se almacena en ellas.

      Por ejemplo, cada vez que una vela se inicia, quiero registrar ciertos valores en variables. Estas variables van a ir cambiando cada vela nueva.

      0_1551198127022_d9c76af2-c135-460a-ae27-aac83cfb22a3-image.png

      Por ejemplo, tengo una variable definida como MinProfitTargetPips = 10. Si el profit es mayor que MinProfitTargetPips, MinProfitTargetPips va a ser modificada con el valor del profit que tiene el trade.

      0_1551198388559_db8eaad7-cae9-4b1b-be9e-8b581c26863d-image.png

      Hay muchas posibilidades con fxDreema.

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: Ea optimization problem

      0_1551049345934_1305d943-57c3-4a78-a18a-aac560efdb49-image.png

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: VARIABLES

      https://fxdreema.com/tutorial/builder/constants-and-variables

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: HOW CONVERT FROM mq5 TO mq4 BY FXDREEMA?

      If it is a project made with fxDreema, Copy from mq5 and paste on mq4.

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: HOW CONVERT FROM mq5 TO mq4 BY FXDREEMA?

      https://fxdreema.com/converter

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: How to make ADJUST field as an optimization input?

      Adjust field is not intended for that mainly.

      You can use a "Formula" block for that purpose using X as an input.

      StopLosslevel = CandleClose[1] + X (pips as a price fraction)

      0_1550858108181_19902165-86a5-463f-8821-49d9fa51e852-image.png

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: How to make SL or TP after X hours?

      0_1550857750748_165377ca-5059-4825-8e15-da314ed850e9-image.png

      0_1550857780369_5d566304-cf2d-4814-8c95-df74fc242fc8-image.png

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: ID 1 = 50% of ID 2

      "Condition" block with

      CandleClose[ID = 1] <= CandleMiddleValue [2]

      As you said

      Condition 2 -> ID 1 closing need to be at the middle or lower of ID 2

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: How do engulfing ea?

      It is just a starting point guide. You can add or adjust blocks as you need.

      0_1550736319858_6335d47c-57b6-4952-af28-1ba2968bf40c-image.png

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: ID 1 = 50% of ID 2

      The candle [0] is the most recent and is being formed as the ticks arrive.

      0_1550734776917_8d3dc117-da3a-4d26-973b-1a78ae097212-image.png

      Condition 1 -> CandleOpen[ID = 1] > CandleClose[ID = 2]

      Does it matter if the candles are bearish or bullish?

      0_1550734943959_8ddff889-2218-4647-b969-173ef6f934c2-image.png

      Formula 1 -> CandleMiddleValue [1] = (CandleOpen[ID = 1] + CandleClose[ID = 1] )/2 --> Is this block required? I would say no because of your second condition.

      Condition 2 -> ID 1 closing need to be at the middle or lower of ID 2 --> What you want is that the CandleClose[ID = 1] is equal or below CandleMiddleValue [ID = 2] Then, you would need to calculate the middle price of the candle with ID = 2. Right?

      0_1550735320231_6ff784ed-2a44-4c46-b5d6-b460a413d271-image.png
      Formula 2 -> CandleMiddleValue [2] = (CandleOpen[ID = 2] + CandleClose[ID = 2] )/2

      Condition 2 -> CandleClose[ID = 1] <= CandleMiddleValue [2]

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: How do engulfing ea?

      0_1550734548542_c4bc64d5-117f-4286-9660-c6d2083c4155-image.png

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: How do engulfing ea?

      Start here

      https://fxdreema.com/forum/topic/4321/tutorial-08-candle-formations/6

      We have that useful tutorial thanks to @miro1360

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: RSI Scalping EA help

      Try this out

      0_1550654994984_63d1734c-6382-4079-8d7b-1fce0f157c97-image.png

      posted in Questions & Answers
      J
      josecortesllobat
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 8
    • 25
    • 26
    • 6 / 26