Is there any PropertyEditor for the Stroke object? i.e. can I add anything to the following section to enable the end-user to tailor the properties of the stroke object in an indicator?
#region Properties
[NinjaScriptProperty]
[Display(Name = "Current Open", Description = "Current Open", Order = 3, ResourceType = typeof(Resource), GroupName = "Parameters")]
public Stroke CurrentOpenStroke { get; set; }
#endregion

Comment