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: Regression channel values

      try it few times (also look somewhere into help or tutorials how to import custom indicator and work with it) and when you fail in that, type here your experience 🙂

      posted in Questions & Answers
      M
      miro1360
    • RE: Regression channel values

      my solution is simple, use indicator with buffers ... import it into "My Indicators" and buffers are representing values, you can cross them, everything you need ... sometimes in past I looked into these regression channels and I found this indicator as one of best ...

      0_1506627218677_uLinRegrBuf.mq4

      here is little modification for EA (bars to count make it faster in EA, maybe ...)
      0_1506627190783_uLinRegrBuf_miro1360.mq4

      posted in Questions & Answers
      M
      miro1360
    • RE: Draw something in a subwindow.

      open subwindow with another indicator (like RSI) and change color of this indicator to invisible (no color) ..
      0_1506604175183_upload-3dd2b889-40e2-4199-b1d6-a86da4a0670e

      in parameters settings of this indicator change Fixed minimum and maximum to "price" values which are close (as range) from normal window ...
      0_1506604418246_upload-2e13a4df-5b16-48b8-890b-1149af62a9a5

      and after this attach your EA into chart ...

      posted in Questions & Answers
      M
      miro1360
    • RE: iCustom function

      yes because you are mixed logically incorrect things ... in your case dont use crossing but only > or < ... because "crossing" you did in conditions before (as splitted condition blocks) ...
      0_1506438578447_upload-d93f7f1b-8cf5-4f75-9e33-caaa24abefcb

      and not sure if you need for sell Blue buffer or Red one 😄 ... (I dont have this indicator so I cant see it) ...

      posted in Questions & Answers
      M
      miro1360
    • RE: iCustom function

      and when you change IDs to 0?
      0_1506433012852_upload-6fca526c-b2f5-45bd-81c5-281cdd9c96da

      posted in Questions & Answers
      M
      miro1360
    • RE: iCustom function

      this is when Candle Close crosses Envelopes channel:
      https://fxdreema.com/shared/zD4AGaPQb
      ... candle Close can be represented by Moving average with period 1 based on price Close calculations

      posted in Questions & Answers
      M
      miro1360
    • RE: How do I use the Edit Field?

      this can be solution:
      https://fxdreema.com/shared/dUBijpg9d

      posted in Questions & Answers
      M
      miro1360
    • RE: iCustom function

      which channel indicator do you mean?

      posted in Questions & Answers
      M
      miro1360
    • RE: Dropdown to select inputs?

      hi coverman, go through few my last replies, you find here exactly how to do this ... even with timeframes

      posted in Questions & Answers
      M
      miro1360
    • RE: Problem with per bar block

      this is probably caused by your broker execution issue ... if EA fails open trade at first time (broker denied it) than it try second time ... and broker decided open first trade and second too 😄 😄 not sure if this is your case, but it happened to me with bad brokers ...
      you can avoid this problem with some control, where you check opened trades and if there are 2 (maybe in the same time +-10 seconds) than one trade will be closed ...

      posted in Bug Reports
      M
      miro1360
    • RE: ***Important problem :strategy tester***

      standard reply from MQL5 😄 IndicatorRelease() is not working in tester (at least in case as I tested it) ...

      posted in Questions & Answers
      M
      miro1360
    • RE: Multiple Time Frames

      yes you can do this, but most signals were based on highest TF because it holds longest time ...

      posted in Questions & Answers
      M
      miro1360
    • RE: ***Important problem :strategy tester***

      I thought it can working with these handle operations but it is not working - I tested it now (I tested it in correct way with CopyBuffer function and arrays), but without success ...
      so you need wait or communicate with MQL company if they add HideTestIndicators in MT5

      but you can do this little trick in on Init:

      0_1505585532720_upload-648ccf21-fa12-40cf-8581-98af6d4e6777

      it makes visual mode in MT5 tester functionless and user can test EA only without visual mode option ...

      posted in Questions & Answers
      M
      miro1360
    • RE: ***Important problem :strategy tester***

      to get IndicatorRelease working you need first create indicator state with handle ...

      this before variables:
      int MA_handle=INVALID_HANDLE;

      this in on Init:
      MA_handle=iMA(Symbol(),0,MA_Period,MA_shift,MA_smooth,PRICE_CLOSE);

      and finally this in on Deinit:
      IndicatorRelease(MA_handle);

      and all this you need create for each indicator 😄
      and maybe it is not working at all 😄 😄

      posted in Questions & Answers
      M
      miro1360
    • RE: ***Important problem :strategy tester***

      in MT5 it is very different working with indicators and they dont support simple function for this, only IndicatorRelease function but there must be done tons of changes in code manually

      posted in Questions & Answers
      M
      miro1360
    • RE: Self terminating EA - Error "array out of range"

      is some error in log? or can you post shared example where it happened?

      posted in Questions & Answers
      M
      miro1360
    • RE: UPDATE time, write here if you have problems!

      it is visible in set file:
      0_1505420932630_upload-f2c632ab-25ba-49c6-ab27-f925b85646da

      posted in Questions & Answers
      M
      miro1360
    • RE: ***Important problem :strategy tester***

      it have probably effect on whole metatrader (until restart? )
      for EA where you need see indicators, give the same line but with "false" instead of "true":
      HideTestIndicators(false);

      but I am not sure with this, I never used it so you need take experiments 😄

      posted in Questions & Answers
      M
      miro1360
    • RE: ***Important problem :strategy tester***

      into on Init section place this:

      0_1505397873595_upload-5448227d-f4be-4045-a25b-f6f4cf157a4c

      posted in Questions & Answers
      M
      miro1360
    • RE: THE COLOR SIGN HAS FIXED?

      when it repaints, it is not very good for EA because you dont know when signal is confirmed, it can be 1 candle, it can be 4 candle 😄

      posted in Questions & Answers
      M
      miro1360
    • 1
    • 2
    • 36
    • 37
    • 38
    • 39
    • 40
    • 80
    • 81
    • 38 / 81