NexusFi: Find Your Edge


Home Menu

 



Categories Help    






Search Results
Found 2329 matching entries

Sort by

Entries
TVI 5 *
Version 2.0 code optimization (thanks zondors!)

William Blau TVI indicator

Based on the M4 code found at:

https://codebase.mql4.com/7980

This version does not issue alerts or display trend direction text.

Version 1.0 original coding


Category The Elite Circle 
 
Suggest other entries I might like
Details: TVI
Category: The Elite Circle 


April 15th, 2013
Size: 4.56 KB
Downloaded: 660 times
Twiggs Money Flow 5 *
Colin Twiggs' Money Flow indicator is similar to the Chaikin Money Flow (CMF). Where Chaikin Money Flow uses CLV (Close Location Value) to evaluate volume (money flow) as bullish or as bearish, Twigs Money Flow, uses the TR (True Range). Twiggs Money Flow also relies on moving averages in its calculation while Chaikin uses cumulative volume.


Category NinjaTrader 8 Indicators and More 
 
Suggest other entries I might like
Details: Twiggs Money Flow
Category: NinjaTrader 8 Indicators and More 


November 25th, 2017
Size: 3.44 KB
Downloaded: 646 times
Two MA cross with Selectable EMA/SMA with alerts 5 *
This is just a simple indicator that plots user selectable EMAs or SMAs on a chart, with crossing arrows and user enabled alerts.

Nothing special, just requested many times, so I created it so that I know where one is for future reference!

----UPDATE6Oct2011,BETTER VERSION of this indicator with more bells and whistles is located in the 'Elite Section' at THIS LOCATION.


Category NinjaTrader 7 Indicators 
 
Suggest other entries I might like
Details: Two MA cross with Selectable EMA/SMA with alerts
Category: NinjaTrader 7 Indicators 


September 29th, 2011
Size: 5.90 KB
Downloaded: 557 times
TWO MA Crossover with User Selectable INDIVIDUAL MAs, Alerts and Arrows - V1.4 5 *
This is an update to the original I posted HERE. I am not updating as I want it to remain in the 'elite downloads.'

This indicator simply allows the user to choose between several MA types INDIVIDUALLY, for each Moving Average, and input periods.

The user also has the option to enable alerts or arrows.

---UPDATE 6Oct2011----- a few hours after initial upload
Someone requested to be able to INDIVIDUALLY select price type for each Moving Average Independent of each other. So that functionality is now there.

---UPDATE 7Oct2011-----
By request, added:
  • LLMA
  • LinReg

---UPDATE 7Oct2011 #2-----
Fixed a bug for the LLMA and LinReg


Category The Elite Circle 
 
Suggest other entries I might like
Details: TWO MA Crossover with User Selectable INDIVIDUAL MAs, Alerts and Arrows - V1.4
Category: The Elite Circle 


October 7th, 2011
Size: 18.31 KB
Downloaded: 1406 times
Ultimate Oscillator 2 5 *
Took a few minutes to improve the function and performance of this "stock" NinjatraderŽ indicator. This should give the same results as the NinjatraderŽ version but is a lot more efficient and has multicolor plotting. Aside from that there is nothing new here.


Quoting 
Developed by Larry Williams in 1976 and featured in Stocks & Commodities Magazine in 1985, the Ultimate Oscillator is a momentum oscillator designed to capture momentum across three different timeframes.

https://stockcharts.com:443/school/doku.php?id=chart_school:technical_indicators:ultimate_oscillator


Category The Elite Circle 
 
Suggest other entries I might like
Details: Ultimate Oscillator 2
Category: The Elite Circle 


September 19th, 2012
Size: 4.57 KB
Downloaded: 488 times
UN Gom Delta 5 *
No recorder needed, but chart data series must be in tick replay to show historical data. Tick replay makes it SIMPLE to code indicators like this.

Two indicators based on bid/ask delta:
  • bar histogram of non-cumulative delta
    or
  • candlestick plot of cumulative delta.

These here versions only shows the information for the instrument on the chart. However, this can be done for instruments that are not on the chart. For example could show the delta for the SPY or the NQ contract on the chart of AMZN, synchronized to the bars of AMZN so that bar spacing would remain equidistant.

The screenshot only shows the cumulative version.

The installer will put these indicators into a new FOLDER called unGom Delta. un Gom.... get it?

For both versions, the opening value includes the delta of the first trade. That's why the bars on the histogram do NOT start from the zero line, which would be WRONG. The opening bar should include the data from the first trade. The data from the first trade should NOT be thrown away as in those "other" versions of these indicators.


Category NinjaTrader 8 Indicators and More 
 
Suggest other entries I might like
Details: UN Gom Delta
Category: NinjaTrader 8 Indicators and More 


