Color var not saved in template error in Ninjatrader indicator
it has to be written in this way. public Color Color1 { get { return color1; } set { color1…
PatternSmart Blog
it has to be written in this way. public Color Color1 { get { return color1; } set { color1…
You can create user defined methods (global methods or functions) that can be accessed by all custom indicators and strategies.…
protected override void Initialize() { // Store all series values instead of only the last 256 values MaximumBarsLookBack = MaximumBarsLookBack.Infinite;…
Sometimes the orders are not working as we expect. So we need to track them to see what’s going on…
For example: DrawText(string tag, string text, int barsAgo, double y, Color color) protected override void OnBarUpdate() { DrawText(“tag1”, “Text to…
Just converted this Super Scalper indicator to ninjatrader NT8 Super Scalping is the essence of the forex indicator to transform…