Need help debugging the C# List in the attached indicator
Purpose is to capture the price at hand-placed horizontal lines into an internal C# List.
It has a toolbar toggle button for Long or Short. When the Capture button is pressed on a Long toggle the black horizontal lines are turned to Green, and Short toggle turns the black horizontal lines to Red.
(In this indicator the List is local, but it will be global when integrated into my system. That is why I clear the list of the MasterInstrument.Name, because in the global context, the list will hold multiple instruments. )
The problem is, AFTER the price/tags are added to the List, I then print the list....and all entries in the list are set to the last value added.
I can't figure out what is wrong. Can anyone fix this?