True Center Band (TCB) indicator for NinjaTrader 8 NT8
This is the NinjaTrader 8 NT8 version of True Center Band (TCB) indicator If you have purchased NT7 version, you…
PatternSmart Blog
This is the NinjaTrader 8 NT8 version of True Center Band (TCB) indicator If you have purchased NT7 version, you…
This is the NT8 version of Flow of fund (FOF) indicator Get it from: http://www.patternsmart.com/cart/index.php?route=product/product&product_id=364 Flow of fund (FOF) simply…
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;…
Below is a list of known e-mail settings and information demonstrating configuring e-mail alerts within NinjaTrader. Included are screen shots…
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…