NexusFi: Find Your Edge


Home Menu

 



Categories Help    






Search Results
Submitted by NJAMC
Found 7 matching entries

Sort by

Entries
SigmaSpikes 5 *
Here is an NT8 "SigmaSpikes" as described by Adam during the webinar.

His blog shows the formula's:
https://adamhgrimes.com/how-to-calculate-sigmaspikes/

Here is Adam Grimes' Webinar that discusses their use:
https://nexusfi.com/elite-circle/43999-webinar-exit-strategies-missing-puzzle-piece-w-adam-grimes.html


Category NinjaTrader 8 Indicators and More 
 
Suggest other entries I might like
Details: SigmaSpikes
Category: NinjaTrader 8 Indicators and More 


February 15th, 2018
Size: 3.34 KB
Downloaded: 610 times

Keywords: adam grimes sigmaspikes sigma spikes
TickBarsReassembled V0.1 5 *
This is a first test of a TickBarChart style that will reassemble ticks at the same time and price into a single tick. This is really the same order but split up so it doesn't look like a big print.

I have only tested this chart on a ticksize of 1 (seems to make the most sense to me anyway) and putting it here for others to review.

You can see in the image the shaded area that combined all the ticks from the regular TickChart into a single tick. This is because all the ticks in the tape were at 18:37:43.093 with an open of 55.08. This was merged to a single tick of volume 20.


Category NinjaTrader 8 Indicators and More 
 
Suggest other entries I might like
Details: TickBarsReassembled V0.1
Category: NinjaTrader 8 Indicators and More 


November 14th, 2017
Size: 1.38 KB
Downloaded: 168 times
Volume Accumulation 5 *
Volume based indicator. It has no period or parameters required. There is one option to show the Bar-Bar accumulation if desired but the default is the "summed" value. (integrated over time)

Code based upon:
https://commodity.com/technical-analysis/volume-accumulation/

"The Volume Accumulation indicator combines volume and a price-weighting that attempts to show the strength of conviction behind a trend; the Volume Accumulation indicator might prove useful in uncovering divergences. The formula for the Volume Accumulation formula is shown below:

Volume x [Close - (High + Low)/2]

The formula only gives positive volume to the day if the close is higher than the midpoint of the high and low. If the close is towards the lower half of the range of the price action, then volume is negative for the day."


Category NinjaTrader 8 Indicators and More 
 
Suggest other entries I might like
Details: Volume Accumulation
Category: NinjaTrader 8 Indicators and More 


