Fehler, Irrtümer, Fragen - Seite 2323

 
fxsaber:
Warum gibt es beim MQ-Beta Stopp-Levels, die nicht Null sind? Das ist eine uralte Sache.

Ich denke, es ist praktisch für Tests - das alte Zeug ist noch irgendwo da draußen.

 
In PMs sehen Sie keine Benutzernamen, sondern nur deren Benutzernamen. Es ist also schwer zu wissen, mit wem man spricht.
 

Was ist dieser Unsinn und wie ist er zu verstehen (in der Registerkarte Log)?

2018.10.13 19:22:49.696 Ticks zukünftige Statistik LKOH (Stand: 2018.11.16 23:55:00, zuletzt: 1970.01.01 00:00:00.000)
2018.10.13 19:22:49.696 Ticks zukünftige Statistik RTS Splice (Stand: 2018.11.16 23:56:18, zuletzt: 1970.01.01 00:00:00.000)
2018.10.13 19:22:49.696 Ticks zukünftige Statistik Si Splice (Stand: 2018.11.16 23:58:20, zuletzt: 1970.01.01 00:00:00.000)
2018.10.13 19:22:49.696 Ticks zukünftige Statistik VTBR Splice (Stand: 2018.11.16 23:50:45, zuletzt: 1970.01.01 00:00:00.000)
2018.10.13 19:22:49.696 Ticks zukünftige Statistik GAZR Splice (Stand: 2018.11.16 23:51:30, zuletzt: 1970.01.01 00:00:00.000)
2018.10.13 19:22:49.696 Ticks zukünftige Statistik USDRUB_TOM (Stand: 2018.11.16 23:50:00, zuletzt: 1970.01.01 00:00:00.000)
2018.10.13 19:22:49.696 Ticks zukünftige Statistik GAZP (Stand: 2018.11.16 23:55:00, zuletzt: 1970.01.01 00:00:00.000)
2018.10.13 19:22:49.696 Ticks zukünftige Statistik SBER (Stand: 2018.11.16 23:55:04, zuletzt: 1970.01.01 00:00:00.000)
2018.10.13 19:22:49.696 Ticks zukünftige Statistik SBERP (Stand: 2018.11.16 23:55:04, zuletzt: 1970.01.01 00:00:00.000)
2018.10.13 19:22:49.696 Ticks zukünftige Statistik RTS-12.18 (Stand: 2018.11.16 23:57:52, zuletzt: 1970.01.01 00:00:00.000)
2018.10.13 19:22:49.696 Ticks zukünftige Statistik Si-12.18 (Stand: 2018.11.16 23:59:56, zuletzt: 1970.01.01 00:00:00.000)
2018.10.13 19:22:49.696 Ticks zukünftige Statistik MIX-12.18 (Stand: 2018.11.16 23:56:28, zuletzt: 1970.01.01 00:00:00.000)
2018.10.13 19:22:49.696 Ticks zukünftige Statistik GOLD-12.18 (Stand: 2018.11.16 23:55:02, zuletzt: 1970.01.01 00:00:00.000)
2018.10.13 19:22:49.696 Ticks zukünftige Statistik GAZR-12.18 (Stand: 2018.11.16 23:55:02, zuletzt: 1970.01.01 00:00:00.000)
2018.10.13 19:22:49.696 Ticks zukünftige Statistik LKOH-12.18 (Stand: 2018.11.16 23:55:02, zuletzt: 1970.01.01 00:00:00.000)
2018.10.13 19:22:49.696 Ticks zukünftige Statistik SBRF-12.18 (Stand: 2018.11.16 23:59:11, zuletzt: 1970.01.01 00:00:00.000)
2018.10.13 19:22:49.696 Ticks zukünftige Statistik ED-12.18 (Stand: 2018.11.16 23:55:02, zuletzt: 1970.01.01 00:00:00.000)
2018.10.13 19:22:49.696 Ticks zukünftige Statistik VTBR-12.18 (Stand: 2018.11.16 23:55:02, zuletzt: 1970.01.01 00:00:00.000)
2018.10.13 19:22:49.696 Ticks zukünftige Statistik SBPR-12.18 (Stand: 2018.11.16 23:55:02, zuletzt: 1970.01.01 00:00:00.000)
2018.10.13 19:23:11.631 Ticks zukünftige Statistik BR-12.18 (Stand: 2018.11.16 23:56:19, zuletzt: 1970.01.01 00:00:00.000)
2018.10.13 19:23:19.115 Ticks zukünftige Statistik BR-1.19 (Stand: 2018.11.16 23:58:03, zuletzt: 1970.01.01 00:00:00.000)

Fassung 1940

 

Quartet hat ein neues Build und neue Fehler, der Indikator läuft nicht mehr

2018.11.19 01:39:30.894 Zugriffsverletzung gelesen auf 0x00000014 in 'F:\FX\MetaTrader - Alpari - test_TEST_04\MQL4\indicators\PozaCalcInd.ex4'

Wie kann ich es reparieren?

 

Forum zum Thema Handel, automatisierte Handelssysteme und Testen von Handelsstrategien

Fehler und Probleme mit der Website mql5.com

Alain Verlaine, 2018.11.18 14:23

Die Suchmaschine scheint unabhängig von den Suchkriterien einige Ergebnisse zu verfehlen, wie zum Beispiel "PostMessageW" in einem russischen Forum.

4 Ergebnisse. Obwohl mit Google ...

33 Ergebnisse.

Das ist nur ein Beispiel.


 
Liebe Entwickler! Achten Sie auf das Problem!
 
Der Include\WinAPI fehlt ShellExecuteW. Was ist das Gegenstück dort?
 
Ist das ein Fehler oder nicht?
void OnStart()
{
  uchar Array[] = {1, 2, 3, 4, 5};
  
  Print(StringToCharArray(NULL, Array));      // 0
  Print(StringLen(CharArrayToString(Array))); // 5
}
 
fxsaber:
Der Include\WinAPI fehlt ShellExecuteW. Was ist die Entsprechung dort?
Ich sehe dort weder shellexecute noch winexec. vorzugsweise das erstere
 

Ist dies ein normales Funktionsverhalten? Wenn ja, wie kann die Zeit verkürzt werden? Der Verlauf wurde vorgeladen

      time_=GetMicrosecondCount();
      double mas[];
      CopyOpen(sym[i].NAME,PERIOD_D1,0,1,mas);
      Print(sym[i].NAME,"  ",(GetMicrosecondCount()-time_));

Ergebnis :

ARSA-Symbol 16 544 647

AVAN 16 506 592

AVAZ-Zeichen 16 553 408

AVAZP 16 511 019

Symbol ASSB 16 521 310


Dieses Verhalten zeigt sich im CFD


Das Verhalten erscheint in allen

CopyRates(sym[i].NAME,PERIOD_D1,0,1,rates); 
CopyOpen(sym[i].NAME,PERIOD_D1,0,1,mas);
iOpen(sym[i].NAME,PERIOD_D1,0);