Good day!
Is there way to get not only intraday interval but ticks or minutes?
I ve tested some methods but there is not enough information in ref.
If i try to get value of BarInterval (int type) i get same value for minutes and for ticks - 1 for example for 1 minute or tick.
But i suppose it must be some call to get direct value integer or enum ticks or not.
Size:
Color:
As suggested in the QuickRef, to get the BarScale enum you can use the
Scale property.
CODE:
Please log in to see this code.
Size:
Color:
Thank you. it works.
Size:
Color: