Create the object with one coordinate, then set the angle like the example shows. OBJ_TRENDBYANGLE - MQL4 Documentation

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
Why is it that within ObjectCreate() parameters when I set enumeration OBJ_TREND it understands anchor points okay and draws the line correctly like so
but when I use enumeration OBJ_TRENDBYANGLE it always makes the angle 0 and is therefore not reading the anchor points?