fxDreema

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

    arrkain

    @arrkain

    0
    Reputation
    353
    Profile views
    3
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    arrkain Unfollow Follow

    Latest posts made by arrkain

    • RE: onTester()

      @spuzy said in onTester():

      make it a choosable option in "Project Options" box and add a box in which we can type the code in and then place that text within return(); inside OnTester()

      and put OnTester anywhere inside the mq file, for instance just bellow OnInit()

      These were exactly my thoughts! Just have it be in Project Options. The text box would just be the code inside the return() inside OnTester(). Then have a link or reference to this page to explain all the values you can return or perform math on. @fxDreema

      https://docs.mql4.com/constants/environment_state/statistics#enum_statistics

      posted in Questions & Answers
      A
      arrkain
    • RE: onTester()

      I second this motion to add this feature if it is not already available!

      I want to be able to optimize based on trade winning percentage so:

      double OnTester()
      {
      return(TesterStatistics(STAT_PROFIT_TRADES)/TesterStatistics(STAT_TRADES));
      }

      Please and thank you!

      posted in Questions & Answers
      A
      arrkain
    • RE: use customized indicators

      I am wondering the same thing. I checked this part of support, but I do not see that toolbar at the top of the screen that shows "My Indicators"

      How do i get this toolbar to appear at the top of my screen??

      EDIT:: Nevermind, I figured it out. I was on /demo instead of /builder. whoops...

      posted in Questions & Answers
      A
      arrkain