It doesn't have to be ATR, I'm just using that as an example.
I want to be able to Plot something every Hour from a 60 min chart. How would I
1. Plot or Draw something Hourly?
2. Use the 60min Object in order to do it.
I already know that I can
Add(PeriodType.Minute, 60);

Comment