I am playing around with the rotation strategies. How can i print the sorted list to the debug window?
Size:
Color:
Using PrintDebug.
Size:
Color:
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?
Size:
Color:
One value at a time. Iterate through the list and use PrintDebug for each item in the list.
Size:
Color:
See the SetContext example in the QuickRef. The example does exactly that: printing a SortedList to the Debug window.
Size:
Color: