Is there and easy way to use canned indicator (e.g. SMA.Series) so that it processes a series from bars= "Bars.Count-1" to "0" rather than the normal (and obvious) process of "0" to "Bars.Count-1"?
Yes, I do want to reverse time! ;)
Vince
Size:
Color:
What for?
Size:
Color:
For some exploratory concepts that I have regarding predictability.
Vince
Size:
Color:
Obviously, reversing the main loop's order and using SMA.Value wouldn't work. How about reversing the Bars object itself?
Size:
Color:
How could I reverse the Bars object?
Vince
Size:
Color:
Create a new one in reverse order. Here you go (requires extension methods in Community Components):
CODE:
Please log in to see this code.
Size:
Color:
Thanks Eugene! Much appreciated!!
Vince
Size:
Color:
One more thing: check "System.Core" in Editor > References... > .NET Framework tab (or you get a compiler error).
Size:
Color: