[ARCHIVE!] Any rookie question, so as not to clutter up the forum. Professionals, don't pass by. Can't go anywhere without you - 4. - page 467
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! Question about the chart....Created a sloping line in the indicator, based on two points
The line is displayed correctly, but it needs to be extended until it crosses the price or until the next line is formed. Can you please tell me how to do this....
I tried it this way
but the line shifts and is not displayed correctly.....
Good afternoon! Question about the chart....Created a sloping line in the indicator, based on two points
The line is displayed correctly, but it needs to be extended until it crosses the price or until the next line is formed. Can you please tell me how to do this....
I tried it this way
but the line shifts and is not displayed correctly.....
Thank you for the answer.The chart will also display the ray, but you can probably do it in a different way, i.e. displaying the line ends(i-2) when the price breaks at i or when a new line appears?
Again, at breakdown of a line by price or a new line, take a price reading on the given bar using functionObjectGetValueByShift(), move the second price and time to the current bar and remove the ray property.
Again, when the line is broken by the price or a new line, you take a price reading on this bar using theObjectGetValueByShift() function, move the second price and time to the current bar and remove the ray property.
I can't figure out why this code doesn't close ALL the sells, but only the freshest one?
Thank you.
I can't figure out why this code doesn't close ALL the sells, but only the freshest one?
Thank you.
After PlaySound() there is a break