Draw.GannFan()
Draw.GannFan()
Definition
Draws a Gann Fan.
Method Return Value
A GannFan object that represents the draw object.
Syntax
Draw.GannFan(NinjaScriptBase owner, string tag, bool isAutoScale, int barsAgo, double y)
Draw.GannFan(NinjaScriptBase owner, string tag, bool isAutoScale, DateTime time, double y)
Draw.GannFan(NinjaScriptBase owner, string tag, bool isAutoScale, int barsAgo, double y, bool isGlobal, string templateName)
Draw.GannFan(NinjaScriptBase owner, string tag, bool isAutoScale, DateTime time, double y, bool isGlobal, string templateName)

