fxDreema

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

    Best posts made by miro1360

    • RE: can i convert file.ex4 to mq4 or edit on file.ex4 ?

      ex4 can not be converted into mq4
      if somebody do this, it is not allowed
      when it is not working with demo or live, it is only for tester, in that case ask author of EA for more details 🙂

      posted in Questions & Answers
      M
      miro1360
    • RE: miro1360 help please

      ok, just this example can help you ... edit it for your purposes 🙂
      as I said, using blocks it can be little complicated but can be done ... test it 10000000x on demo because it is little dangerous 😄 ...

      https://fxdreema.com/shared/GR23PVXSb

      note, more sections are used (on Trade for lots calculation)

      0_1488406725145_upload-f9ef3385-9b8e-47e4-868d-a668762c8bca

      posted in Questions & Answers
      M
      miro1360
    • RE: can i convert file.ex4 to mq4 or edit on file.ex4 ?

      in describtion tab can be contact, or through google 😄 (describtion tab is visible when EA is inserting)

      posted in Questions & Answers
      M
      miro1360
    • RE: Profit/loss of last trade

      0_1488452863700_upload-e1bcedf9-b94c-402a-b9c5-df3af949242b

      posted in Questions & Answers
      M
      miro1360
    • RE: Can i get trade statistics from an specific symbol with the built-in options?

      using pink blocks you can do some stuffs 😄

      posted in Questions & Answers
      M
      miro1360
    • RE: Martingale on pending orders

      when you tried to create this betting martingale, is not working?

      posted in Questions & Answers
      M
      miro1360
    • RE: How i can buy after intersection distance highest i selected it ?

      try like this:
      https://fxdreema.com/shared/A2tAwFhLb

      0_1488906031862_upload-9218feb6-c7e9-4bc0-befc-abc5af6386ea

      posted in Questions & Answers
      M
      miro1360
    • RE: Indicator average value & Ichimoku

      here fast tutorial how to do it with blocks (only how to find min max atr):

      https://fxdreema.com/forum/topic/4510/tutorial-loop-advanced-find-specific-value-from-indicator-history

      posted in Questions & Answers
      M
      miro1360
    • RE: how i can do this in fxdreema ?

      use candle ID to select which candle into history you need compare ... in your example above you skipped one candle between 1-2 and one candle between 2-3 ... so right counting is like
      5-4-3-2-1
      or if you need current candle (which is 0) :
      4-3-2-1-0

      so opening trade for your "request" can be like:
      0_1488924876149_upload-974c0f05-9091-4ed7-80cc-29f56b5c8b8a

      or like this if you skip these candles:
      0_1488925049777_upload-3ee08f02-269e-4ea7-8f3a-e466f1495cbe

      just play with these IDs .... or if you need all candles bullish (or bearish) add more conditions for it 🙂

      posted in Questions & Answers
      M
      miro1360
    • RE: Cannot load and/or export ex4 normally anymore (web version)

      you need wait few seconds ... or another way for big project can be this:

      1. generate mq4
      2. open metaeditor
      3. in metaeditor open mq4 file
      4. click Compile button
        ... and your ex4 file is generated
      posted in Questions & Answers
      M
      miro1360
    • RE: How i can add new indicator and templates in fx dreema ?

      https://fxdreema.com/help/working-with/custom-indicators
      https://fxdreema.com/forum/topic/4208/tutorial-06-my-indicators-in-fxdreema

      posted in Questions & Answers
      M
      miro1360
    • RE: problem in use my indicator ? important

      because indicator is not working in forward data feed ...
      it loads historical data only when indicator is attached into chart (last window)
      but when indicator is placed and candles are created (forward data feed) indicator stoped creating lines and signals (flat lines in middle window) ....... so it is problem with indicator calculation 😄 and I dont know who can or will repair it (maybe somebody in forexfactory - there was somewhere thread with indicators for request) 😄

      0_1489084354711_upload-792f83fd-ed65-47a6-918b-0077b56e54c6

      posted in Questions & Answers
      M
      miro1360
    • RE: problem in use my indicator ? important

      it is the same problem 😄 indicator is not painted signals forward, only into history ... why you dont test indicator in tester? there you see this problem ...

      posted in Questions & Answers
      M
      miro1360
    • RE: problem in use my indicator ? important

      this type of multicolor indicators you need work with Indicator is visible block ... when indicator is visible, you can catch their values (compare, save into variables, etc) ...

      anyway,, this type of indicators I explained in one of my tutorials, you can read them or look for fxdreema help section, or examples section for more details

      0_1489176933090_upload-94aa2eef-1387-46a9-a06b-a30a5848892b

      0_1489177017334_upload-080c1fd6-72b4-48c7-9daa-e9d8d5716375

      note, I am working here with candle ID 1 ... if you need working with candle ID 0, remove once per bar block (and expect repainting on candle 0 logic) ...

      posted in Questions & Answers
      M
      miro1360
    • RE: problem in use my indicator ? important

      or combine more conditions in right order ... just test more 😄

      0_1489177403206_upload-6918a2c5-295c-4d3b-ad38-73fcd1d274fd

      posted in Questions & Answers
      M
      miro1360
    • RE: problem in use my indicator ? important

      without spread filter is working?

      posted in Questions & Answers
      M
      miro1360
    • RE: problem in use my indicator ? important

      I really have no idea what you are doing and why it is not working for you, because for me it is working and I was tested it. Here is mq4 file which can you import into your projects and try it.

      0_1489245667056_testing01.mq4

      and candle ID 0 is just candle ID in conditions, now is there 1, you can change it to 0, but ... indicator repaints on candle 0 so you get false signals, therefore I suggest you candle ID 1 😄 ... candle 0 = current candle (not closed) and candle 1 = previous candle (closed) ...

      posted in Questions & Answers
      M
      miro1360
    • RE: problem in use my indicator ? important

      this second problem is logic problem because you shifted indicator and shifted cross, that means candles which are compared while crossing are shifted one with another with few candles and comparison is not valid

      posted in Questions & Answers
      M
      miro1360
    • RE: problem in use my indicator ? important

      do you have these two indicators in MT4 indicator folder?

      posted in Questions & Answers
      M
      miro1360
    • RE: Opening Range Breakout: something wrong, but how to find it?

      @cavery23 said in Opening Range Breakout: something wrong, but how to find it?:

      @miro1360 Hi How did you get the box below value and numeric as a blue NR ? Thanks so much

      read this help, here it is well explained:
      https://fxdreema.com/help/working-with/constants-and-variables

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