In future please post in the correct section
I will move your topic to the MQL4 and Metatrader 4 section.
Keith Watford:
Can u please send me link for mt4 section
In future please post in the correct section
I will move your topic to the MQL4 and Metatrader 4 section.
Vijay Akash T P:
I need to call the up arrow and down arrow, in this indicator, can someone help me please
Need Help in calling index buffer values of Arrows Drawn on Main Chart in EA
ObjectCreate(objValley,OBJ_ARROW,
-
There are two types of arrows.
- Buffers of type arrow. View (Alt+V) → Data Window (Control+D) If you see your "main indicator" and a
value where there is an arrow, then read the buffer, (using iCustom) and do what you want with it.
You should encapsulate your iCustom calls to make your code self-documenting.
Detailed explanation of iCustom - MQL4 programming forum - Otherwise, it is drawing arrow objects. Charts (Alt+C) → Objects → Objects List (Control+B).
Find the corresponding object and find the naming pattern. Then you can get all appropriate objects and their values.
Object Functions
- Buffers of type arrow. View (Alt+V) → Data Window (Control+D) If you see your "main indicator" and a
value where there is an arrow, then read the buffer, (using iCustom) and do what you want with it.
- Your code is drawing objects.

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Hi
I need to call the up arrow and down arrow, in this indicator, can someone help me please
Thanks in advance