Forum

MT5 Build 1085, Technical Indicator Not Working Anymore

Hi, is this the comprehensive changelog for Build 1085? http://www.metaquotes.net/en/metatrader5/news/4306 One of my technical indicators doesnt work anymore since the last MT5 update and I have no idea why. Sven

Profiling Indicators System Load

Hi, are there tools for profiling a technical indicators system load? With many indicators on many charts, sometimes it's difficult finding out which one is pushing the system to limits. P.S. Hey Metaquotes, I would appreciate a lot, if Mt5 wouldn't heat up my CPU that much even in offline mode

IndicatorSetInteger(INDICATOR_DIGITS,0) ... and what about the Integer?

Hi, IndicatorSetInteger(INDICATOR_DIGITS,0) hides the decimal part, but the integer is still there. How can we get rid of all numbers, including the integer? Thank you, Sven Update: This is about Mt5, I forgot to mention

Different Colors for Volume and Opening Level?

CHART_COLOR_VOLUME - color of volumes and position opening levels How can I set different colors for volume and opening level? Thx, Sven

"Refresh" Equivalent in MQL?

Hi, what is the equivalent for the "Refresh" button in MQL code? Thx, Sven

How to Change Alert Default Settings?

Hi, How can we change the default settings of the MT5 builtin alert system, e.g. Limit=2, Timeout=60, so we don't have to adjust on every new alert? Is there a menu or do we have to edit some .ini file (which one)? Thx, Sven

Problem with CopyHigh/Low

Hi, I have problems with the code below. When MT5 is freshly started and the profile is loaded, CopyHigh/Low returns nonsense values. Only after reinitialization by switching timeframes, the correct values are loaded. Whats wrong here

Chart Operations on OBJ_CHART

Hi, whats the syntax for setting CHART_SHOW_OHLC --> false, on a Chart object that was created as OBJ_CHART? Thank you, Sven

REASON_CHARTCHANGE --> OnInit()

Hi, is there a way to pass the reason for deinitializiation to the new initialization process? The only way I can think of is using global terminal variables. Sven

Howto get rid of the expert icon in the right upper corner?

How can I run a script/indicator without the icon showing up on the chart? Under which conditions does it show up, anyway? Thx, Sven