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 fix this mq4 file?

      it seems so, it is ideal to ask the original author 😄

      posted in Questions & Answers
      M
      miro1360
    • RE: Change Timer period block doesn't work.

      timer is working fine:
      https://fxdreema.com/shared/9H2lN5lrc
      (clicking on the blue square increases the timer value, the red square decreases by 1s)

      0_1588957166761_ad24b52a-ddc4-42aa-b5ca-d1daa0ee7295-image.png

      set the initial period to a desired value in project settings :

      0_1588957006306_5793d0e9-cbec-470b-8448-e85800679d1c-image.png

      timer is unable in tester, only live chart

      posted in Bug Reports
      M
      miro1360
    • RE: How to fix this mq4 file?

      delete lines from 1146 to the end

      posted in Questions & Answers
      M
      miro1360
    • RE: zero divide error MT5

      workaround:
      add this to line 569:
      if (SymbolInfoDouble(symbol, SYMBOL_POINT) == 0) { return (CustomPoint(symbol) / xxx); }
      where xxx is 0.00001 or 0.001 ... or any (depends on symbol)

      posted in Questions & Answers
      M
      miro1360
    • RE: Working on pullback EA,but need help please.

      4 years ago 😄
      https://fxdreema.com/forum/topic/4222/example-price-pullback-ea

      posted in General Discussions
      M
      miro1360
    • RE: Tutorial 07 - Read prices from indicator objects

      it has some shift option, set candle ID and shift to 0 ... 😄 I am not creator of this indicator 🙂

      0_1588689018463_7efddea6-1cc9-4f8f-81d9-721982563a13-image.png

      posted in Tutorials by Users
      M
      miro1360
    • RE: Tutorial 07 - Read prices from indicator objects

      the bands indicator is different from supply and demand ...
      based on your picture: https://fxdreema.com/shared/LImFmFUoe
      don't expect good result from it

      posted in Tutorials by Users
      M
      miro1360
    • RE: A question about the http request

      yes, if it is your server, you can do all the stuff, just check some simple tutorials on youtube:
      https://www.youtube.com/watch?v=dgvLegLW6ek
      if it is a different server, you need to adapt to it

      posted in Questions & Answers
      M
      miro1360
    • RE: A question about the http request

      yes it should work
      or use the Custom MQL code block, compose a line of the WebRequest() function using this note:
      https://docs.mql4.com/common/webrequest

      posted in Questions & Answers
      M
      miro1360
    • RE: Tutorial 07 - Read prices from indicator objects

      this function draws objects on the chart:

      0_1588449285525_2b5cfd4b-4eef-4ff5-a9f3-5f4ef8976ed8-image.png

      and there are more functions that can work together 😄
      you would have to study the logic of the whole indicator ... my recommendation is to stay with the objects, because they are already done

      posted in Tutorials by Users
      M
      miro1360
    • RE: Tutorial 07 - Read prices from indicator objects

      these buffers are useless for your purpose, because anyway the objects creation is based on it ... you will have to work with objects, or transform the whole logic of creating those objects into EA (which is many times more complicated) ...

      posted in Tutorials by Users
      M
      miro1360
    • RE: detect the manual movement of the horizontal line ?

      try this block:
      0_1588277935831_a9d9b47f-b5ba-4a1a-9b01-5ec1588150da-image.png

      posted in Questions & Answers
      M
      miro1360
    • RE: Draw Pitchfork chart !?

      you have to improve your skills by practicing, because even if I gave you a working example here, you wouldn't be able to work with it ... use the search button and you will find all my topics about zigzag, about variables, chart objects, and overall all my posts and with them you will be able to do almost anything

      posted in General Discussions
      M
      miro1360
    • RE: Draw Pitchfork chart !?

      find and save the points into variables with a little help of zigzag and a few conditions, then use these variables for drawing pitchfork 😄 it may be easy, but it can also escalate into complexity 😄

      posted in General Discussions
      M
      miro1360
    • RE: Tutorial 07 - Read prices from indicator objects

      @alphaomega
      the logic is similar for reading prices from that supDem indicator, just change the object name, try it 😄

      posted in Tutorials by Users
      M
      miro1360
    • RE: Tutorial 07 - Read prices from indicator objects

      I think there may be other problems ... if a trade zone appears, the price is inside, and if the zone disappears the trade will be opened 😄 but I'm not sure this was a long time ago when I created it 😄
      it was just a demonstration of how to load and check indicator objects with fxdreema, there is still a lot to be done for a logic bulletproof EA 😄

      posted in Tutorials by Users
      M
      miro1360
    • RE: Tutorial 07 - Read prices from indicator objects

      @alphaomega

      try this, I added the option for enabling or disabling the untested, also the ATR is removed from buy sell blocks
      https://fxdreema.com/shared/arhx2dkU

      0_1587949099818_db2b8393-53ee-440a-852f-5de6c2c0dab9-image.png

      note: the project it is also untested 😄

      posted in Tutorials by Users
      M
      miro1360
    • RE: Tutorial 07 - Read prices from indicator objects

      @alphaomega share your example project

      posted in Tutorials by Users
      M
      miro1360
    • RE: ANYONE WITH SUCCESS USING CUSTOM INDICATOR ON FXDREEMA MT5 VERSION WITH BUFFERS AND INPUT PARAMETERS KINDLY PUT ME THROUGH

      @kayzworld said in ANYONE WITH SUCCESS USING CUSTOM INDICATOR ON FXDREEMA MT5 VERSION WITH BUFFERS AND INPUT PARAMETERS KINDLY PUT ME THROUGH:

      PipFinite Trend Pro MT5

      demo is working fine in MT4, I have not tried MT5 and I will not
      be sure it has not a missing character in the indicators name (can be renamed, but must match), and the indicator is located directly in the Indicators folder (it can be located in any folder, but the name/path must correspond to that)

      0_1586959004066_1fcd17e3-a515-4eff-9e3b-f5a291fceb80-image.png

      0_1586959041290_fa81f3b9-fa18-43f3-b802-6fcdcd35018f-image.png

      0_1586959425096_b712b7b4-b2c6-4054-a702-78aea5e88f21-image.png

      0_1586959643368_7df1d39d-cff0-40c8-a3f9-4e7f361cf33d-image.png

      0_1586959651747_4fb51ee2-dc1b-420c-b236-37a1ff638375-image.png

      posted in Questions & Answers
      M
      miro1360
    • RE: RANDOM NUMBERS

      @zackry I did an update

      posted in Questions & Answers
      M
      miro1360
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 8
    • 80
    • 81
    • 6 / 81