I want to draw Rays based on Time[x].
I want afterwards to be able to move my ray from Time[x] to another. I thought about an integer and I would have something like this:
Time[x] + (y*BarsPeriod.Value)
In the dosumentation on DateTime in google, I have seen either comparison or operation on two DateTimes.
Does someone have an idea on how to such operation as specified above?
Many thanks!

Comment