fxDreema

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

    stakemaster

    @stakemaster

    0
    Reputation
    179
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    stakemaster Unfollow Follow

    Latest posts made by stakemaster

    • RE: Check trades count compilation errors

      Check trades count generates the following incorrect MQL:

      77 extern string inp19="(19) Check BUY trades count MAX";
      78 extern sign inp19_Compare=<=; //
      79 extern int inp19_CompareCount=20; //
      80
      81 extern string inp20="(20) Check SELL trades count MAX";
      82 extern sign inp20_Compare=<=; //
      83 extern int inp20_CompareCount=20; //

      1170 if (countinp19_CompareCompareCount) {block9(19);} else {/* Yellow output /}
      1205 if (countinp20_CompareCompareCount) {block13(20);} else {/
      Yellow output */}

      along with the following compilation errors:

      'sign' - declaration without type line 78
      'sign' - declaration without type line 82
      'countinp19_CompareCompareCount' - undeclared identifier line 1170
      'countinp20_CompareCompareCount' - undeclared identifier line 1205

      What should the lines with errors actually say?

      posted in Bug Reports
      S
      stakemaster
    • RE: Automatically open a chart

      Is it possible to generate an EA that, running in a control chart, checks a list of symbols and timeframes for a certain condition and opens a chart for each symbol/timeframe where the condition has been found to be true? I don't see an 'open chart' function in the block panel.

      How can the Current Market and Current Timeframe values be accessed for use in prints and alerts?

      Also, I have one particular condition title that refuses to be changed. I can edit the title, but whenever I reload the project, after having saved it, the title has reverted to its default 'Condition'. Is this a bug? ---Forget this, it doesn't like chevrons in the title, probably to do with XML misinterpreting them.

      Cheers.

      posted in Questions & Answers
      S
      stakemaster