- Elite indicators :)
- EMA with alert?
- Need help indentifying indicator
What objects? There are no objects created in your code.
As per my previous post
Show the section of code that creates the objects, I can't see where.
Check that Objects are not deleted in DeInit.
As per my previous post
As per my previous post,
Drawings I mean
As per my previous post,
Drawings I mean
You have edited your previous post, so I didn't see it.
Before you edited your post, you had a screenshot of the Objects list.
The drawings in mq4 are referred to as Objects, or buffers.
As you are obviously not prepared to show the code that creates the objects or check in DeInit to see if the objects are being deleted, there's not much that we can offer in advice
-
Play videoPlease edit your post.
For large amounts of code, attach it. - Half of your code takes values from bar "i" and half from bar one. What you have is total nonsense. That is why.
You have edited your previous post, so I didn't see it.
Before you edited your post, you had a screenshot of the Objects list.
The drawings in mq4 are referred to as Objects, or buffers.
As you are obviously not prepared to show the code that creates the objects or check in DeInit to see if the objects are being deleted, there's not much that we can offer in advice
Dude,
There is no other code.
You do not seem to want to help me.
Forgive me for not knowing the definition of objects in the case of MT4.
Initially I thought that these drawings were listed on the objects list. They weren't.
Dude,
There is no other code.
You do not seem to want to help me.
Forgive me for not knowing the definition of objects in the case of MT4.
Initially I thought that these drawings were listed on the objects list. They weren't.
Dude, it seems that you are the one that is not understanding things and not being totally forthcoming!
The "drawings" as you call them are called "Graphical Chart Objects" or "Objects" for short, and they are created either by code using the function "ObjectCreate()" or manually when you add them yourself to a chart.
Yes, they are listed in the Objects List, but some may be hidden and so you have to click on the "List All" to see the full list.
However, in the code that you have provided, there are neither any "ObjectCreate()" functions nor any "ObjectDelete()" functions, so the code you have shown does not create nor remove any of those Objects ("drawings" as you call them).
So, that means that, they are either created or deleted by OTHER code and not the part that you have shown or that you have other 3rd party things running that you are have not mentioned. Your screenshots show that your chart has an EA attached, called "Turn_Around_RSI_4_Greg_E_sharpER_NE_LR2", so consider the fact that those Objects (drawings) are being generated and deleted by that EA.
PS! When adding code, please use the SRC button (the toolbar) in order to properly format it. So please, go back to your initial post, edit it, and replace your code using the SRC button so that it can be more readable.

- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use