Right now, the only way I can access moving averages of different time frames is by adding
a new time, such as,
Add(PeriodType.Minute, 30)
but I am unable to access the different times in the same single method. How can I fix this?
In addition, I would like to add this in userdefinedmethods because I want to do basically the same thing in a number of different strategies.
Thanks,
Matt

Comment