NexusFi: Find Your Edge


Home Menu

 



Categories Help    






Search Results
Found 2328 matching entries

Sort by

Entries
Custom Trader Dynamic Index (TDI) NT8 5 *
Hey guys, I've discovered a custom TDI that can be created without coding. All the indicators are available if you have NT8. Instructions are as follows:

Double stochastics 10 period; Scale justification - right

SUM 3 period; Input series - RSI period 13; Scale justification - overlay
SUM 18 period; Input series - RSI period 13; Scale justification - left
Bollinger; Input series - RSI period 13; Scale justification - right; Period 34, Standard deviations - 2 (Set upper and lower band to transparent to hide or you can leave them if you prefer)

* Best trade set ups for longs is when the 2 SUMs are above the middle Bollinger band and double stochastic is oversold. The reverse is true for shorts. You can also trade it when fast SUM crosses slow SUM just like other oscillators. Play around with it and let me know how it works for you!


Category The Elite Circle 
 
Suggest other entries I might like
Details: Custom Trader Dynamic Index (TDI) NT8
Category: The Elite Circle 


December 21st, 2019
Downloaded: 3 times
[Status unknown]
Custom Trader Dynamic Index (TDI) NT8 5 *
Hey guys, I've discovered a custom TDI that can be created without coding. All the indicators are available if you have NT8. Instructions are as follows:

Double stochastics 10 period; Scale justification - right

SUM 3 period; Input series - RSI period 13; Scale justification - overlay
SUM 18 period; Input series - RSI period 13; Scale justification - left
Bollinger; Input series - RSI period 13; Scale justification - right; Period 34, Standard deviations - 2 (Set upper and lower band to transparent to hide or you can leave them if you prefer)

* Best trade set ups for longs is when the 2 SUMs are above the middle Bollinger band and double stochastic is oversold. The reverse is true for shorts. You can also trade it when fast SUM crosses slow SUM just like other oscillators. Feel free to change the period settings to suit your trading needs. Play around with it and let me know how it works for you!

*The Download is a copy of my indicator template that you'll have to import into your charts.


Category The Elite Circle 
 
Suggest other entries I might like
Details: Custom Trader Dynamic Index (TDI) NT8
Category: The Elite Circle 


December 22nd, 2019
Size: 52.70 KB
Downloaded: 630 times
Custom Trader Dynamic Index (TDI) NT8 4 *
Hey guys, I've discovered a custom TDI that can be created without coding. All the indicators are available if you have NT8. Instructions are as follows:

Double stochastics 10 period; Scale justification - right

SUM 3 period; Input series - RSI period 13; Scale justification - overlay
SUM 18 period; Input series - RSI period 13; Scale justification - left
Bollinger; Input series - RSI period 13; Scale justification - right; Period 34, Standard deviations - 2 (Set upper and lower band to transparent to hide or you can leave them if you prefer)

* Best trade set ups for longs is when the 2 SUMs are above or crossing the middle Bollinger band and double stochastic is oversold. The reverse is true for shorts. You can also trade it when fast SUM crosses slow SUM just like other oscillators. It's useful to have it on different time frames and you can adjust the period setting to fit your trading needs. Play around with it and let me know how it works for you!

*The Download is a copy of my indicator template that you'll have to import into your charts or you can follow the instructions to create it yourself.


Category NinjaTrader 8 Indicators and More 
 
Suggest other entries I might like
Details: Custom Trader Dynamic Index (TDI) NT8
Category: NinjaTrader 8 Indicators and More 


December 22nd, 2019
Size: 52.70 KB
Downloaded: 514 times
Customizing Candles 0 *
Code to customize candlestick outlines and body based on a set of conditions.

#region Candle Definition
if ( COND1 && COND2 && COND3 )
{
CandleOutlineColor = Color.LimeGreen;
if(Open[0]<Close[0] && ChartControl.ChartStyleType == ChartStyleType.CandleStick ) {
BarColor = Color.Transparent;
} else{
BarColor = Color.Lime;
}
}

