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: Measure pips between two points

      Check this out with your modifications

      0_1533142635764_84d58486-dec5-4e89-9d0d-6d621d798f4f-image.png

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: storing a price level

      Hi @Flip

      You have this option to reduce some blocks

      0_1532935791561_29d3c652-a8fe-48ff-aed2-fa63d83042b0-image.png

      Because blocks #36, #39 seems to look for that.

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: Change Trailing Stop

      Check this out

      0_1532680508918_ed8a966b-9f7e-411f-9f4b-f1d5c170acfd-image.png

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: How to check total profit

      Check this out

      0_1532557591557_7a1768dd-3094-40dc-a7bf-3299a39906ce-image.png

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: Stop loss placement

      Hi @richard96816

      I found that just by learning how fxDreema Works and also with the info shared in the forum where there is nice people to help others.

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: Question about 'on trade (Event Data)'

      Awesome!!!!

      Thanks @roar. Your example Will reduce my Project.

      I really appreciate.

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: Question about 'on trade (Event Data)'

      This is my way when I open several trades

      0_1531844098963_1748fc11-0cca-4755-825b-67869ee81c16-image.png

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: Question about 'on trade (Event Data)'

      Hi @isp00rt

      I am doing that by using variables when the trade is created in "OnTick" section

      0_1531769892245_bbdf7971-a0bc-4151-8d11-b43dd35a1d51-image.png

      I guess that in "OnTrade" section to catch the SL & OP Works similar to "OnTick"

      0_1531770087562_47f07a8a-91f8-4ba0-bac8-1d158705158c-image.png

      fxDreema allows to do the same in different ways.

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: EA based on MACD Divergence & MA Crossover

      There are two specific blocks addressed for the MACD Divergence

      0_1531412114378_94e1606f-e9cf-467e-b146-6e8eb093dcde-image.png

      You can begin to build your project using those blocks.

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: Stop loss placement

      Check this out

      0_1531318196598_ac73af5c-d011-4579-8f6c-3c607a295e6d-image.png

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: Can I use close trade and close partially in the same ea

      For that, you should add a "once per position/order" pink block

      0_1531317791583_9371575d-01b0-4ce9-9690-b708517d214a-image.png

      If that block is not added, each time that the condition "pips away from open-price" is true, it happens a trade "close (partially)".

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: Having trouble closing out trades

      Here

      https://fxdreema.com/examples

      You have some MAs crossing examples very useful that can help you.

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: Problem getting pending order's Stop Loss price

      @isp00rt

      It was a mistake in the first picture. The second one is the right one.

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: Problem getting pending order's Stop Loss price

      0_1530825910241_1fadb30c-2b47-4034-bf81-eb09b79dd104-image.png

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: Problem getting pending order's Stop Loss price

      Check this out

      0_1530825850949_99958dd9-0e75-4f94-8ee9-5e572984a421-image.png

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: Add a Position to a Current Winning Position

      Check this out

      0_1530825110530_1f3580d3-536c-4fa5-8264-7e4ff4abfe4c-image.png

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: Breakeven bucket

      Here you have

      https://fxdreema.com/shared/6wR86Mtre

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: Breakeven bucket

      Could you clarify if what you want it is a "Break Even" move or a "Trailing Stop"? Because the example you shared shows a "Trailing Stop" block not a "Break Even" one.

      I am not sure if "... put a GLOBAL POSITIONING BreakEven (not single position) to a pip above the cumulative gain would work because might be the SL level that you want to achieve would be above the current price so you probably get an "Invalid SL request" from your broker. It could work if you want to move the SL to 1 pip below the "global gain" level.

      In addition to that, if your project opens all the trades at the same time (same OpenPrice), the profit level will be the same for all of them. But if the OpenPrice is different from one trade to another one, the SL you want to reach could be unreacheable for some of them. There are other concerns to take into account but you can check the next options out:

      If you want wait until a certain profit is reached before you move the SL to BE, this might work

      0_1530609477214_8e30ca9a-a78b-4b59-8e65-f22dda0f59cd-image.png

      If you want to move the SL to BE as soon as the bucket is in profit, this might work

      0_1530609628450_3b5cf8e8-d7be-498b-b080-fa61d2719798-image.png

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: About formula and variable

      Check this out

      0_1530466584610_b281751b-5e35-45c7-b430-c8b05e5b51ea-image.png

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: Are groups necessary when running multiple EAs?

      Hi @richard96816

      It's not as complicated as you think. When you get the enough knowledge about fxDreema builder you will find that it is a nice way to build your strategies.

      Look at some examples:

      https://fxdreema.com/examples#

      - Trailing stop (all trades)

      0_1530357058153_d096d5de-fe65-44f9-b672-f967efa2455e-image.png

      Trailing stop (sells)

      0_1530357143569_7785bcc9-f691-4ffc-a603-cf6805cbcca9-image.png

      Trailing stop (one specific trade)

      0_1530357239092_43123e81-048c-4527-b979-cb011bf4c152-image.png

      Trailing stop (just trades manually opened)

      0_1530357335065_35147855-70fa-4b9f-8e84-c8e4bab8dd82-image.png

      Might be you want to trade manually but having an EA that is taking care of the Trailing Stop moves. Or, ,may be you have investigate and for your project it is better to have a TS step for sells and other different for buys. Or, you have opened several trades on the same pair and you want different TS conditions for each one (pips, indicator, levels, etc.) The possibilities that fxDreema brings to you to code an EA are huge and mainly simple.

      In addition to this, the fórum is plenty of info and example. You Will find people that loves to help and take part of what the people is asking. Just because they want to help and also learn.

      Of course, none of us has born with the skills of using fxDreema. Then, it is required some time of learning and practice. So it is better to start with simple projects to go ahead step by step to get more complicated projects.

      posted in Questions & Answers
      J
      josecortesllobat
    • 1
    • 2
    • 16
    • 17
    • 18
    • 19
    • 20
    • 25
    • 26
    • 18 / 26