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: Ticks

      Do you want to say "points"? Because the candle's body is usually measured in pips that can be converted to points.

      0_1548802740107_6a8fe37b-92e9-467e-956a-5b329dd772df-image.png

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: Lot size allotment depends on balance

      https://fxdreema.com/tutorial/builder/money-management

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: Making a EA base on a picture

      @Setsuna

      Yes, it does.

      You hust have to change the value in the Adjust "field"

      0_1548718768925_6b3d54ff-99b5-43ce-99f2-62e0071ac4ce-image.png

      Sorry, I did a mistake. You have to type "pips" instead of "pip"

      +1pips will add the value of 1 pip to the operand value -> 1.00000 + 1pips = 1.00010 (5 digits broker)

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: Making a EA base on a picture

      This might be an approach

      0_1548611459419_20f72cb8-490a-4cad-b666-607cde15ff51-image.png

      @Setsuna I don´t understand what is the meaning of "sub property".

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: Making a EA base on a picture

      Hello @Setsuna

      I think that it is better if you explain your trading rules in order to help you.

      As far as I understand, you are looking for a kind of candle pattern where

      Candle (ID = 2) is bullish
      && Candle (ID = 1) is bearish
      && Open [1] > Close [2] + 1pip
      && Close [1] > Open [2] + 1pip

      Then, what do you want to do when those conditions are true?

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: Trailing Stop of Money (all trades/profit of account)

      This is an example of what you are requesting

      https://fxdreema.com/forum/topic/4858/total-profit-reduces-by-x-then-close-everything

      Thanks to the people involved on that post because it is a really nice "Account Profit Trail Stop". This is why the forum and the info sharing is so valuable.

      @timmyhanke
      @roar

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: True Streng Index - Signal line: how to add this idicator

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

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: check age

      Hi @fxDreema

      We were discussing that on this post

      https://fxdreema.com/forum/topic/6346/position-s-expiration/6

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: Using Supertrend Indicator

      0_1546943686398_9397a9ac-a192-4658-9c2f-9d5ec84824d0-image.png

      https://fxdreema.com/tutorial/builder/things-not-to-do

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: CLOSE TRADES WHEN ONE TRADE REACHES TAKE PROFIT

      0_1546943194950_0a66475d-5a90-42da-b46d-c347273324f0-image.png

      You can try this

      0_1546943443432_7b791067-8cea-44f2-82ed-5a99c7f9a09d-image.png

      And be more specific using the filters included in the "For each closed position".

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: I'm new here

      https://fxdreema.com/purchase

      Just backtest it using the Strategy Tester Visualization and you will see if it is what you need/want.

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: hello how can i limit or return my order?

      Then, if I am not wrong,

      • list item when the position (#1) exists and its profit is 3 or 4 pips, close (#1) and open a new trade (#2) with the same direction

      • list item when the position (#2) exists and its profit is 3 or 4 pips, close (#2) and open a new trade (#3) with the same direction

      Right?

      This could be an approach

      0_1546932217799_6648f186-3662-4002-a84d-b13d9e9ea3c9-image.png

      The example above should work as

      • No buy trade && indicator appears -> Open Buy
      • If buy trade (false yellow output pass) && its unrealized profit is >= 3 pips -> Close Buys ->> Open Buy

      If you want to limit the number of positions (#2, #3, ...) to open after the first one was opened, you will need to add anything (block, variable, etc.) that counts the number of times that the false yellow output of the "No postion" block passes.

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: CLOSE TRADES WHEN ONE TRADE REACHES TAKE PROFIT

      Could you share a screenshot of the project?

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: Create line.

      Here you have a good example given by @miro1360 about how to create buttons

      https://fxdreema.com/forum/topic/4501/video-tutorial-signals-dashboard-ea-advanced-looping-objects-arrays/19

      https://fxdreema.com/shared/UkGDvOKud

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: hello how can i limit or return my order?

      Then, if I do not understand it wrong, what you want is:

      1. Open a trade when the "Indicator appear" block is true (#1)
      2. When #1 is closed by SL or TP, open a new trade with the same direction (#2)
      3. When #2 is closed by SL or TP, open a new trade with the same direction (#3)

      0_1546902641600_818df1ce-05ac-413f-b7cc-64224fed297e-image.png

      To reach the "Buy Now" block you require:

      • No buy position exist (but if you opened a buy trade before, this block will never be true while that postion exists)
      • Indicator appears
      • Close any trade running
      • Number of trades greater than 3

      I would suggest you to start the project step by step.

      Open (#1)

      0_1546902964193_2b1120a9-8c1e-4741-8c10-bcd621f85629-image.png

      does it work as expected?

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: hello how can i limit or return my order?

      If you can share your project or at least open the blocks and take a screenshot, it is better to try to help.

      What is not working? EA does not open any trade (sell or buy)?

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: HOW OPEN BUY OR SELL MORE THAN ONE?

      So, looking at your screenshot, I think that what you want is to open buys when MACD crosses above (x>) 0 and sells when MACD crosses below (x<) 0, right?

      Your conditions in the builder states to open trades when MACD > 0 (buy) &/or MACD < 0 (sell).

      0_1546633760846_2241e378-fb74-4173-be43-f14dcc52b6d5-image.png

      0_1546634278466_07217fc8-be16-456e-838c-ce6708ccb08b-image.png

      That condition is true while the MACD is above or below 0. So the EA will open trades for each time that the conditions are true.

      This could work if it is what you are trying to get

      0_1546634367564_f2804fc5-d45d-49dc-949b-64d33531f222-image.png

      0_1546634635867_f81e0f20-30c8-449f-9ea3-ff90b20f2beb-image.png

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: which block ?

      To "detect" a new bar, just place the block "Once per bar" at the top of your project and connect the rest to it. With this configuration, the EA will be executed at the first tick of a new bar and you can check what you need for the previous bars like the "Candle close" with ID = 1 that is what you are asking.

      0_1546626773038_33c70ac2-1c17-40bc-ae96-11ddb69061c4-image.png

      https://fxdreema.com/examples#Tips-and Tricks

      Once per bar -> if trade -> Close (or similar)

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: HOW OPEN BUY OR SELL MORE THAN ONE?

      0_1546625443439_b0eeb8d6-548f-4978-8157-38f4a5359185-image.png

      If you want to open a new position when the condition to go in is true regardless there is a trade running, you can't start the project with a "No trade" block.

      0_1546626078978_018c86d8-4bca-4e72-8168-c0a145310b23-image.png

      0_1546626319685_4fd63214-7f7f-4258-a258-583630ce563b-image.png

      But I am not sure if this behavior is what you are looking for because, as for example, if the MACD stays above 0 for each candle/tick, you will get a new trade for each new bar/tick.

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: HOW OPEN BUY OR SELL MORE THAN ONE?

      Could you share the indicato'rs mql file?

      What you want is that EA opens a trade each time any of the conditions is true, right? I mean: if buy/sell trade exists and condition to go long/short is true, open a new position.

      posted in Questions & Answers
      J
      josecortesllobat
    • 1
    • 2
    • 6
    • 7
    • 8
    • 9
    • 10
    • 25
    • 26
    • 8 / 26