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: Create EA

      Begin here

      https://fxdreema.com/tutorial

      https://fxdreema.com/examples

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: Closed Positions - profit/loss values

      Take a look at this pane

      0_1545090848358_73bdee41-ab19-42ef-a704-13ad7ef684be-image.png

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: Negative numbers

      Hi martin 1

      I guess that you use the "Search" tool of the forum to find interesting post that probably will answer your questions. For example, here you have a post explaining the "Adjust" field that is available in almost all the blocks

      https://fxdreema.com/forum/topic/4247/question-regarding-the-adjust-field

      0_1545061863082_353503f6-6f41-4850-968a-d5c12fd2cc77-image.png

      In addition to this, the adjust field has a "?" character. When you click over it, you will get some examples of what you can do with this field. For what you are requesting, you just write "*(-1)" without quotes in that field to get the positive number you need. In the example above, the ajust field calculates the 2% of the value of the constant "ProfitTargetM1_Sells" and the result is stored in the variable called "BEOffsetPips".

      You also can use the "Formula" block that allows to code from the basis of the math functions to more complex ones.

      0_1545062056461_788095a5-c926-43cc-bd16-ac0cf785ee48-image.png

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: Round results

      0_1545060548615_d0dd1f68-d5b8-479d-bcb2-0284523b0228-image.png

      0_1545060619901_a5b03921-1077-4e2f-93bc-a246c5f665bc-image.png

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: To take drawn objects by the EA as a condition.

      Take a look at this post

      https://fxdreema.com/forum/topic/4867/select-object-by-name-several-objects

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: Round results

      Use a "Custom MQL block" with this function

      https://www.mql5.com/en/docs/math/mathround

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: Save to a variable.

      You have this option

      0_1545033476827_b737cd3a-9fd0-4bd4-a32b-32b57d03f7d0-image.png

      But I am not sure if it is what you are looking for.

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: Find blocks

      I usually look for a specific block´s number by using the "Find" tool of the web explorer.

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: COSTUME INDICATOR

      @navid

      I added one of your indicators to a MT4 chart

      0_1544743758371_fefb7ba6-f5ce-4026-ba4c-302f64a63016-image.png

      The values given by the indicator seem to be Price Levels.

      0_1544743859216_1abf0ddd-fc3b-4e05-b597-9cf8fa0c485a-image.png

      I guess that 1 of the 6 buffers showed above give you the value you need to compare. Then, you should not use the condition "==" because, as admin explained several times, it might be probably that your condition will never not be met. It is better to use a condition like "Buffer0 >= 1.95 -> pass" or similar.

      I hope this helps you.

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: COSTUME INDICATOR

      Which is the indicator's output? PriceLevel, Numeric value, etc.

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: Error: MQL 4 is not supported code language (Try to create new expert)

      I encourage you to use the web builder.

      posted in Bug Reports
      J
      josecortesllobat
    • RE: COSTUME INDICATOR

      Here you cand find good help

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

      Here there is an example of how to use a custom indicator in a "Condition" block

      0_1544715804685_6dd19587-82e7-408a-a283-88aec510efae-image.png

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: Close in losses.

      Is this what you are asking for?

      BUY + SELL trade at the same time

      BUY trade is closed having some loss -> save the loss as money into a variable

      or BUY trade is having some loss and you close it -> save the loss as money into a variable

      What happen with the sell trade? Same as buy trade?

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: Confirm a buy or a sell

      This could work

      0_1544641672324_f77e6098-cbf6-48fc-9ad5-161d200f3054-image.png

      When "Condition to pass -> EMA" is true, "Condition" to start counting bars is enabled.

      At the next bar since "Condition" is true, the count starts by adding 1 at the current BarCount value.

      When "BarCount == 2" passes, the block to enter at market is executed and the BarCount and Condition variables are reset.

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: trading stop seguir las ganancias

      0_1544556686817_933e04d0-1500-4287-833a-2d10097f0fa4-image.png

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: I need a simple ea that buys after a bullish candle

      You can choose between different types of candle conditions

      0_1544467890655_c377ecb8-2597-46b3-be17-10659d480293-image.png

      So you can use the condition that you need.

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: Close position profit >= X

      Can you show the settings inside the "Check profit (unrealized)" blocks?

      Which is the problem? Is that the trades are not closed when the Profit reaches your value?

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: "Spread filter" block always set 5.0 fixed pips in the code

      Hi @fxDreema

      Forget this. The bug is mine.

      Thanks

      posted in Bug Reports
      J
      josecortesllobat
    • "Spread filter" block always set 5.0 fixed pips in the code

      Hi @fxDreema

      It looks like if the "Spread filter" block is always setting 5.0 as the value for the "spread" field even though it is set a different value or a constant.

      0_1544253297987_388b077a-02ef-4066-9a73-9dfa36ac7a7a-image.png

      Might it be related to the next code part?

      0_1544253506406_7af4e1b8-140b-4d4f-a798-0a255e33a3d4-image.png

      Thanks for looking over this issue.

      posted in Bug Reports
      J
      josecortesllobat
    • RE: Save the value in pip of an operation when it is created.

      Price levels should not be compared with Pips.

      You can't get the open price as pips because it is a price level.

      You can get pips by comparing two price levels. This is how it works in "pips away from ..." blocks:

      PriceLevel1 - PriceLevel2 = Points distance -> PIPS of distance

      1.0010 - 1.0000 = 0.0010 points -> 10 pips (USDGBP)

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