Forum

[Suggestion] Correct 'Organizing Data Access' documentation page

This page https://www.mql5.com/en/docs/series/timeseries_access says: " The CheckLoadHistory() function is designed as a universal function that can be called from any program (Expert Advisor, script or indicator) ". Which can't be right, because CheckLoadHistory() function uses Sleep() function

Question about CheckLoadHistory() function

This page https://www.mql5.com/en/docs/series/timeseries_access says: " The CheckLoadHistory() function is designed as a universal function that can be called from any program (Expert Advisor, script or indicator); and therefore it requires three input parameters: symbol name, period and start date

[Suggestion] Increase custom tooltip size

Currently it's less, than in MT4: https://www.mql5.com/en/forum/433228#comment_42302172

Bid Line overlays Text Object

How to put bid line behind text object ? OBJPROP_BACK set to false doesn't do this

Custom tooltip size

Hello, What is the custom tooltip size in MT5? Is it smaller, than in MT4? Is it adjustable? After custom indicator was converted from mql4 to mql5, not all info is displaying in tooltip

Precise Time Scale

Is there a way to programmatically turn 'Precise Time Scale' on and off in Options? If not, any workarounds

Open date for bars on weekly timeframe in MT4

Hello, I use NY+7 brokers on multiple MT4 platforms, there are no Sunday daily bars on the charts. But why when I switch to weelky timeframe, the open date for bars becomes Sunday? E.g. currently the most recent weekly bar opens on 2021.10.10, which is Sunday. Is it fixable

Downloading Bars History in MQL4 Indicator

Hello, The indicator I'm using needs to download the certain amount of bars for its working (lookback bars). My question is: when it's downloading it, which candle gets its data last, candle 0 or the oldest (timewise) one