else if ( COND1 && COND2 && COND3 )
{
CandleOutlineColor = Color.DarkGreen;
...
...
...
(see attached file)


Category NinjaTrader 6.5 Miscellaneous 
 
Suggest other entries I might like
Details: Customizing Candles
Category: NinjaTrader 6.5 Miscellaneous 


August 16th, 2009
Size: 25.00 KB
Downloaded: 62 times

Keywords: visual candlesticks candles
CycleIdentifier 4 *
CycleIdentifier


It's a good indicator, but try to use it under 15 M, and wait 2 candels after red or green. because it's repainting.


Category MetaTrader 4 Indicators 
 
Suggest other entries I might like
Details: CycleIdentifier
Category: MetaTrader 4 Indicators 


June 15th, 2010
Size: 14.00 KB
Downloaded: 435 times
Cycles - Hilbert Huang Transform (HHT) 5 *
My research into the theory of Cycles leads me to believe that the Hilbert Huang Transform is one of the best methods that currently exists for teasing cycles out of data. It is a bit complicated but certainly not beyond many of the great minds here at BMT

I am including nearly my entire library of HHT material for your convenience. In addition to the Matlab .m files there are a number of scholarly papers. Several are by Huang, several from other authors.

I cannot use the Matlab scripts as they stand. My sincere hope is that the awesome talent here on BMT will convert the scripts to Ninja for the benefit of all. I believe it will be a bit of a project but I believe it will be worth the effort.

Please contact me via PM if you acquire an interest in this material and want to get something going. We can start a thread and see where it goes. I ask for the PM because I will not be able to conveniently see when a new thread on this topic is started - and I hope to watch it play out !!


Category Matlab Functions (hidden) 
 
Suggest other entries I might like
Details: Cycles - Hilbert Huang Transform (HHT)
Category: Matlab Functions (hidden) 


July 31st, 2012
Size: 29.67 MB
Downloaded: 96 times
d9 Particle Oscillator NT8 5 *


Hello, This one is a conversion from the d9 particle oscillator for NT7 posted in elite section in2009.
I did not see the NT8 version here so am uploading the NT8 version I converted.

Please see the description of this indicator by original author here https://nexusfi.com/elite-circle/659-d9particleoscillator.html

There were 2 library files in original NT7 version , now in NT8 version there is a single file and the smoothing function of the prediction line is based on a windows graphics function and not on a mathematical formula which I have omitted from NT7. Otherwise theNT8 version looks same as NT7.




Category The Elite Circle 
 
Suggest other entries I might like
Details: d9 Particle Oscillator NT8
Category: The Elite Circle 


April 3rd, 2022
Size: 6.11 KB
Downloaded: 948 times

Keywords: d9 nt8 oscillator particle
d9 ParticuleOsc v1.1 5 *
It's base on the d9 ParticuleOsc from sefstrat. It has the inputs:

Period: 10
Phase: smoothing parameter(ex:-50 or 50)
Price_typeclose)
ZLRcolordown(red) it's for the divergence signal of extreme point
ZLRcolorup(green)
ZLRsensibility(3) reference of how many bar to look to compare the divergence
PLotZLRfirstArrow(true) If you want only the first dot appear chose true othervise choose false for all signal.

It's a conversion from ninjatrader to multichart.

Hope people will enjoy

Philloo

V.1.1 change the display of the dot. It was causing some of them not seing it. I change tick scale to Bolllingband.


Category The Elite Circle 
 
Suggest other entries I might like
Details: d9 ParticuleOsc v1.1
Category: The Elite Circle 


March 8th, 2010
Size: 14.99 KB
Downloaded: 1201 times
d9HarrWavelet v1
From https://nexusfi.com/elite-circle/2601-wavelet-indicator.html

This is a linear undecimated Haar transform implemented via lifting.

I had intended on posting this indicator here a while back but at the time I was getting swamped with questions about the particle oscillator and I didn't want to add fuel to the fire considering that this indicator is significantly more complicated with a large number of options and different ways it could be used.

I made two annotated screenshots that explain the basic options and some background on wavelets. The third screenshot shows a time decomposition as well as another colorscheme.

I don't mind fielding questions about this indicator or wavelets in general but please try and ask good questions, ie not 'what settings do i use for intstrument xx'

While this indicator can be used 'as is'.. I would still encourage any who are interested in wavelets to read up on the theory behind them and how to construct other wavelet transforms via lifting. The more you understand wavelets the more useful they will be for you. A good place to start learning about more advanced techniques would be to research nonlinear transforms commonly used for 'edge detection'.


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


June 13th, 2010
Size: 15.96 KB
Downloaded: 530 times
d9Particle and POMA bands for ThinkOrSwim 4 *
hey guys, here are the d9 versions for think or swim, donīt know if the work is right, specially in the last part, but the result is very similar to the NT version...

enjoy!!!


ps. the code is in plain text format...
ps 2. they only work with minute bars, canīt tell why... (any idea?)


Category The Elite Circle 
 
Suggest other entries I might like
Details: d9Particle and POMA bands for ThinkOrSwim
Category: The Elite Circle 


November 8th, 2010
Size: 7.14 KB
Downloaded: 329 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