NexusFi: Find Your Edge


Home Menu

 



Categories Help    






Some Random Entries


Show full/short entries Entries
SuperSmoother Filter 5 *
Exported using NT Version 7.0.1000.2


These are the 2 pole and 3 pole Super Smoother Filters, which were described by John F. Ehlers in his book "Cybernetic Analysis for Stocks and Futures". Ported from Easy Language to NinjaTrader.

The chart shows that the 2 pole super smoother filter (yellow) gives a better approximation for price while the 3 pole filter (spring green) offers superior smoothing.


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


February 11th, 2011
Size: 2.31 KB
Downloaded: 1196 times

Keywords: movingaverage signalprocessing supersmoother
DoubleZero, customizable indicator showing '00 lines (for MultiCharts) - v1
This indicator for MultiCharts displays '00 lines.

Features:
- The '00 is customizable through the "MultiplesOf" parameter. The prices of the '00 lines are actually multiple of this parameter. For instance, if you want to draw all levels as 1350 (for ES), choose MultiplesOf = 10. If you want to draw all levels as 1.3200 (for EUR.USD), choose MultiplesOf = 0.01.
- All '00 lines are shown from two '00 levels above the highest candle of the whole chart down to two '00 levels below the lowest candle of the whole chart. So the relevant '00 levels are always available when you scroll the chart to the left or to the right.
- The lines change color when they are above and below the candles (switch between potential support and resistance).
- The lines have the politeness not to "cross" the candles, for a better display.

Related discussion thread: https://nexusfi.com/elite-circle/17630-multicharts-indicator-showing-00-lines-customizable.html


Category The Elite Circle 
 
Suggest other entries I might like
Details: DoubleZero, customizable indicator showing '00 lines (for MultiCharts) - v1
Category: The Elite Circle 


February 10th, 2012
Size: 27.31 KB
Downloaded: 78 times
RJay's Total Volume Splitter Suite NT7 5 *
A greater than "X" number of contracts in a single trade - indicator.

A lesser than "X" number of contracts in a single trade - indicator.

And a Between "X" and "Y" values number of contracts in a single trade - indicator.

These Indicators display total Market volume transacted, at or below Bid, and at or above Ask, for ranges specified.

Original thread - https://forum.bigmiketrading.com/elite-circle/650-rjays-total-delta-volume-splitter-suites.html

All three indicators are in the same zip file.

THESE INDICATORS ARE FOR NT7 ONLY !!!!

These indicators has the latest updates available.

Upload Date 12/15/2010


Category The Elite Circle 
 
Suggest other entries I might like
Details: RJay's Total Volume Splitter Suite NT7
Category: The Elite Circle 


December 15th, 2010
Size: 6.27 KB
Downloaded: 582 times

Keywords: rjay volume
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
Delete your NinjaTrader 8 cache 5 *

Run the console app to delete all files and folders within the 'NinjaTrader 8> db> cache' folder.

The NT8 data cache folder saves pre-formatted data to suit your bars types, the purpose of which is to enable faster startup times.
Sometimes in certain circumstances your chart bars will be full of errors, so it doesn't hurt to clear the cache once in a while, or every day if you are having issues.

Use only if you are having problems with data, tick replay indicators or if you have modified your bars types.

This will NOT make a backup of your cache files, so use carefully!
It WILL, however, check for NT8 being open and advise you as such. It WILL check for your cache folder being empty and advise you as such.

This was built using an English speaking culture on Windows 10. It directs the delete command to:
'yourDocumentsFolder\NinjaTrader 8\db\cache'. This will not work on XP. Although I have tried to use code to work on all cultures, I have not tested it as such.

Thanks to bobc635 for suggesting this simple concept.

Tips:

* Extract the file to the desktop and run from there.
* If you wish to see inside the .exe file just download a free decompiler like DotPeek.



Category NinjaTrader 8 Indicators and More 
 
Suggest other entries I might like
Details: Delete your NinjaTrader 8 cache
Category: NinjaTrader 8 Indicators and More 


