Where it says, string tag, I don't literally say 'string tag' it's just showing me that my string tag, which is "SupportResistance Fibonacci retracements_1" goes in that spot. And all the other strings that I may attach to it, like current bar sometimes.
bool isAutoScale, in which is true or false, which I have false, I don't literally say bool isAutoScale, correct? It's just describing that my false statement is auto scaling. (Thats how I'm reading this)
The int startBarsAgo, is simply just the (3) & int endBarsAgo, (1), how far out for the drawing.
NinjaScriptBase owner is simply the 'this' .
I'm missing one more argument which is, double startY so I don't literally say double startY, I put the correct piece of math there?
Which is High[3] and double endY is actually Low[1].
Am I interpreting this right? Thanks, sorry I got sarcastic.

Comment