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: I found a source code, need some help

      now you should run these EAs with different settings on demo forward 😄 you can run also with small account live ... and tell us what happens ...

      posted in Questions & Answers
      M
      miro1360
    • RE: I found a source code, need some help

      what happens if you run that EA from 2015? 😄
      martingale is good when it has the limit, lets say after 3 multiplies it will reset ... if no and rather continuation is taken, one must count with bankruptcy 😄

      posted in Questions & Answers
      M
      miro1360
    • RE: I found a source code, need some help

      you can recreate it, but you must have (or manually create) these indicators:
      CoronaCyclePeriod
      CoronaDFT_v1
      Homodyne
      Goertzel_Cycle_v1
      Instant Trendline Filter

      But I deeply doubt about profitability of that strategy 😄

      posted in Questions & Answers
      M
      miro1360
    • RE: How I Can Hide My Indicator I use It In EA In MT5 ?

      is not something in forum? I think in past it was discussed ... but I am not sure if for MT5

      posted in Questions & Answers
      M
      miro1360
    • RE: I found a source code, need some help

      they used custom indicators named:
      CoronaCyclePeriod
      CoronaDFT_v1
      Homodyne
      Goertzel_Cycle_v1
      Instant Trendline Filter
      Moving Average (weighted mode, period 4)
      another MA with dynamic period
      bolliger bands
      RSI
      MACD
      CCI
      Stochastic

      😄 😄 each indicator has own parameters,
      so much combinations can contains at least the one combination of parameters, where on the specific timeframe for specific pair exist one specific profitable strategy - but that is the history where each one is general, it is gone ....

      posted in Questions & Answers
      M
      miro1360
    • RE: Please recommended me for Dash Board Trading with Fxdreema Program . Thanks you in advance.

      https://www.forexfactory.com/showthread.php?t=532236

      posted in General Discussions
      M
      miro1360
    • RE: Aaaaand...the ZigZag indicator again!!!

      The block Indicator appear is not the right block for working with zigzag.

      The block "Indicator is visible" could be theoretically used, but it will not work right.
      It will not work because H0 or L0 is always present on the chart (and in this block it is not related to the Candle ID) and because of that the condition "Indicator is visible" will be always true. It can be used only for the current leg, which is related to the candle ID in the block.

      Few notes, because zigzag is a bit complicated:

      • current leg (0) differs from other legs (1,2, - these are static), because this current leg can be repainted (and often is repainted/updated)

      • zigzag leg ID is not the same as zigzag on the candle ID, but they are related (zigzag leg ID have its own candle ID and this is changed/moved with each new candle .... moreover the change of zigzag leg IDs changes whole relation)

      • for identifying the presence of zigzag leg on the specific candle you must use custom code, whereby you check if zigzag leg is present on the past candles (and save such presence - save candle ID on which the zigzag leg is present)
        (I am doing this in my tutorial, where am I looking if the most present zigzag leg is high - H0 or zigzag leg low - L0)

      I am not sure, if I remember these things about zigzag right, because it was long ago when I was working with zigzag, and it needed a lot of debugging, because not everything worked as expected 😄 😄

      posted in Questions & Answers
      M
      miro1360
    • RE: Aaaaand...the ZigZag indicator again!!!

      😄 it is ... but wait for next value (the first logically can not be read if is not located on candle ID 0 imediatelly after EA is placed on the chart)
      0_1540893175253_5fc456bc-c69b-4582-b4d3-928852c2137b-image.png

      posted in Questions & Answers
      M
      miro1360
    • RE: idiot question

      and change the connection between 109 and 114 😄

      posted in Questions & Answers
      M
      miro1360
    • RE: Aaaaand...the ZigZag indicator again!!!

      this zigzag value is being checked on the candle 0 ... it has value until it is on that candle, but when zigzag is not on first candle, the value is lost ... you can prevent this loss by using temp value:

      0_1540822143078_9910416f-9a65-4097-9ad5-11459a7bd34f-image.png
      this is using two variables .....

      as the alternative with one variable you can use condition check directly and than write zigzag value to the variable - but this calls zigzag two times and is bit slower as the first variant with two variables 😄

      posted in Questions & Answers
      M
      miro1360
    • RE: Move confirmed with breakout above moving average of volume

      maybe problem with Bars function ... here:
      0_1540377874003_miro1360_test_1.0.mq5

      posted in Questions & Answers
      M
      miro1360
    • RE: Move confirmed with breakout above moving average of volume

      @polper
      no, just another overcomplication for such simple situation
      use my custom indicator for it from previous post

      posted in Questions & Answers
      M
      miro1360
    • RE: Move confirmed with breakout above moving average of volume

      yes, custom indicator is the best for this ...

      0_1540323252258_f2a0c335-38e7-4416-9926-e2c78d026668-image.png

      here I created simple indicator for it:
      0_1540323305338_miro1360_test_1.0.mq4
      import it to fxdreema and use it as other indicators with buffers

      I did one of the easiest custom indicator templates which can be understand and used ...

      0_1540323438440_ef115fd3-c5c5-42ed-89a2-2618517d6b89-image.png
      here is the whole code needed for this volume moving average 😄 ... the rest of the code in that indicator "template" is untouched

      posted in Questions & Answers
      M
      miro1360
    • RE: How to add Custom MQL blocks to "Custom" blocks section?

      yes it needs a bit of coding experience, but not much, it depends ... 😄

      fast ctrl+c ctrl+v and result can be on the screen 😄
      0_1539985579984_aaa1e9f0-793d-4144-aa72-27977971f8e9-image.png

      0_1539985751443_0f13cc74-fab7-4bba-926e-1e12a46c8420-image.png

      posted in Questions & Answers
      M
      miro1360
    • RE: email screenshot

      try something from this:
      https://www.forexfactory.com/showthread.php?t=354686
      idea with dropbox ...

      or this:
      https://www.mql5.com/en/forum/180941

      posted in Questions & Answers
      M
      miro1360
    • RE: How To Extract data from every bar

      maybe this Candle ID in Write to file block should be 1?

      posted in Questions & Answers
      M
      miro1360
    • RE: How to add Custom MQL blocks to "Custom" blocks section?

      try to follow this reply:
      https://fxdreema.com/forum/topic/3375/Vectors-matrices-arrays-in-memory/3

      posted in Questions & Answers
      M
      miro1360
    • RE: How to add Custom MQL blocks to "Custom" blocks section?

      at the bottom is "Create Custom Blocks", click on that and it will navigate you to this page
      https://fxdreema.com/studio/MQL4

      posted in Questions & Answers
      M
      miro1360
    • RE: What block is executed first?

      if the block order priority is important, I recommend using only numbers in the ID field

      posted in Questions & Answers
      M
      miro1360
    • RE: double or int affects running memory size?

      it depends on a calculation complexity, this is particularly relevant to huge arrays
      in most user cases you can use double for all numbers, everywhere (including switches)

      posted in Questions & Answers
      M
      miro1360
    • 1
    • 2
    • 14
    • 15
    • 16
    • 17
    • 18
    • 80
    • 81
    • 16 / 81