fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. hamedonline
    H
    • Profile
    • Following 0
    • Followers 0
    • Topics 4
    • Posts 11
    • Best 0
    • Controversial 0
    • Groups 0

    hamedonline

    @hamedonline

    0
    Reputation
    516
    Profile views
    11
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    hamedonline Unfollow Follow

    Latest posts made by hamedonline

    • RE: Change "Comment Message" text color

      @fxDreema It is absolutely absurd that we can choose the color for comment Title text (Font color: Title), but not for the Data Row text. Would be great if you could add this option (Font color: Data row).
      I strongly believe Drawing text is not a good alternative for this purpose.

      posted in Questions & Answers
      H
      hamedonline
    • Area resize disabled

      I no longer have the little arrow in right down corner of areas to resize them.

      posted in Bug Reports
      H
      hamedonline
    • RE: Weekly Candle High (by candle ID) Bug

      @fxdreema ok, here's the problem. When you add the indicator in forward testing, numbers are right. The problem exists in backtesting as I have attached the samples:
      https://prnt.sc/hmxpis
      http://prntscr.com/hmxq42

      and since we need the numbers to fine tune the variables in backtests, ea never works as expected. I even had a division by zero error while backtesting (I tracked that and noticed ea returns zero for highest price by candles period)...
      I'd appreciate if you shed some light on this issue.

      posted in Bug Reports
      H
      hamedonline
    • RE: Weekly Candle High (by candle ID) Bug

      @miro1360 In some cases this could be true, but there's another point though that falsifies this assumption. No other timeframe (except weekly as we see) with the same (Candle High) condition, produces this kind of behavior. This is why I'm skeptical and somehow sure that it is caused by a bug...

      By the way, I just updated the shared EA and you can see and confirm it for yourself (no duplicate values for Candle Low!).

      I'm pretty sure this is a bug and it also effects calculation of highest price by candles period (only if you choose weekly timeframe in More Settings) .
      => Market Properties -> Highest Price (Candles period) :: More settings -> timeframe: Weekly

      posted in Bug Reports
      H
      hamedonline
    • RE: Weekly Candle High (by candle ID) Bug

      @miro1360 Please check the shared EA and run it on your metatrader platform.
      Why do you think the output values for weekly candles 1, 2 and 3 are the same?

      posted in Bug Reports
      H
      hamedonline
    • Weekly Candle High (by candle ID) Bug

      Hi there,
      I believe there's a bug regarding weekly timeframe candle high by Candle ID (maybe for other values too).
      I noticed this bug also effects calculation of Highest Price (Candles Period) for weekly timeframe.

      The following EA is a simple demonstration of values. As you can see, all comment output values of candle high for different week candle IDs show the previous week's (candle ID = 1) value.
      https://fxdreema.com/shared/F6I4KBxUb

      @fxDreema Please do check this bug immediately since it seems to be a serious and urgent one.

      posted in Bug Reports
      H
      hamedonline
    • RE: Multidimensional Arrays

      @fxdreema eagerly waiting to see it implemented, thanks 🙂

      posted in Questions & Answers
      H
      hamedonline
    • Multidimensional Arrays

      Hi everyone,
      I need to declare and use multidimensional arrays (which are obviously supported by MQL4, up to four dimensions):
      https://book.mql4.com/variables/arrays

      The problem rises when you declare an array with more than one dimension in fxDreema's Project Variables. It gets trimmed to one dimension after you apply your changes.
      var_array[10][2] => var_array[10]

      I'd appreciate if anyone would share his/her solution to this problem, @fxDreema and @miro1360 help needed 🙂

      posted in Questions & Answers
      H
      hamedonline
    • RE: I only have problems with the new version !!!

      This is the mistake I also made. Terminal Variables are not the ones you define on your EA.

      The right way to use your custom defined variables:

      http://prntscr.com/90q9mu
      http://prntscr.com/90q98k
      [right click on field to select your variable]

      posted in Questions & Answers
      H
      hamedonline
    • RE: Condition Check and Formula Calculations using Terminal Variables

      Oh thank you, my bad, I understand now. Changed as you suggested and it works 🙂
      I know you could be terribly busy, but would be glad if you also answered highlighted 3 to 5 quotes.

      posted in Questions & Answers
      H
      hamedonline