MT4 Files

Check-in [9238abeea9]
Login

Check-in [9238abeea9]

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Cosmetic fix
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 9238abeea9a8c8f4340a28f3e29a36de5aea9762
User & Date: onagano 2011-04-22 11:16:18.000
Context
2011-04-25
03:19
Added dumping code to avoid unpredictable binding error check-in: ec6e2b4d90 user: onagano tags: trunk
2011-04-22
11:16
Cosmetic fix check-in: 9238abeea9 user: onagano tags: trunk
04:28
Added new EA CounterADD2 presented by MetaTraderWeb check-in: 24dfd25bc6 user: onagano tags: trunk
Changes
Unified Diff Ignore Whitespace Patch
Changes to experts/MOB_insertData.mq4.
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
      Alert("ERROR: [Allow DLL imports] NOT Checked.");
      return (-1);
   }
//----
   mob_create();
   int rc;
   
   if (ExtUsername == "")
      rc = mob_open(ExtDataSourceName, NULL, NULL);
   else
      rc = mob_open(ExtDataSourceName, ExtUsername, ExtPassword);
   if (rc < 0) return (rc);

   rc = mob_setAutoCommit(true);
   if (rc < 0) return (rc);
   
   // Prepare tick table
   string tickTable = ExtTablePrefix + getDefaultTableName(false);







<
<
<
|







52
53
54
55
56
57
58



59
60
61
62
63
64
65
66
      Alert("ERROR: [Allow DLL imports] NOT Checked.");
      return (-1);
   }
//----
   mob_create();
   int rc;
   



   rc = mob_open(ExtDataSourceName, ExtUsername, ExtPassword);
   if (rc < 0) return (rc);

   rc = mob_setAutoCommit(true);
   if (rc < 0) return (rc);
   
   // Prepare tick table
   string tickTable = ExtTablePrefix + getDefaultTableName(false);