Forum

EA subwindow panel

Hi, gibt es eine Möglichkeit, einen EA mit Subwindow-Panel zu erstellen? So wie das Beispiel Panel unter [Datenordner]\MQL5\Indikatoren\Beispiele\Panels\SimplePanel\SimplePanel.mq5 Nur eben von einem EA aus. Das Panel lässt sich zwar von einem EA aus erstellen, wird beim Enternen des EAs aber nicht

Fehlende Vorwärtstests im Strategietester?

Hi! Mir ist aufgefallen, dass der Strategietester weniger Vorwärtstests macht als Optimierungs-Durchläufe. Wenn ich den Tester im Vorwärts-Modus optimieren lassen bekomme ich im in sample Bereich zB. 800 Durchläufe. Anschließend started der Vorwärtstest auf dem letzten Drittel der Daten und es

SYMBOL_SELECT bug in tester?

Hi! When using the SMBOLSELECT function in the tester, the history of the symbol is not loaded. It is no longer possible to get price information. The problem does not occur if the symbol history is already synchronized. So only if SYMBOL_SELECT is the first symbol call. Also, the call must be made

Possible CAppDialog bug?

Hi! When you add a button to a panel, it moves with the panel. If you delete it and add it again, it will still move with the panel, but twice as fast. I created the following simple panel to illustrate the problem. #include <Controls\Dialog.mqh> #include <Controls\Button.mqh> class MyPanel : public