LONNV: I try as follow
double preh = NormalizeDouble(ObjectGetValueByShift("hh", 0),Digits );
cannot get value, it return zero.
Perhaps you should read the manual. ObjectGetTimeByValue - Object Functions - MQL4 Reference
How To Ask Questions The Smart Way. (2004)
How To Interpret Answers.
RTFM and STFW: How To Tell You've Seriously Screwed Up.
Is an arrow listed in:
An object can have several values in one price coordinate, therefore it is necessary to specify the line number. This function applies only to the following objects:
- Trendline (OBJ_TREND)
- Trendline by angle (OBJ_TRENDBYANGLE)
- Gann line (OBJ_GANNLINE)
- Equidistant channel (OBJ_CHANNEL) - 2 lines
- Linear regression channel (OBJ_REGRESSION) - 3 lines
- Standard deviation channel (OBJ_STDDEVCHANNEL) - 3 lines
Try ObjectGet
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
I have this object on chart
this green arrow.
I want to get its value
I try as follow
cannot get value, it return zero.
How can get its value'
Need help