Forum

Access voliation read to 0X0FD02000

Hello everyone, I have coded an EA and when I test, it keeps giving me a weired error: It seems like it is MT4 bug and I cannot do anything about it, I know how to reproduce it and I hope Moderators can help me. I can share the code, it is a very big EA, but I can send the code for any Moderator or

Using Bitmap Label object as Edit,TEXT or LABEL object.

Hello every one, How I can create a bitmap label but use at as an Edit box or Lebel text object. I noticed that, some products use bitmap label instead of EDIT, BUTTON and LABEL objects and it help to speed up in MT5. But I don't know how to do that, is there anyone who can suggest any ideas for

My posts are gone

Hello Everyone, All my posts(blogs) about my product are gone now, even the post in which I shared my product demo version now goes to nowhere. https://www.mql5.com/en/blogs/post/753252 Why is that? what can I do to get those pages back? Thanks

Problem in creating Panel in MT5.

Hello everyone, I have a problem when I create a Panel in MT5 using Dialog library. I have some elements within my dialog box, when I need to use "Destroy" method to delete some objects within my dialog box and then again use "Create" method to create those objects, when I do that the relation

Multi time frame indicator issue MT5.

Hi every one, I have created a multi time frame indicator in which it gives signal on Lower time frame based on RSI values on higher time frame. Let's say the higher time frame is H1 and I load it on M5. When I put the indicator on M5 time frame, if H1 chart is open and RSI is opened on H1, it

Changing color of Bitmap label inside the code.

Hello every one. I wanted to change the color of a bitmap label inside my code, is there any way to do that? attach is a example of shape I put on the chart and I want to change its color. Thanks for you help in advance

Loading OnChartEvent() function takes too much time in MT5.

Hello everyone, I've created a sophisticated trade panel in MT5 using some of MT5 panel libraries, the issue is when I change between timeframes, none of panel buttons work before 15-17 secs, I found out that OnChartEvernt() function is not called before 15-17 secs. but I have no solution for that

How to set order of displaying objects in MT4?

Hello everyone, I want to set the order of display of some objects on the chart, let's say I have object 2 above object 1, I want to add object 3 above object 1 but below object 2, how is that possible? Thank for all your responses

Different colors for DRAW_ZIGZAG in MT4.

Hi every one, I've been trying to create a zigzag indicator using DRAW_ZIGZAG in MT4, I want to change the color of the zigzag line for up and down lines, but seems like the color won't change, does anyone know how to change the color of zigzag line indicator

Loading objects in MT5 takes a lot of time.

Hello everyone, I created a dashboard with lot of objects, when it loads in MT4 it loads in just a blink, the same file when loads in MT5 takes about 10 to 20 sec (in different computer) to load on the chart, when I reduce number of objects it gets faster, but I need all the objects, Does anyone