Algorithmic Trading with NinjaTrader
? line 637 seems defines a variable, but what in "PlotBrushes[0][0]" is being addressed with the value "Brushes.Transparent"
? though reading summary of PlotBrushes, still not sure
** what PlotBruhes does for me
? what is in the 1st [0]
* my guess is this is an array with the name 0
? what is in the 2nd [0]
* my guess is this is the index for that array
* my guess is its about to write "Brushes.Transparent" at index 0, in array with name 0
* ? but would then array 0 be created in "PlotBrushes[0][0]"