fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. miro1360
    3. Posts
    M
    • Profile
    • Following 0
    • Followers 257
    • Topics 27
    • Posts 1611
    • Best 192
    • Controversial 5
    • Groups 0

    Posts made by miro1360

    • RE: How to get price range from highest price and lowest price in specific time range

      in tester is value from log file
      0_1519334435242_a396bfa7-28f6-4b59-bad0-dbcd208e88ac-image.png

      ... you probably need value in pips ... you can use some custom code to convert it to pips, like
      Price_range=toPips(Price_range);

      posted in Questions & Answers
      M
      miro1360
    • RE: Close all trades except latest two

      one of ways can be this (but I have not tried) ... :

      0_1519241705432_b6f7d4b7-ff5b-4fd6-8a42-bb3cd054b8e6-image.png

      posted in Questions & Answers
      M
      miro1360
    • RE: How can I create trades in a row with diffrent Magic Number

      Before Buy now block place Modify variables block, as this:

      0_1519241411953_b43a7bca-7b78-4308-b768-e73c2043ffe7-image.png

      posted in Questions & Answers
      M
      miro1360
    • RE: Bucket of Trades (Rounded Profit)

      @antbytes what? 😄

      posted in Questions & Answers
      M
      miro1360
    • RE: bots for crypto currencies?

      I think it is not possible, only for MT4 and MT5 platforms - that means for all brokers which are using these platforms ...

      posted in Questions & Answers
      M
      miro1360
    • RE: How to use ZigZag [advanced]

      I dont know if some course can help you because here is nothing specific how it can be learned by following steps, there are few abstract things connected with creativity using logic 😄 ... you can follow few examples and tutorials with the assumption of capturing the principle of connecting (or to uncover the possibilities) blocks in fxdreema into logic assemblies ... after this assumption you must start with your own creativity ... if you have a big complicated goal, you must (not should, but you must) divide it into smaller working parts and test every part if it is working as you expected, when right working is confirmed than you can connect these parts into bigger and bigger assemblies and test them again for logic conflicts (you can test it with visual tester, plotting graphical objects and comments as temporary auxiliary) ... it is the same as LEGO, but with extension to create own "blocks" 😄

      posted in Tutorials by Users
      M
      miro1360
    • RE: How to use ZigZag [advanced]

      here are limits and stops pending orders, one is above current price and another is below current price, so you should compare current price with desired zigzag price and with condition decide which pending order you want to open ...

      next you need some comparison in zigzag prices, and when these prices are changed - new zigzag leg is comfirmed and after this comfirmation you need to change your current pending order (delete it and create new one in another price, or wait for another one pending order)

      so as result, this can be pretty complicated algorithm, because here are more orders combinations (buy limits, buy stops, sell limits, sell stops), + zigzag variations ...
      I can assure you that it is possible to do, but you will need to make more testing efforts with every small section of changes 🙂 I am sure that using my trick for zigzag from this tutorial, you can do all with pending orders 🙂

      posted in Tutorials by Users
      M
      miro1360
    • RE: Momentum indicator is above or below a media

      what is median of "x" periods?

      posted in Questions & Answers
      M
      miro1360
    • RE: fail to open one trade per bar

      you must filter it somehow, if one trade exist, dont open another one - use some of filter blocks (no trade), or classify trades into groups ...

      posted in Questions & Answers
      M
      miro1360
    • RE: Tutorial 04 - EMA cross, part 4 - more Buttons [beginners]

      area is not for EA function, it is only for visible management in builder - only for you

      what code do you mean? there are mostly only blocks connected 😄
      if you mean text in description blocks, you can avoid them (it is not for EA functionality), only connected blocks are important

      posted in Tutorials by Users
      M
      miro1360
    • RE: Round Variable

      ah yea, I understood your question badly, I though, that NormalizeDouble is not working for you, now I understood 😄

      posted in Questions & Answers
      M
      miro1360
    • RE: How to use ZigZag [advanced]

      hi, you must do another system for crazy MQL5 with few changes in logic, something like this:
      (import project to see details in externs-inputs) https://fxdreema.com/shared/jmgcWOcIc

      0_1518483767203_b9d7a5ad-cfe7-4c64-b48b-6363e56a111d-image.png

      0_1518483665267_1bd9aece-7ca9-4b5d-8820-c03e6ae50728-image.png

      posted in Tutorials by Users
      M
      miro1360
    • RE: Round Variable

      try this calculation with Custom code:

      0_1518456249432_1fab5ade-2328-4e85-8160-6c7e4dbf03b9-image.png

      variable1 is your variable to be rounded, roundDigits is on how much digits it should be rounded (0 is not allowed) ... I have not tried it, maybe it is not working or some mistake can be in code ...

      posted in Questions & Answers
      M
      miro1360
    • RE: Tutorial Loop [advanced?] - find and save specific value from indicator history

      yes, Modify variable block, and somewhere in Candle properties exist this option ...

      posted in Tutorials by Users
      M
      miro1360
    • RE: Tutorial Loop [advanced?] - find and save specific value from indicator history

      hi nemo, dont be confused with names, because I slightly renamed blocks to be more specific about their function ... the first line in block name is original name, the second and next lines are renamed by me ... so the original block name is always first line Loop (pass "n" times)

      posted in Tutorials by Users
      M
      miro1360
    • RE: Lowest low since open

      aha, you need something another ....
      ...
      forget for on Trade section
      ...
      in on Tick just monitor trade with few blocks and one switch ...
      https://fxdreema.com/shared/6PWieuFpb

      0_1518231742349_c79ce320-5d8e-4063-b867-41ad4658b679-image.png

      (some of blocks order are important) ....

      posted in Questions & Answers
      M
      miro1360
    • RE: Lowest low since open

      when trade Buy was opened, save lowest low price from past 10 candles into variable for further use:

      0_1518223249590_c56ede7b-2773-493f-8062-940f03ac2dc1-image.png

      based on that you can do much more things and much complicated 😄 you can working together in all "sections" ...

      posted in Questions & Answers
      M
      miro1360
    • RE: New EA to close trades opened by a different EA?

      yes you can manage trades with another EA, and yes, magic must match.
      When EA with magic 1000 opened trade in group 1, magic of this trade is 1001.
      Another EA can have magic 1000 and manage (close) trade with group 1 (and 1001 trade will be managed).
      Or you can also manage this trade using EA with magic 1001 directly, but in that case must be group 0 (or empty) ...

      posted in Questions & Answers
      M
      miro1360
    • RE: Lowest low since open

      try working with on Trade section

      posted in Questions & Answers
      M
      miro1360
    • RE: I Can't find this block

      Terminal Variables block ... it is not initialized them automatically?

      posted in Questions & Answers
      M
      miro1360
    • 1
    • 2
    • 26
    • 27
    • 28
    • 29
    • 30
    • 80
    • 81
    • 28 / 81