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: Save the value in pip of an operation when it is created.

      What do you mean with "the value in pip"? Target Profit?

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: "Write to file" block

      Thanks @fxDreema

      Now it looks correct. I compile the same project again and it seems to be fixed.

      0_1543607800432_84741ca1-35b7-41fc-88a1-d5e11e57c1c8-image.png

      0_1543607830436_4057b5d4-4be7-4665-8b2c-0d18a8511d52-image.png

      @kerrre Try it with your project and let us know which is the result.

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: Fixed SL and Lot keeps changing

      @a4ashan

      Could you detail which is your trading strategy?

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: "Write to file" block

      @fxDreema

      Yes it is. Only one row is stored. As @richard96816 said, it might be an issue related with the last update of the block because it works as expected in a project compiled some time ago.

      Thanks for taking a look at this.

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: "Write to file" block

      @richard96816 I did it but just one row is stored with the new compilation of the same EA

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: "Write to file" block

      Hello @fxDreema

      We need that you take a look at "Write to file" block. It looks like it is not behaving correctly.

      Thanks

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: "Write to file" block

      Hello @kerrre

      I think it might be a bug with the "Write to file" block and we need that admin takes a look at this. Because I have my old EA working correctly but I compile it again and it does not work.

      0_1543434995280_087b767c-cd6a-4ac4-b3ec-645100dc6f8a-image.png

      0_1543435012512_46eb8bb1-20ef-4af8-9136-b6d0673cb740-image.png

      0_1543435043208_b15d930b-13bf-4efc-ba54-ddea7872f20b-image.png

      0_1543435058033_9afe346e-6657-439a-97a2-cfd5b6368da1-image.png

      With the new compilation, the csv file only contains one record like what you are getting with your project.

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: "Write to file" block

      0_1543429921370_f0b4520d-b84c-4551-aae3-67092ae75f05-image.png

      https://fxdreema.com/tutorial/builder/crossover

      0_1543430183004_b4cb6155-aee3-48e3-addc-94a2e68d6801-image.png

      0_1543430013410_462b273e-4dd7-42e4-b6b3-29f4ecab1957-image.png

      0_1543430101638_de8d8b88-aecf-4afd-a6a1-2a37760d0430-image.png

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: More Columns in Write to File block

      You can write into two different files. Did you try it?

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: "Write to file" block

      Yes, it is.

      Here you have how it looks like after importing the CSV file into Excel

      0_1543423636541_237705f4-7373-453e-a568-59bc791bfc3b-image.png

      My EA is looking for some specific candles and stores some properties

      0_1543423733085_e5373e4d-1fa4-44f9-92d1-f208b88cecce-image.png

      0_1543423792909_7260c00d-5bb1-4fe7-90f7-3edb21626398-image.png

      0_1543423838342_76e78368-6328-45c9-bf20-09f66f3fa5f4-image.png

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: Fixed SL and Lot keeps changing

      Hi @a4ashan

      I have been looking at your EA's project

      0_1543338271994_c6bc551a-713a-4753-beb6-b6f5cc04bb6d-image.png

      You are using a Cross Width = 5, what are you expecting about that? As it is, the condition is evaluated from the current bar to the 5th backward.
      There is not any Candel ID set.

      0_1543338501285_3fb3cd48-1739-4bed-8ac8-abfa95cc5348-image.png

      SL is set to 1pips as a price fraction. This means that the SL Level will be placed at OpenPrice+/-0.0001 that it seems to be too short. You have warnings about that at Journal

      0_1543338695085_e58384a9-08b9-42d0-9952-1668a90d109b-image.png

      And your trade is closed almost at the same time when opens because hits the SL allowing to open other trade

      0_1543338882685_821219e5-dc34-40ff-9bdd-f880eaf1a60e-image.png

      0_1543338919465_f5e63341-7928-400f-a9df-bdad3b207f0b-image.png

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: Muchas apertura en el mismo punto

      You must follow the advice given by fxDreema in order to find where is the problem: simplify the project as much as you can.

      If the project's logic opens more than one trade when the conditions to enter at market are met, it means that the block Sell/Buy reaches more than one time. Try to evaluate each condition/branch separetely.

      This could be a starting point

      0_1543271034166_d1eb2ec5-b569-4c95-a061-8ff2b19ea735-image.png

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: Fixed SL and Lot keeps changing

      It is better to share a screenshot of your project or a shared link from the builder because the behavior of the EA remains in the code where it should take a look to get what is going on with the EA.

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: Muchas apertura en el mismo punto

      You should share a screenshot of your project in order to get help because it is dificult to suppose what is going wrong with the code or builder.

      Deberías compartir una captura de pantalla de tu proyecto para obtener ayuda porque es difícil suponer que está yendo mal con tu código o con el constructor.

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: EA trading not using conditions

      Follow the advice given by @isp00rt

      It is highly recommended to read the fxDreema's tutorial web

      https://fxdreema.com/tutorial

      It is a good starting point.

      posted in General Discussions
      J
      josecortesllobat
    • RE: Entry trade with ATR operand

      ATR is an indicator that measures volatility. ATR returns a value in terms of price change. So, it is not correct to use the values given by the ATR indicator against a price level.

      You should use a condition like

      PriceLevel +/- 10%DailyATR

      CurrentPrice = 1.00020
      PriceLevel = 1.00000
      ATR = 0.00004

      If, CurrentPrice > PriceLevel + 10% ATR --> BUY
      1.00020 > 1.00000 + 0.01*0.00004 = 1.0000004 -> TRUE --> BUY

      But if you share a screenshot of your condition block, it will be easier to help you.

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: I Use FXdreema Mq5 And Create EA But found big problem?

      Your project block where you are using those indicators in order to look at it.

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: I Use FXdreema Mq5 And Create EA But found big problem?

      I saw this error when I tried to use a custom indicator in the project but I forgot to add it into MetaTrader. As you pointed, if the indicator is one of the default ones, can you show us the project block where you are using that indicator?

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: Crossing of two Moving Averages.

      You can try this

      0_1543076507136_2593d7fd-3302-461f-b443-4bf550dcc407-image.png

      But you will not get the exact crossover price.

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: I want to show an arrow when EMA 50 crosses EMA 100

      Try it in backtesting. There is not any input when you attach the EA to any chart because the project does not contain any input.

      It works fine for me.

      0_1543075906337_4d3c1963-3073-4d54-9734-101f94a4da4c-image.png

      0_1543075982725_65e3bd6e-e6ee-4190-a77d-c845de431ca1-image.png

      0_1543076052871_a1dd14e2-2428-4845-b70c-02f97f29a6c1-image.png

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