Forum

Increase Number of Bars in Chart

Hi, I have one indicator and want know possible increase number of bars in chart? for example current chart show only 3227 bars for TF: H1. is there any solution to load more bars from historical data to chart? Regards

Any Solution Run two Scripts in same Time?

Hi, I want run two scripts in same time in MT4. Is this possible? Current when run first script and try run second script, MT4 alerts "would you like stop first and run second". Can disable this Alert too? Regards

Possible Read News from "News" Tab

Hi, I wonder is any solution to read News from "News" Tab in metatrader by script or indicator? Regards

GetDlgItem Function

Hi, I want use int GetDlgItem ( int hDlg , int nIDDlgItem ) function in script in MT4. Where I can find nIDDlgItem values for different sections same Navigator, Market Watch and another Menus? Is there script to find that or any list? Regards

How to programmatically Full screen a chart window or Close that

Hi, I want how programmatically Full screen a chart window? And want know how programmatically close one open chart ? Regards

Open Chart by Script in MT4

Hi, Is there any way in MT4 that make script or dll, able open chart by that(for example EURUSD) and next Press "F1" keyboard? Regards

Use ex4 instead dll

Hi, I want know it possible, instead I make library in dll format, make that in ex4 format? If yes, any reference for that? Regards

Problem with StringConcatenate()

Hi, I want use StringConcatenate() to generate below string: res="EURUSD", For EURUSD, I want use Symbol() function , How I can add "" to this? Regards;

About Period Convertor

Hi, I see this script in mql4.com: https://www.mql5.com/en/code/7936 This can generate offline chart for custom TF same M2, H2,.... I want know possible we generate offline chart for H4 or H1 or H2 that instead candle start from Minute 0, start from our custom minute? For example start candle from

critical error c0000005 at 61BB16EC

Hi, I made one dll that try call some function from metatrader platform.: Collapse | Copy Code #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers #include < windows.h > #include < stdlib.h > #include < stdio.h > #include < string > #include < vector > #include < iostream