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: EA of management of another EA

      you can do it with fxdreema ... it will contains only few blocks, try it 🙂

      posted in Questions & Answers
      M
      miro1360
    • RE: Standard deviation of ATR.

      0_1526931055133_miro1360_test2_1.0.mq4

      0_1526931077450_97527763-c83e-4862-9e85-d7287bf46c49-image.png

      posted in Questions & Answers
      M
      miro1360
    • RE: Baby Steps

      how the formula looks like exactly? can you type it in format similiar to this?

      ((A / B) + ((A + B) / C)) * 100

      A = High
      B = Low
      C = Close
      and so on ...

      posted in Questions & Answers
      M
      miro1360
    • RE: Virtual stops disappear ??

      I dont know, tried both, limits and stops orders and for me it worked ... maybe if you provide more detailed example with example EA where it is not working, admin can check it ..

      posted in Questions & Answers
      M
      miro1360
    • RE: Virtual stops disappear ??

      this one is working ...
      https://fxdreema.com/shared/TnIm2kA3d

      posted in Questions & Answers
      M
      miro1360
    • RE: Condition or EMA crossings on an RSI Indicator

      for that you need custom indicator where is EMA integrated directly on the RSI (two buffers, one for RSI and second for EMA)

      posted in Questions & Answers
      M
      miro1360
    • RE: Compilation errors: '3' name expected

      somewhere replace '3' by a name 😄 😄

      posted in Questions & Answers
      M
      miro1360
    • RE: Condition or EMA crossings on an RSI Indicator

      EMA and RSI have different group of values ... (RSI 0-100, EMA depends on price)
      ... you can not logically find cross between them ...

      posted in Questions & Answers
      M
      miro1360
    • RE: Does anyone know how to display the Daily Chart 8 EMA displayed on a 1 hr chart -EA?

      8 EMA on D1 == 8x24=192 EMA on H1

      posted in Questions & Answers
      M
      miro1360
    • RE: Combine variables

      you can combine string variables ...

      string var1 = "EURUSD"
      string var2 = "buy"
      string var3 = "price:"
      double var4 = "1.21212"
      string var5

      into custom code block write this:
      string var5 = var1 + " " + var2 + " " + var3 + " " + (string)var4;

      and result in var5 is: "EURUSD buy price: 1.21212"

      posted in Questions & Answers
      M
      miro1360
    • RE: EAs working together. Could there be confusion in the price values sent or received?

      somewhere must be logic error 😄 try to find it with simplification of EA 🙂

      posted in Questions & Answers
      M
      miro1360
    • RE: Entering trades based on object on charts (lines drawn by indicator)?

      maybe this can help you ..
      https://fxdreema.com/forum/topic/4209/tutorial-07-read-prices-from-indicator-objects

      posted in Questions & Answers
      M
      miro1360
    • RE: what happened ?

      here is old version for desktop but is not more supported by admin ...
      https://fxdreema.com/desktop

      for me is working ... you must wait few seconds during start

      posted in Questions & Answers
      M
      miro1360
    • RE: Select the top 5 variables

      in that case use 2D array, mql support sorting by first dimension ... and other dimension will be reference for another string array which will be holding names of variables
      here:

      https://fxdreema.com/shared/HSKz4cwHc

      0_1526113788869_67f213c5-575e-44bb-bc47-b2175a668362-image.png
      0_1526113917119_8aeefe8a-c4ff-4dcf-8890-51a627ff04eb-image.png

      0_1526113715076_2de76445-e818-41fe-9fcd-4cfc0d89b992-image.png

      posted in Questions & Answers
      M
      miro1360
    • RE: Select the top 5 variables

      0_1526073592083_34b87fe8-9460-43ea-98c4-5c5969708d8c-image.png

      0_1526073658727_efedf929-879d-4d7f-b013-96411d4767ec-image.png

      https://fxdreema.com/shared/qCD0MIr8

      posted in Questions & Answers
      M
      miro1360
    • RE: EAs working together. Could there be confusion in the price values sent or received?

      when pink block is used incorrectly, maybe it can cause issue 😄
      ...

      this is how can you use Modify variables or Formula block with pink For each Trade selection block ...

      0_1526035925982_66b7d1bc-2376-47e6-8ee2-1713014299d4-image.png

      I dont know if admin repairs this issue with null TP, maybe sometimes ..

      posted in Questions & Answers
      M
      miro1360
    • RE: Sending variables from one MT5 platform to another

      not directly, but maybe with files reading/writing ... or using database:
      https://www.mql5.com/en/articles/932
      ... I have not tried 😄

      posted in Questions & Answers
      M
      miro1360
    • RE: EAs working together. Could there be confusion in the price values sent or received?

      you need somehow understand how these "pink" things are working 😄
      ... anywhere before Condition block, modify variable block or formula block must be the right trade preselected with dark ping block "For each Trade" ...

      posted in Questions & Answers
      M
      miro1360
    • RE: EAs working together. Could there be confusion in the price values sent or received?

      ho are you working with this pink loop?
      are you correctly selecting trade with dark pink block before? (For each trade) ...

      if not, here is how selection is working:
      http://fxdreema.com/forum/topic/4246/example-for-each-trade

      posted in Questions & Answers
      M
      miro1360
    • 1
    • 2
    • 20
    • 21
    • 22
    • 23
    • 24
    • 80
    • 81
    • 22 / 81