July 7th, 2016
Size: 1.82 KB
Downloaded: 726 times
Local Order Manager - NinjaTrader Strategy Library 5 *
The [COLOR=#0066cc]Local Order Manager [/COLOR]has been designed to replace the internal NinjaTrader order management functions. It is based upon Unmanaged Order Management function. The goal is to create complex and flexible features that can easily be re-used, freeing the programmer of the strategy to focus upon the intended strategy and not getting bogged down with coding and debugging.

For more information about the NinjaTrader Local Order Manager please refer to the following section:
https://nexusfi.com/wiki/trading-wiki/NT-Local-Order-Manager-LOM-Guide
https://nexusfi.com/elite-automated-ninjatrader-trading/15563-njamc-local-order-manager-lom-collaboration.html

Revision History:

Rev 1:
As issued

Rev 2:
Added: [FONT="]public [/FONT][FONT="]bool[/FONT][FONT="] GoShortLimit([/FONT][FONT="]int[/FONT][FONT="] m_SharesTraded,[/FONT][FONT="]double[/FONT][FONT="] m_Limit,[/FONT][FONT="]int[/FONT] [COLOR=#0066cc]Limit Order[FONT="] m_PositionNumber) - To handle true , Rather than STOPLIMIT[/FONT][/COLOR]
[FONT="]Added: [/FONT][FONT="]public [/FONT][FONT="]bool[/FONT][FONT="] GoShortLimit([/FONT][FONT="]int[/FONT][FONT="] m_SharesTraded,[/FONT][FONT="]int[/FONT][FONT="] m_LimitTicks,[/FONT][FONT="]double[/FONT][FONT="] m_RefPrice,[/FONT][FONT="]int[/FONT] [COLOR=#000080]Limit Order[FONT="] m_PositionNumber) - To handle true , Rather than STOPLIMIT[/FONT][/COLOR]


Added: [FONT="]public [/FONT][FONT="]bool[/FONT][FONT="] GoLongLimit([/FONT][FONT="]int[/FONT][FONT="] m_SharesTraded,[/FONT][FONT="]double[/FONT][FONT="] m_Limit,[/FONT][FONT="]int[/FONT][FONT="] m_PositionNumber) - To handle true Limit Order, Rather than STOPLIMIT[/FONT]
[FONT="]Added: [/FONT][FONT="]public [/FONT][FONT="]bool[/FONT][FONT="] GoLongLimit([/FONT][FONT="]int[/FONT][FONT="] m_SharesTraded,[/FONT][FONT="]int[/FONT][FONT="] m_LimitTicks,[/FONT][FONT="]double[/FONT][FONT="] m_RefPrice,[/FONT][FONT="]int[/FONT][FONT="] m_PositionNumber) - To handle true Limit Order, Rather than STOPLIMIT[/FONT]

Rev 3:
Added: [FONT="]public [/FONT][FONT="]void[/FONT][FONT="] SetStatsBoxVisable([/FONT][FONT="]bool[/FONT][FONT="] m_Stats)[/FONT]
Added: [FONT="]GoShortStopLimit() Functions, depreciated functions that are misleading[/FONT]
Added: [FONT="]GoLongStopLimit() Functions, depreciated functions that are misleading[/FONT]

Rev 4: 4/1/2012
Added: Various Trailing Stop fixes
Fix: [FONT="]PartialFills improvements[/FONT]
Experimental: Timer functions for future features

Rev 5: 4/15/2012
Fix: [FONT="]Major Stability Improvements, Partial Fills almost flawless[/FONT]
Experimental: Timer functions for future features improved

Rev 6: 7/25/2012 (Beta Release)
Fix: Major Stability Improvements, Partial Fills almost flawless
Fix: Timer functions for Good Until, detects fast replay and autodisables
Added: Good Until by Time & #Bars
Added: Trailing Stop DataSeries Driven
Added: GoLimitBracket
Added: GetFillQuantity
Added: Rejected Order handling (started)
Improved: Entry/exit functions added object to contain rules/handling
Experimental: Timer functions for future features improved
Added: Version ID Current LOM:02b.01b.01a.01.01b.02.01.01a.01.0.0.2

Rev 7: 9/26/2013 (Beta Release)
Update done by contributor, not fully integrated but available.
Fix: Fixed a bug in dataseries based SetTrailingStop() in which the the wrong variable is used for calculating the tick offset.
Changed: Changed the behavior of the dataseries based SetTrailingStop() such that it will remain triggered after the price has moved beyond the trail trigger ticks and retrace back. The previous implementation is such that the trailing stop will be active only when the price remains beyond the trail trigger ticks.
Improved: Commented out the warning logs for non-value dataseries of the indicator based Trailing Stop. It is not necessary for trailing stop indicator to return a value for every bar. For example, a price action swing trailing stop indicator returns an update of a stop loss value after it makes a swing. Furthermore, it is more efficient to update the stop loss value as and when it is required.

Rev 8: 11/24/2014
Update done by contributor, not fully integrated but available.
General: Rolled up many improvements into the latest build
Added: Added new user contribution "SetStatsBoxVisable(bool m_Stats, string m_DebugString)" to enable and disable Stats box with Debugging String
Added: Version ID Current LOM:02b.01b.01b.01.01b.02a.01.01b.01.0.0.2


Category The Elite Circle 
 
Suggest other entries I might like
Details: Local Order Manager - NinjaTrader Strategy Library
Category: The Elite Circle 


December 5th, 2014
Size: 40.29 KB
Downloaded: 1604 times
GHPBarTimer 5 *
I know I have seen an indicator like this before on BMT, but I was asked to create this by someone recently so I figured I would post it for the rest of BMT. This indicator is meant for not time based bar types such as Renko or Range. It will report the average time of the bars over the last period in Sec. It will also present the time of the current bar for comparison. If the Sec are less than the alarm limit, it will paint that bar Green and a gray strip into the primary chart.

Summary:
Red Trace: Average time in Bars/Sec over period
Light Blue: Time of current bar in seconds
Green/Gray Strip: Alarm limit reached



VERSION:
00: Initial release


Category NinjaTrader 7 Indicators 
 
Suggest other entries I might like
Details: GHPBarTimer
Category: NinjaTrader 7 Indicators 


July 30th, 2014
Size: 2.36 KB
Downloaded: 358 times

Keywords: average bar time timer alarm
CORREL - Correlation Function 4 *
This is the initial release of a NinjaTrader CORREL factor function. This function is similar to Excel's CORREL function but it allows you to find the correlation factor between two indicators as a function of time over a defined period.

Join in the Discussion Forum for more information and to share your use:
https://nexusfi.com/elite-circle/30841-correlation-function.html

Version 1: Initial release


Category NinjaTrader 7 Indicators 
 
Suggest other entries I might like
Details: CORREL - Correlation Function
Category: NinjaTrader 7 Indicators 


February 26th, 2014
Size: 4.18 KB
Downloaded: 206 times
AI Judgment Indicator 5 *
MACHINE LEARNING Indicator: this has been placed in the Strategies as it is intended to function with an AI system. Other AI users may find this indicator useful.

This Indicator was designed to use for Logistic Regression classification. This indicator is not optimized as it is only useful on Historic Data. The goal is to start at the newest historic point and work backwards to determine if a trade should have been made.

You can use this indicator real time and you can see it repaint. Not sure it is useful but brings a different perspective on the price action. It is based upon the "PriceActionSwing" indicator.

This indicator should export the following dataseries:
Classification: Current -1.0 = short, 0.0= Chop/sideways, 1.0 = Long
SwingPoint: 1 if at a high point, -1 at a low point, 0 otherwise; Mainly used to compute other values
BarsToSwing: Number of bars to the next swing point, indicates length of time for trend/chop
TicksProfitAtSwing: The number of Ticks of profit between the current point and the next Swing Point (potential profit), negative for short, positive for long ticks


Category NinjaTrader 7 Strategies 
 
Suggest other entries I might like
Details: AI Judgment Indicator
Category: NinjaTrader 7 Strategies 


October 5th, 2012
Size: 25.30 KB
Downloaded: 1188 times

Keywords: indicator machine learning
 


 
Category
 




© 2024 NexusFi™, s.a., All Rights Reserved.
Av Ricardo J. Alfaro, Century Tower, Panama City, Panama, Ph: +507 833-9432 (Panama and Intl), +1 888-312-3001 (USA and Canada)
All information is for educational use only and is not investment advice. There is a substantial risk of loss in trading commodity futures, stocks, options and foreign exchange products. Past performance is not indicative of future results.
About Us - Contact Us - Site Rules, Acceptable Use, and Terms and Conditions - Privacy Policy - Downloads - Top