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: critical error in the EA... what this code 18464-28745.mq4 means?

      share your EA ... if it happens occasionally, it may be related to incomplete history

      posted in Bug Reports
      M
      miro1360
    • RE: Dukascopy Data - Array out of range

      the error is related to the function CopyTime() ... this function is used in the block Once per bar ...

      you can avoid the error using very simple alternative to the Once per bar block with custom code: (I tested it now on ducascopy data downloaded with tickstory and it worked for me)

      0_1555204524224_21c32839-1f58-406c-af9d-b2b4ec6eb718-image.png

      posted in Questions & Answers
      M
      miro1360
    • RE: Hellp for pattern

      yes but it is not that simple, you must learn how to use data from zigzag indicator (you can do it inside EA using my topics about zigzag), and you must calculate the rest of math based on that 😄 ... get ready for a hard fight 😄
      ... or check web for pattern indicators ... I think someone called "poruchik" shared a lot of pattern indicators including this one for which are you asking for ... (keywords: zigzag harmonic pattern zup poruchik mt4)
      ... from the code of this indicator you can learn math or some conditions and apply them into your work, or you can try use whole indicators - I think they plot some text objects, you try to catch them ..

      posted in Questions & Answers
      M
      miro1360
    • RE: Modeling Quality is not the same even if I use different computers with the same broker user on MT4

      yes, that is and never will be better 😄
      google for tickstory (ducascopy), they offers good data, browse their webpages for guidance how to apply their data

      posted in Questions & Answers
      M
      miro1360
    • RE: Quick question for Miro1360

      in that case you should contact the admin and he can repair bugs 🙂

      posted in Questions & Answers
      M
      miro1360
    • RE: Quick question for Miro1360

      add another condition 😄 😄

      0_1554137999773_fe80b70c-44e6-4707-9986-7e18571c8937-image.png

      posted in Questions & Answers
      M
      miro1360
    • RE: How to execute the 4th EA?

      change both options to No:
      0_1553872574021_0405002a-f859-4cde-8e1f-f7b35affd7ab-image.png

      or somewhere in metatrader settings allow DLL import

      posted in Questions & Answers
      M
      miro1360
    • RE: How to execute the 4th EA?

      try with Delay block before Buy/Sell block
      0_1553832585882_c739057b-c094-4142-93af-0be7927a6401-image.png
      set different delay for each EA (first EA with 1 second, second with 2 seconds, ...)
      I dont know if decimals are accepted (like 0.4 s, you can try)

      posted in Questions & Answers
      M
      miro1360
    • RE: Quick question for Miro1360

      I think the way you used Bucket of trades is not right.

      Add a new variable of type int (call it now2)
      In on Init add this:
      0_1553694390733_f43dd4c4-b6f0-40b1-8549-c397010d0c65-image.png

      and the pips counter create without bucket of trades:
      0_1553694571810_621257f9-12d6-4471-9cbe-3276de2cd2e6-image.png

      I have not tested it, but something like that ...

      posted in Questions & Answers
      M
      miro1360
    • RE: Quick question for Miro1360

      copy that from there: |
      I used right ALT + W
      ... for the spread, well maybe do the calculation manually? ... or ask admin if he will add the spread option into settings 🙂

      posted in Questions & Answers
      M
      miro1360
    • RE: Two things that don't work

      you must create another logic in onTrade event ...
      0_1553538509317_a89e1bbf-7eea-4a48-8243-26461c7eb8f6-image.png

      the rest about zigzag, I am not sure about MT5 .... check this:
      https://fxdreema.com/forum/topic/5060/how-to-use-zigzag-advanced/20

      posted in Questions & Answers
      M
      miro1360
    • RE: Quick question for Miro1360

      I think you must convert time variables, because there is plenty of formats 😄

      0_1553537849644_154b96d7-33fd-43dc-9571-f7e2c4b14019-image.png

      about the pips, I think there is a relation to the spread ... maybe spread is not included 😄

      posted in Questions & Answers
      M
      miro1360
    • RE: Problems using candle ID0 instead candle ID1

      Some custom indicators can be designed to have ID0 stable. Some are working with negative values (indicators with predictive/forecast line).

      posted in General Discussions
      M
      miro1360
    • RE: MT5 Problem

      post some example of calculation in excel

      posted in Questions & Answers
      M
      miro1360
    • RE: Looking for a teacher

      This forum and maybe my replies as well as replies from other members is your best teacher 😄

      posted in Questions & Answers
      M
      miro1360
    • RE: How do engulfing ea?

      put Once per bar block right before the Buy now block

      posted in Questions & Answers
      M
      miro1360
    • RE: Switching between EAs and timeframes

      You can be inspired by this:
      https://fxdreema.com/forum/topic/4222/example-price-pullback-ea

      It is not exactly what you asked for, but you can take an inspiration from that:

      • using "flags": crossUP, crossDN (you can do that multi-timeframe)
      • eventually trying to compensate indicators/signals from multi-timeframe to only one timeframe, ... for example:
        MA5 x MA20 on the 1h TF is similiar as MA60 x MA240 on the 5min TF
      posted in Questions & Answers
      M
      miro1360
    • RE: How do engulfing ea?

      Bullish Engulfing is when the Close of candle 2 is more than the Open of candle 1, and the Open of candle 2 is less than the Close of candle 1, along with bearish candle 2 and bullish candle 1. You know this situation after closed bullish candle 1.

      https://fxdreema.com/shared/AyEtABE8c

      0_1550750583057_3bcfd344-d22b-4c62-b8dc-829a7e65d7a3-image.png

      0_1550750560344_6a681fe2-868c-4f10-a9ac-4357eee133d3-image.png

      posted in Questions & Answers
      M
      miro1360
    • RE: Looking for someone to teach me how to become a pro with Fxdreema platform.

      Everything has a learning curve. Some things are easier for someone, but something can be a hardnut.

      Until now, I provided >1400 posts to this forum.
      Almost each of my answers has been stylized to help solve a problem.
      Each answer is related to an example (less or more complicated). Difficult examples skip and mark them for later.
      I can guarantee you that if you go throug all my replies, you can fill your task in a few months, without additional payments.
      You have to alternate the following things:
      read & practise, read & practise
      Without these things nothing can be learned.

      posted in Questions & Answers
      M
      miro1360
    • RE: Is FXdreema a SCAM

      This is admin:
      https://fxdreema.com/about

      I can assure you he is a fair man.
      He works alone, like one man team, therefore there may be a time gap.
      Try to contact him by email, be patient.

      posted in Questions & Answers
      M
      miro1360
    • 1
    • 2
    • 11
    • 12
    • 13
    • 14
    • 15
    • 80
    • 81
    • 13 / 81