fxDreema

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

    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
    • RE: Indicator code mod help

      OK , but this indicator has only one buffer. But i can read lines object value(by name) and compare.
      as you see in the picture(Channel)
      USDJPYM15.jpg

      ......
      USDJPYM15.jpg

      posted in Questions & Answers
      P
      Processman
    • RE: Indicator code mod help

      Well ,i need check "Channel size" value to this indicator. I do not want to open a trade if the value is less than 150(example) ,
      flat channel. But value is "comment" , and fxdreema cant compare this ? ... Well , I'll be fine without this 😉

      https://www.mql5.com/en/code/9902

      posted in Questions & Answers
      P
      Processman
    • RE: Indicator code mod help

      Hello
      How can I change "comment" to "object" in code(last line) ? Then EA can read value(Channel size) ... Any ideas?

        ObjectCreate("MIDL", OBJ_TREND, 0, T2, (P2 + PP + Step*AB) / 2, T1, (P1 + PP) / 2);
      ObjectSet("MIDL", OBJPROP_COLOR, Lime); 
      ObjectSet("MIDL", OBJPROP_WIDTH, 1); 
      ObjectSet("MIDL", OBJPROP_STYLE, STYLE_DOT);
      Comment(" Channel size = ", DoubleToStr(MathAbs(PP - P1) / Point, 0), " Slope = ", 
               DoubleToStr(-Step / Point, 2));
      

      channel.jpg

      ......
      channel.jpg

      posted in Questions & Answers
      P
      Processman
    • RE: Pending order question

      OK , understood ... Can also be negative , trailing pending too. Works fine(demo) , no need to worry order type.
      Only set distance(offset) to open price ... Fxdreema are awesame 🙂

      posted in Questions & Answers
      P
      Processman
    • RE: Pending order question

      Another question ... How to select order type (BuyLimit , BuyStop) in "Buy pending order" block , (or sell) ?
      https://book.mql4.com/appendix/limits

      posted in Questions & Answers
      P
      Processman
    • RE: share strategies

      OK , I can show you one fxdreema project. There are a few popular indicator and algorithm.
      It's not 100% perfect(hard job) , but you can use this for your own study ? ... I dont know ...

      http://www.dailymotion.com/fx-signal

      posted in General Discussions
      P
      Processman
    • RE: Time filters

      Hello
      I like run my blocks every 15-20 seconds , smooth ... There is "Once per seconds" block with seconds parameter , but
      i think "Once per" passes somewhere in sedonds period ? .. I hope at time filter passes smoothly , like this (sorry my bad english)

      Run blocks --> wait 15-20 sec ---> run blocks again --> wait 15-20 sec --> etc ...

      posted in Questions & Answers
      P
      Processman
    • RE: Hi admin. I need help with 0.1000000000000 and 1e-005 what is IT?

      Yeah , NormalizeDouble rocks , i think , who need more than 5 digits ? ... Compare another value , print in chart , etc ?
      Weird numbers mess everything ? ... Now as long as I'm joking ? ... Sorry for this , a couple of beers consumed 🙂

      posted in Questions & Answers
      P
      Processman
    • RE: Custom indicator suddenly not working

      Thanks , no error messages 🙂

      posted in Bug Reports
      P
      Processman
    • RE: Custom indicator suddenly not working

      Now I show the same errors while compiling , wtf ?

      posted in Bug Reports
      P
      Processman
    • 1
    • 2
    • 3
    • 1 / 3