ObjectGetValueByTime()
ObjectGetValueByShift()
If you are writing code in mql4, please post in the dedicated section.
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'm working on an EA, and it's based on trendlines that i put on chart. How can i get the current value of my trendline in my EA? thanks.
{
if (Bid < (trendline current value) ) // How can i extract current trendline value?
{ ...}
}