fxDreema

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

    chiper

    @chiper

    0
    Reputation
    1045
    Profile views
    41
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    chiper Unfollow Follow

    Latest posts made by chiper

    • RE: Formula error

      @fxDreema said in Formula error:

      Someone else having Formula problems?

      I fixed the problem by adding few more overload functions. But there is something interesting here. chiper is trying to append one string to another and the expected result is a longer string. What happens if we have a numeric value on one of both sides? I decided to turn the string side into a numeric value and then do the selected mathematical operation.

      Sanks for fix. all is ok!

      posted in Bug Reports
      C
      chiper
    • RE: UPDATE time, write here if you have problems!

      i have formula error pls look to this : https://fxdreema.com/shared/6SfbK4aie
      sanks

      posted in Questions & Answers
      C
      chiper
    • RE: Formula error

      @timmyhanke
      Maybe...i don know about update ..last update i see in UPDATES HISTORY and he is from MAY 2017
      (sorr for english)

      posted in Bug Reports
      C
      chiper
    • Formula error

      Before its work perfect... after same day,i nothing change, i HAVE ERROR why?

      LOOK to Example

      posted in Bug Reports
      C
      chiper
    • RE: How select/modify/delete OBJECTs and ORDERs by DESCRIPTION

      sor for delay....sanks for answer....i try

      posted in Questions & Answers
      C
      chiper
    • How select/modify/delete OBJECTs and ORDERs by DESCRIPTION

      Hi Admin how a you? Sanks for all, all good!
      How select/modify/delete OBJECTs and ORDERs by DESCRIPTION...
      Its important for me.
      I found SELECT objects only by name, but i need select objects by DESCRIPTION
      I found BUCKET orders only by type, but i need select orders by DESCRIPTION
      Can you help me?

      And why any BUCKET start calculating orders only after close or open order?
      screenshoot in attach. Can you make pre calculating?0_1496212555345_Безымянный.png

      Sanks for a lot!

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

      You something fix and my program work very well... SANKS Friend 🙂 my program works as before 🙂

      happy new year, happiness, health and just just just.

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

      Sanks for help youre help always work. And pls never close youre project its best visual project what i found.

      i delete ** #property strict** Main problem is gone
      Hmmm ...
      I have 5 digits account.
      If i choose usdjpy i have price = 120.123 print = 120.123 OK
      if i choose nzdusd with 5 digits after dot 0.56789 <> print only 4 digits after dot = 0.5678 Not OK but main problem is gone

      Why Print only 4 digits if i have 5 digits?

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

      i compile Simple code:

      #property copyright "Copyright 2015, MetaQuotes Software Corp."
      #property link "https://www.mql5.com"
      #property version "1.00"
      #property strict

      //+------------------------------------------------------------------+
      //| Expert initialization function |
      //+------------------------------------------------------------------+
      int OnInit()
      {
      //---
      return(INIT_SUCCEEDED);
      }
      //+------------------------------------------------------------------+
      //| Expert deinitialization function |
      //+------------------------------------------------------------------+
      void OnDeinit(const int reason)
      {
      //---

      }
      //+------------------------------------------------------------------+
      //| Expert tick function |
      //+------------------------------------------------------------------+
      void OnTick()
      {
      //---
      **Print (MarketInfo(Symbol(),MODE_ASK)); **
      }
      //+------------------------------------------------------------------+

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

      I found one Problem.
      https://fxdreema.com/shared/wcoMyOeld

      If i run test same time work ok

      but same time i see that

      Its WRONG

      ASK ALWAYS must be = or < 5 DIGITS

      posted in Questions & Answers
      C
      chiper