fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. Processman
    P
    • Profile
    • Following 1
    • Followers 0
    • Topics 13
    • Posts 46
    • Best 1
    • Controversial 0
    • Groups 0

    Processman

    @Processman

    2
    Reputation
    729
    Profile views
    46
    Posts
    0
    Followers
    1
    Following
    Joined Last Online

    Processman Unfollow Follow

    Best posts made by Processman

    • RE: How to display Labels or Text Input on the Chart

      OK , this works too , maybe a better choice ? ... Thanks 👍

      posted in Questions & Answers
      P
      Processman

    Latest posts made by Processman

    • RE: How to display Labels or Text Input on the Chart

      OK , this works too , maybe a better choice ? ... Thanks 👍

      posted in Questions & Answers
      P
      Processman
    • RE: How to display Labels or Text Input on the Chart

      Now is fun , this works and the numbers look better. Maybe not best way
      use NormalizeDouble ? ... But this is better than nothing ... Thanks man 👍

      posted in Questions & Answers
      P
      Processman
    • RE: How to display Labels or Text Input on the Chart

      No fun ... Does not work(NormalizeDouble) comment field. And I actually use
      "Draw text" block (more features , font type , etc.) ... FXDreema previous version
      contained how many decimals parameter for numeric value ... I would like this back.
      Sorry my bad english :simple_smile:

      posted in Questions & Answers
      P
      Processman
    • RE: How to display Labels or Text Input on the Chart

      How to cut extra decimals off (Draw text) , any idea? ... Custom Block & DoubleToString ?
      https://docs.mql4.com/convert/doubletostring

      0_1507536011526_AUDUSDM30Dreema.jpg

      posted in Questions & Answers
      P
      Processman
    • RE: Floating numbers

      Daily % indicator works in comment line , with this code:
      Buffer1[0]=DoubleToStr(PercChange, 2);

      I think "Draw text" block only read buffer value and not include DoubleToStr ?

      posted in Questions & Answers
      P
      Processman
    • RE: Floating numbers

      ![alt text](0_1506634743255_floating2.jpg image url)

      posted in Questions & Answers
      P
      Processman
    • Floating numbers

      Hello Mr. Dreema
      It's nice to see that I still have to save my project on a server.
      But now , when compling project to mq.4 , digits floating(again).
      It's happen when use "Draw text"(value) on the chart.
      Is it possible add "NormalizeDouble" and digits(how many) to
      "Draw text" block(back) ? ... Sorry my bad english

      posted in Questions & Answers
      P
      Processman
    • RE: Pips From Extreme Issue

      This works for me. Reload history data and try again ...
      pipsex.gif

      ......
      pipsex.gif

      posted in Questions & Answers
      P
      Processman
    • RE: Bug on Chrome and firefox

      Chrome works for me just fine , no problems. Windows 10, 64-bit, Intel.

      posted in Bug Reports
      P
      Processman
    • RE: Indicator code mod help

      OK , I found the modified version which contains 3 buffer.
      So no longer need to bother with this question , thanks anyway.

      
                  //channel distance of last/current bar
                  ExtMapBuffer2[0]=NormalizeDouble(MathAbs(PP - P1)/Point,0);
                  //angle of channel
                  ExtMapBuffer3[0]=NormalizeDouble(-Step/Point, 2);
      
      
      posted in Questions & Answers
      P
      Processman