Questions from Beginners MQL5 MT5 MetaTrader 5 - page 1297
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
Good afternoon, can you tell me if the swap is calculated in money or in points? How do I get the swap value in points?
Hello, can you help me? Question. I am trending by the angle in my EA. When a new bar comes, it sees one, butignores the secondanchor point.
Hello, can you help me? Question. I am trending by the angle in my EA. When a new bar comes it sees one, butignores the secondanchor point.
Why do you create the same object twice? But you don't initialize the line angle (CChartObjectTrendByAngle::Angle method) ?
Vladimir, the last one is redundant. I wanted to show (if you swap the variables), does it draw trend lines only by one point?
Read the reference - where did you get the idea of one or two dots?
Create
Creates "Trend Lineby Angle"graphical object
Properties
Angle
Get/set "Angle" property
ChartRedraw (0); doesn't work! Does it draw one point at a time?
Here's the working code:
Here's the working code:
Thank you Vladimir. I'll give it a try.