But when I do, I get an error because it is contained in the
"#region NinjaScript generated code. Neither change nor remove."
area.
Is there an easy way to delete the Enum without copying all the code in inserting it into a new indicator?
public enum FVGType
{
FVG,
IFVG
}
I tried just deleting the code but got the error

Comment