October 28th, 2015
Size: 6.10 KB
Downloaded: 1752 times
Unfinished Business 5 *


Category The Elite Circle 
 
Suggest other entries I might like
Details: Unfinished Business
Category: The Elite Circle 


September 24th, 2012
Size: 2.11 KB
Downloaded: 717 times

Keywords: unfinished business bid x ask
UniRenko - Universal Renko BarType 5 *
This is my implementation of a Universal Renko bar type. It allows the user to choose when the bar closes in the direction of the previous bar (Trend), and when it closes in the direction against the previous bar (Reversal).

This allows you to tailor the bar to behave specifically how you want it in ways that hopefully may enhance your particular trading style. As an example, if I am a reversal trader, entering on reversal bars, and putting my stop behind the entry bar, I can choose trend and reversal settings that minimize the size of reversal bars, and therefore optimize my stop sizes, etc.

Parameters are:

'Tick Trend' - Number of ticks to close the bar in the Trend direction
'Tick Reversal' - Number of ticks to close the bar in the Reversal direction
'Open Offset' - Number of ticks offset to draw the artificial open

Like most Renko bars, the bar open is artificial, and is placed by default halfway up the previous bar. The open is aesthetic only, it is not used in the bar size calculation. The tails on the bar show real prices. The artificial Open may affect your backtesting depending on the coding of your strategy. Internally uses NT PeriodType.Custom5

V2:
To support Muti TimeFrame indicators/strategies using the Add() method, added an alternative way to specify all bar specs in the 'Tick Trend' parameter. You can now alternatively specify each parameter as 3 digits in the Data Series window 'Tick Trend' parameter or Add() method 'Period' parameter. For example to specify TickTrend=4 , TickReversal=8, OpenOffset=2 or (T4R8O2) then specify: 'Tick Trend'=004008002 in Data Series window, or Add(PeriodType.custom5, 004008002);' in your MTF code. The normal way of specifying the parameters will continue to work as well.

IMPORTANT UPDATE JULY 11 2013, "VERSION 3" -- FROM BIG MIKE:
July 11 2013: Please note, user "dstrader" has uploaded a crucial bug fix for this bartype. You can find the download link here: https://nexusfi.com/download/ninjatrader-7/indicators/1430-download.html?view

Note you must use that link to download V3.

You can find the discussion thread here: https://nexusfi.com/ninjatrader/24408-unirenko-universal-renko-bar-type-20.html


Category NinjaTrader 7 Indicators 
 
Suggest other entries I might like
Details: UniRenko - Universal Renko BarType
Category: NinjaTrader 7 Indicators 


July 11th, 2013
Size: 2.08 KB
Downloaded: 4850 times

Keywords: bar unirenko trend renko bartype universal type reversal monpere
UniRenko - Universal Renko BarType v4 5 *
Change log:
UniRenko - Universal Renko BarType v4 (July 31st 2013) --> Price 'traveling' to '0' during Market Replay issue.

This is an update for the UniRenko Bars type that fixes an issue with Market Replay that causes price to 'travel' to '0' in certain situations.
This fix is in addition to the memory leak fix provided in the previous version (v3).

Please, use this version as it has been thoroughly tested and should be stable at all times.

After importing, exit NT and reenter to access the fixed UniRenko bars.


UniRenko - Universal Renko BarType v3 (July 10th 2013) --> Memory leak fix
This is an update for the UniRenko Bar type that fixes a memory leak that would prevent these bars from being used with Market Replay and other conditions.
This update just fixes the memory leak issues and does not make any additional changes to the original monpere code.


UniRenko - Universal Renko BarType --> Original monpere version
Please, refer to the original description of these bars by the original creator (monpere) here:
https://nexusfi.com/local_links.php?catid=19&sort=d&filter=u&pp=1000


Category NinjaTrader 7 Indicators 
 
Suggest other entries I might like
Details: UniRenko - Universal Renko BarType v4
Category: NinjaTrader 7 Indicators 


July 31st, 2013
Size: 2.84 KB
Downloaded: 6873 times

Keywords: unirenko
UniRenko bar type NT8b9 5 *


FIX: Just updated for Beta 9. You must download this version.

Universal renko bar type. Thanks to the original author.

Ported by Sim22, 2015. Version 1. NT8b6

Allows adjustment of tick, reversal and proxy-open increments.

Can also plot continuously or break at the end of a session via "Break at EOD" option.


To use this in a condition eg.

 
Code
//if using UniRenko.....do something......

if ((int) BarsPeriod.BarsPeriodType == 501)
{
       // do something

}



Category NinjaTrader 8 Indicators and More 
 
Suggest other entries I might like
Details: UniRenko bar type NT8b9
Category: NinjaTrader 8 Indicators and More 


November 3rd, 2015
Size: 2.26 KB
Downloaded: 4287 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