February 26th, 2017
Size: 26.20 KB
Downloaded: 1283 times
Volume Stop v2 0 *
inspire by Better Emini stop volume indicator but I add many changes to eliminate or include some of reversals that the original miss.
here is version 2 with RJay help it also colors the vol bar.
note: it seems works better on 5m or RJay no gap range bar.

COMPATIBILITY:
NinjaTrader 6.5: YES
NinjaTrader 7.0: NOT TESTED [feedback]


Category NinjaTrader 6.5 Indicators 
 
Suggest other entries I might like
Details: Volume Stop v2
Category: NinjaTrader 6.5 Indicators 


September 6th, 2009
Size: 2.24 KB
Downloaded: 449 times

Keywords: cory ninjatrader stop volume
jhlMMA
Wikipedia calls this a 'Modified Moving Average'. Traders may know it as Welles Wilder's Moving Average, as it is the averaging method used in many of his indicators.

It's conceptually simpler than an EMA, the basic formula being:
average = (newValue + priorAverage * (n - 1)) / n

However, for any number of periods 'n', the outcome is identical to EMA(2 * n - 1). Since my basic indicators are all about efficient code reuse that is the implementation used here. Using the EMA formula is also slightly more CPU efficient than the formula above.

Version 1.0.


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


July 3rd, 2010
Size: 4.23 KB
Downloaded: 189 times

Keywords: average fluxsmith moving modified
jhlStdDev
Standard Deviation. Returns the same values as the standard supplied StdDev. However, the supplied StdDev iterates, this does not. Version 1.0.


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


July 5th, 2010
Size: 2.28 KB
Downloaded: 211 times

Keywords: fluxsmith stddev
Number of seconds before next bar, timer countdown (for MultiCharts) - v1
This function and this indicator count the second before the closure of the bar, and consequently emulate the countdown timer of MultiCharts.
It works with seconds, minutes or hours time-charts.
It could be used, for example, in order to do something 15 seconds before the closure of each 1-minute bar.
CRUCIAL WARNING: Multicharts built-in countdown timer is updated at each second. However, the present function and indicator are updated at each tick (and not at each second). So, if there are not a lot of transactions (a new tick each few seconds and not several ticks per second), there is a risk that the countdown does not work fluidly and reliably.

Function SecondsBeforeNextBar
It returns the remaining seconds before the closure of the bar or -1 in case of problem.
It also returns -1 while the first bar is on-going.
How does it work? When a new bar begins, the function takes note of the hour of the computer. Then, at each ticks, it reads again the current time of the computer, and compare it to the noted time (of the computer) at the beginning of the bar, and to the overall number of seconds per bar.

Indicator DisplaySecondsBeforeNextBar
It emulates MultiCharts built-in countdown timer. See snapshot.
Do not forget to tick Properties / Update on every tick in MultiCharts for this indicator.

Related discussion thread: https://nexusfi.com/elite-circle/17714-multicharts-indicator-number-seconds-before-next-bar-timer-countdown.html


Category The Elite Circle 
 
Suggest other entries I might like
Details: Number of seconds before next bar, timer countdown (for MultiCharts) - v1
Category: The Elite Circle 


February 13th, 2012
Size: 6.31 KB
Downloaded: 115 times
Mouse Risk Reward Lines 5 *
Shift + L.Mouse Click above/below bar , originates stop loss line with point value and dollar value, 1st target @ 1:1 RR with point and dollar value and 2nd target @ 2:1 RR with point and dollar Value.
cnt + L.Mouse Click removes lines.

You can choose the total number of contracts, the contracts for the first target and the remaining (you have to input manually) for the second target. You also have the ability to input your broker commissions so the dollar amount you see is the final end result.

Mouse Risk Reward Lines V1
Multicharts.net

Note: I only trader ES, and I made it to work for ES and MES. I don't know how and if it works on other instrument, but I am sure tweaking a little bit the code you will make it work.


Category The Elite Circle 
 
Suggest other entries I might like
Details: Mouse Risk Reward Lines
Category: The Elite Circle 


November 13th, 2022
Size: 2.61 KB
Downloaded: 370 times
 



 
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