Print rankings of a rotational strategy
Author: asurapan
Creation Date: 8/23/2012 7:16 PM
profile picture

asurapan

#1
I am playing around with the rotation strategies. How can i print the sorted list to the debug window?
profile picture

Eugene

#2
Using PrintDebug.
profile picture

asurapan

#3
sorry, i should hace clarified my question. I know I can use PrintDebug(Bars.Symbol) but how do i pass the sorted list to the debug window?
profile picture

Cone

#4
One value at a time. Iterate through the list and use PrintDebug for each item in the list.
profile picture

Eugene

#5
See the SetContext example in the QuickRef. The example does exactly that: printing a SortedList to the Debug window.
This website uses cookies to improve your experience. We'll assume you're ok with that, but you can opt-out if you wish (Read more).