
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
can't figure out how to connect the include files now ...
The following error message can't open "E:\Terminal\MQL4\include\Commentary.mqh" include file 21 11
what timer and what looping?
By the way, OnChartEvent() works too, in particular onMouseMove and onClick.
can't figure out how to connect the include files now ...
The following error message can't open "E:\Terminal\MQL4\include\Commentary.mqh" include file 21 11
I re-created and compiled the code - everything is fine.
After starting the Expert Advisor in the tester, the terminal window closes.
The reason is in this line ( function OnInit() ):
After launching on the chart, the Expert Advisor generates error"ERROR HISTORY BARS<250".
It shows 0. There are 16387 bars in the window.I cannot understand why this code returns 00 00 00 00
After starting the Expert Advisor in the tester, the terminal window closes.
The reason is in this line ( function OnInit() ):
After launching on the chart, the Expert Advisor generates error"ERROR HISTORY BARS<250".
It shows 0. There are 16387 bars in the window.I can't understand why this code returns 00 00 00 00
Try using a more compact construction in each line that converts a number to a string for starters:
Try using a more compact construction in each line that converts a number to a string to start with:
Even like this
Comment(Day());
Draw 0 ...