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: alguien sabe dos operaciones

      Podría ser que estuviera relacionado con que no tienes el bloque "NoTrade/Position".

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: Updating loop criteria as the loop happens

      This might be a starting point (not tested)

      0_1541093850238_d162d32d-d299-49de-a9c1-70eb64cb0a9c-image.png

      If the 3 conditions are not met at the same time, false output of block 4 passes and the Candle IDs are incresed by one. The conditions Will be evaluated again for the next tick or bar but with the increased candle IDs.

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: colocar trailig stop

      0_1541091450721_2a78fb6e-aec4-4c1e-8beb-0fb293d3cc48-image.png

      Tienes que rellenar "Pips on profit" para el bloque "Break even point".

      Tienes que rellenar en el bloque "Trailing stop" los settings que harán que el SL se mueva. "Trailing start is… Open Price" indica que el SL no se moverá hasta que el trade alcance ese nivel. Si quieres que empiece desde el OP una vez que el SL se ha movido a OP por el BE, habría que añadir una condición del tipo

      If SL Level >= OpenPrice -> pass

      Y conectar el bloque TS en la salida true. Es cuestión de probar.

      Más info en

      https://fxdreema.com/tutorial/builder/trailing-stop

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: colocar trailig stop

      Lo que entiendo es que quieres un break event + trailing stop desde el open Price.

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: How can I print the stop loss live?

      0_1540842118182_b509ad6c-ef24-4032-a8bc-ec03eacb0fb8-image.png

      0_1540843762653_c7538127-fa73-453a-b64a-0ba21ee838a8-image.png

      Not sure if it Will work for all the brokers because it Will depend on the digits count but usually 1PIP = 10POINTS.

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: How can I print the stop loss live?

      This could be an approach (not tested)

      0_1540748838204_66b79cb2-d97d-49a9-ac4a-634f42d37f69-image.png

      You can have one "Comment" block for a BUY trade and other one for a SELL trade using the block "If position".

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: Distance between operation and price

      You can use any of the Ask, Bid or Mid price as for one of the levels to check the distance

      0_1540746465634_6a2b49ef-7beb-4efd-b20f-48e55b655f37-image.png

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: Position´s Expiration

      Understood!!!

      Don't waste your time trying to figure this out because I have different options working pretty accurate for expiration.

      Thanks

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: Move confirmed with breakout above moving average of volume

      Thanks @miro1360

      It Works pretty well.

      0_1540401119186_526fe399-43d5-4997-90f2-3c5736e6dc00-image.png

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: Move confirmed with breakout above moving average of volume

      @miro1360

      I have converted your mq4 file to mq5 using the fxDreema converter but after compiling with the MT5 editor there are 2 errors

      0_1540360874277_d16fe676-1a25-4067-8b36-f037d1748832-image.png

      Please, could you be so kind to develop your custom indicator for MQL5 or fix what is wrong?

      0_1540361017305_1540323305933-miro1360_test_1.0.mq5

      Many thanks.

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: COMO NO PERDER EL ARCHIVO DE PROYECTO EN FXDREMA

      Yo lo que hago es guardar una copia localmente en mi ordenador y/o nube. Luego sigo trabajando en el EA pero cambiando el nombre. Así cada vez que modifico algo, descargo el mq5 y ex5, guardo ambos y sigo el proyecto.

      EA_0001 -> ex5/mq5 -> EA_0002 -> ex5/mq5 -> EA_0003....

      Si en algún paso veo que el cambio no ha ido bien, deshago desde el menú "History" si el historial está disponible o importo la versión anterior o una más vieja.

      Cuando llego a un punto que me convence, conservo el inmediatamente anterior y borro todos los anteriores.

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: multiply my constant

      As you wrote it: *fibo

      0_1540231719157_0578a509-e39a-4ae7-8c77-f5abe68ff316-image.png

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: Position´s Expiration

      Hi @fxDreema

      For the "check age", would it be posible to add like a "how many bars since trade open" mode? This way, the weekend days Will be avoided.

      My current condition to check "real" trade age is:

      If "BarCounter >= ExpirationBars -> Close"

      Thanks

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: How to add Custom MQL blocks to "Custom" blocks section?

      Thanks @miro1360

      I will try it.

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: How to add Custom MQL blocks to "Custom" blocks section?

      Thanks @miro1360

      I think that this block builder seems to be addressed to coding experienced people.

      I was asking for a someway to add the "Custom MQL code" blocks that I have been using almost in every Project. As an example, I like to use one block from one of your tutorials:

      0_1539963570304_7ab2719f-d811-403b-9b13-8473f6af33fe-image.png

      I would like to add that block to my "custom" block area to have it available on my account.

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: How to create only trailing stop EA for already opened Positions either manualy or automaticaly ?

      0_1539949589925_c8c3ea79-ed97-4b2f-bc52-780866da3788-image.png

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: How to add Custom MQL blocks to "Custom" blocks section?

      Hi @miro1360 @fxDreema

      Please, could you be so kind to explain some tips about how to use the "block builder"? A short tutorial would be very welcome.

      Thank you so much.

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: How to add Custom MQL blocks to "Custom" blocks section?

      Thanks @miro1360

      I did not see that button.

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: open buy/sell on the next openning candle

      You can use a Boolean variable for that.

      0_1539872501393_588a6a3a-17fe-4985-8b09-49f18d923bb1-image.png

      Sell/Buy will not be triggered until the condition to EnterAtMarket == True. Sell/Buy will be triggered at next bar.

      posted in Questions & Answers
      J
      josecortesllobat
    • How to add Custom MQL blocks to "Custom" blocks section?

      Hi @fxDreema

      I would like to save my "Custom MQL code" blocks in some way and have them available for other projects. I am doing that by copying my custom code blocks from one Project to other one.

      I think that you have that option because there is a button beneath the "Variables" menu called "Custom" but I don´t know how to add them into it.

      0_1539841554710_5f134b14-da81-4f58-bc4a-02dfdf6f7859-image.png

      Please, could you explain how to do that? I mean to add our custom code blocks into the custom block menu.

      Thanks

      posted in Questions & Answers
      J
      josecortesllobat
    • 1
    • 2
    • 11
    • 12
    • 13
    • 14
    • 15
    • 25
    • 26
    • 13 / 26