Shahzaib
Shahzaib
  • 情報
no
経験
0
製品
0
デモバージョン
0
ジョブ
0
シグナル
0
購読者
Seller において Sargodha
Create Professional EA's & Indicators
Shahzaib
パブリッシュされた記事How To Debug MQL5 Code in MetaEditor
How To Debug MQL5 Code in MetaEditor

This article is a practical walk-through of the MetaEditor debugger using a rolling z‑score indicator with two planted bugs: an off‑by‑one array access and a silent wrong‑denominator variance. We show how to set breakpoints, step through code, read the call stack, and inspect values in the Watch window. You will learn a repeatable method to catch both crashing index errors and tiny numerical biases that charts cannot reveal.

Shahzaib
パブリッシュされた記事How To Profile MQL5 Code in MetaEditor
How To Profile MQL5 Code in MetaEditor

This article profiles a rolling z-score indicator with bands using MetaEditor's built-in sampling profiler. We read the Total CPU and Self CPU columns and follow the heat‑mapped source to the true hotspots, replace window rescans with sliding accumulators, remove a redundant array copy, and honor prev_calculated. The result is the same output with measured samples reduced from roughly 7,050 to 59.

1
Shahzaib
MQL5.communityに登録されました