From the Ecosystem file I downloaded, is it possible to create a global rectangle using "@" or some other syntax within the Ninjascript?
I tried this (to no avail):
Line 699:
@Draw.Rectangle (this, label[i], false, CurrentBar - beginBar[i], startStopPrice[i,1], 0, startStopPrice[i,2], showOutline[i] ? brushColor[i] : Brushes.Transparent, brushColor[i], opacity[i]);
Thanks for any help you can provide.

Comment