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: Loop for Objects (For Each object)

      Look at this example

      https://fxdreema.com/examples#Loop-(For each...)

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: Problema para colocar el stop loss

      ATR is an indicator that uses prices to calculate its value. Then, it returns a value as a "Price fraction".

      If you want to use a specific value of the ATR to place a Price level, you should use a formula like:

      PriceLevel = OpenPrice + 2*ATR(30)

      You can do that by using the "Formula" block

      0_1537801045515_bfd42c02-bcf8-42bb-ae25-87f2a7d7c984-image.png

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: engulfing candlestrategy EA

      This is a pretty good starting point given by @miro1360

      https://fxdreema.com/forum/topic/4321/tutorial-08-candle-formations

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: Display variable values on MT4 data window

      Both are working well for me.

      "Comment (ugly)" block placed after Sell or Buy block. It shows the values of some variables.

      "Comment" block shows a variable being updated at the open of a new bar if there is any open trade. Like a barcounter.

      0_1537480213525_db0ca49e-f3a6-4d1d-abde-3ea3a6fee274-image.png

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: Open another operation followed by another.

      This might be a first approach. Not tested

      0_1537479583570_755c395b-15b9-4252-a805-1e103a994671-image.png

      0_1537479716925_08e1d62f-1469-4924-9368-3ec9fae89873-image.png

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: add volumen next trade when lost and maintain when win

      Yes. Not so far away.

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: Display variable values on MT4 data window

      You can use "Comment" block to display variable values on the chart

      0_1537293220032_18c2c317-85e0-483c-9078-e8c63cfc70f4-image.png

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: add volumen next trade when lost and maintain when win

      What you want it seems to be the undesirable "martingale" type betting

      0_1537293126160_16174802-5935-46fb-b5cc-0d9867be8b50-image.png

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: Open another operation followed by another.

      What does it mean "same conditions"?

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: Cant Add Volume?!

      As the Information of "Add to Volume" explains

      0_1537291965122_371ee4af-e934-4d30-b42d-69097b97c91b-image.png

      It Works well for me

      0_1537291793432_9b4e9b00-af49-47da-bce1-b1f17f210232-image.png

      0_1537292232510_72cb8fb8-c36f-4f11-bc9a-f92cdee77bb7-image.png

      0_1537292740669_f363c4fd-ed55-492d-9273-0b2f2b0fde94-image.png

      https://fxdreema.com/shared/JHXVMf7bc

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: Cant Add Volume?!

      Could you share which are the project's rules? Or, what do you want to achieve?

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: Average over 5 candels

      You can try something using the following blocks as a starting point

      0_1536867977702_1778ba6d-5618-4a6f-88fa-4d2059516ec9-image.png

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: Value Between Filter block

      0_1536830228416_f35c5166-7ef0-4d74-985f-13b24b91ee96-image.png

      You can use different kind of indicators: MAs, PIPS, PRICES, etc...

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: Cant Add Volume?!

      0_1536789676982_f860315d-4d4e-4acd-b09b-7a1ead5b3aba-image.png

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: Cant Add Volume?!

      I suggest that you simplify the project because 2 "Once per bar" blocks do not make sense. You can start with "Once per bar" block at the top of the project and connect to it the "No trade" block. After this block, you can connect to the orange output (true) both branches to enter at market and connected to the yellow output the branches to increase the position volumen.

      Like this

      0_1536789555237_dda0fa28-1717-4820-a534-70d12bae9266-image.png

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: Please help

      It is no so dificult to start with fxDreema. It is just required some time to know how the blocks work and how they have to used to build the logic.

      Here you have some simple examples that are very useful to start with fxDreema

      https://fxdreema.com/examples

      You will also find examples searching the forum posts.

      If you know what your EA have to do, it is not a big deal to build the project using fxDreema. Nobody was born trained.

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: Distance between EMAs in PIP

      "Check distance" block is adressed to do that

      0_1536702104564_61fd512c-537c-453f-b2e1-8ecddf229e9a-image.png

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: How to roundup numbers

      The easiest way is by using a "Custom MQL code" block

      0_1536653753684_95887358-717a-49d5-b2e4-2ae3abeb3d5e-image.png

      Add the MQL function inside the block

      0_1536654013029_48a5c2df-bfeb-4bf9-8b50-bd0d1321eae8-image.png

      It is posible to add the MQL code in fields of some blocks but I think this is the simpliest way.

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: Two conditions are met.

      You can try this

      0_1536520571753_6ed5a240-a30f-4bd6-9c89-7d1b0a4ea7ab-image.png

      Define a variable like -> bool FirstCondIn == false

      If FirstCondIn == false, the true block (2) output Will pass and the EA Will look for the 1st condition.

      If the 1st condition is met, the true block (3) output Will pass and FirstCondIn == true

      As the FirstCondIn == true, the yellow block (2) output Will pass and the EA Will look for the 2nd condition having the 1st as true. While FirstCondIn == true, the EA Will not look for the 1st condition until block (7) reset its value to false.

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: Help pliss =(

      It is available for MQL4 as well as for MQL5.

      0_1536519904990_626c6ed6-9aba-4279-ad99-0afe10ab378b-image.png

      0_1536519947157_5157e05f-487f-4064-b045-b3f0d674a0fd-image.png

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