fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search

    Simpler Way Than Using 8 Blocks?

    Questions & Answers
    2
    23
    4606
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • fxDreema
      fxDreema last edited by

      Now this option controls the point format for any symbol, so if you have single trailing stop with TS = 10 pips, these 10 pips will be different for each symbol, depending on these settings.

      Otherwise the point format itself, the real one can be get from this MQL4 function:

      MarketInfo(Symbol(), MODE_POINT) 
      

      this gives you value like 0.00001

      or if you want value that says the number of digits:

      MarketInfo(Symbol(), MODE_DIGITS)
      

      this gives tou value like 5

      or to get the modified point format according the rules in the new option:

      CustomPoint(Symbol())
      

      this is the function that I now added for this option... will I ever change it's name... I don't know.

      All these things above, they are currently not in Condition block becaue they look to me too specific, but people often ask for them so maybe I will include them.

      1 Reply Last reply Reply Quote 0
      • fxDreema
        fxDreema last edited by

        post/4947

        1 Reply Last reply Reply Quote 0
        • T
          Trader3487 last edited by

          this is amazing, thank you! Exactly what I was trying to figure out the last 2 months! I just tested it and it works - http://fxdreema.com/shared/vPW2evoee
          I am sure no other program out there offers the set of features and level of support that your does so I hope it gets wide exposure and lots more people come to use it!

          1 Reply Last reply Reply Quote 0
          • fxDreema
            fxDreema last edited by

            MetaEditor is much more flexible and you can find support from other programmers in mql4.com and mql5.com 😉

            1 Reply Last reply Reply Quote 0
            • 1
            • 2
            • 2 / 2
            • First post
              Last post

            Online Users

            V
            E

            16
            Online

            146.7k
            Users

            22.4k
            Topics

            122.6k
            Posts

            Powered by NodeBB Forums | Contributors