debugging the behavior of your orders in Ninjatrader NT7
Sometimes the orders are not working as we expect. So we need to track them to see what’s going on…
Sometimes the orders are not working as we expect. So we need to track them to see what’s going on…
In NT strategy, the order will expire at the end of a bar, if you want the orders remain live…
Definition Returns the number of bars ago that the test condition evaluated to true within the specified look back period…
The following pics are the screenshot for both indicators with (100,75,15) as period values. Although, both of the indicators look…
For example: DrawText(string tag, string text, int barsAgo, double y, Color color) protected override void OnBarUpdate() { DrawText(“tag1”, “Text to…
Alerts can’t be used in SCAN and custom quote. We cannot put an alert script into a custom quote or…
Code: plot weeklyClose = close("IBM", period = AggregationPeriod.WEEK); This code plots weekly Close price for IBM. Interesting thing is that…
Another restriction is that two different secondary aggregation periods cannot be used within a single variable: Code: plot Data =…